Payment class

Payment options information, holds information regarding the payment option, if its bank account or credit, method ext. -param {PaymentMethodType} paymentMethod -param {String} processor -param {String} fullNameOnCard -param {CreditCardDetail} creditCardDetail -param {BankAccountDetails} bankAccountDetails

Inheritance

Constructors

Payment({PaymentMethodType? paymentMethodType, String? processor, String? fullNameOnCard, String? paymentMethodId, CreditCardDetail? creditCardDetail, BankAccountDetails? bankAccountDetails})

Properties

bankAccountDetails BankAccountDetails?
getter/setter pair
creditCardDetail CreditCardDetail?
getter/setter pair
fullNameOnCard String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
getter/setter pairinherited
paymentMethodId String?
getter/setter pair
paymentMethodType PaymentMethodType?
getter/setter pair
processor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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