PaymentContext constructor
PaymentContext({
- bool? mobile,
- DeviceInfo? deviceInfo,
- bool? isEcommerce,
- Lodging? lodging,
- bool? recurring,
- Restaurant? restaurant,
- String? tax,
Implementation
PaymentContext({
this.mobile, this.deviceInfo, this.isEcommerce, this.lodging,
this.recurring, this.restaurant, this.tax
});