AddPaymentMethod class

Add Payment Method checkpoint - use when user add / change his payment method, e.g add credit card details or bank account details -param {User} user -param {Payment} payment -param {Address} billingAddress -param {Map<String,dynamic>} additionalData -param {VerificationType} isDeviceVerified

Inheritance

Constructors

AddPaymentMethod({User? user, Payment? payment, Address? billingAddress})

Properties

additionalData Map<String, dynamic>
getter/setter pairinherited
billingAddress Address?
getter/setter pair
checkPointType CheckPointType?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isDeviceVerified VerificationType
getter/setter pairinherited
json Map<String, dynamic>
getter/setter pairinherited
payment Payment?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
getter/setter pair

Methods

getJson() Map<String, dynamic>
override
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