PaymentContext constructor

PaymentContext({
  1. bool? mobile,
  2. DeviceInfo? deviceInfo,
  3. bool? isEcommerce,
  4. Lodging? lodging,
  5. bool? recurring,
  6. Restaurant? restaurant,
  7. String? tax,
})

Implementation

PaymentContext({
  this.mobile, this.deviceInfo, this.isEcommerce, this.lodging,
  this.recurring, this.restaurant, this.tax
});