PaymentInfo class

Constructors

PaymentInfo({required String orderId, required String orderName, String? customerEmail, String? customerName, String? appScheme, num? taxFreeAmount, String? taxExemptionAmount, bool? cultureExpense, bool? useEscrow, List<EscrowProduct>? escrowProducts, String? customerMobilePhone, bool? showCustomerMobilePhone = true, List<String>? mobileCarrier, List<Product>? products, Shipping? shipping, PaymentMethodOptions? paymentMethodOptions, bool? useInternationalCardOnly})
const

Properties

appScheme String?
final
cultureExpense bool?
final
customerEmail String?
final
customerMobilePhone String?
final
customerName String?
final
escrowProducts List<EscrowProduct>?
final
hashCode int
The hash code for this object.
no setterinherited
mobileCarrier List<String>?
final
orderId String
final
orderName String
final
paymentMethodOptions PaymentMethodOptions?
final
products List<Product>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping Shipping?
final
showCustomerMobilePhone bool?
final
taxExemptionAmount String?
final
taxFreeAmount num?
final
useEscrow bool?
final
useInternationalCardOnly bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited