PaymentData class

Constructors

PaymentData({String? name, String? email, String? mobileNo, String? accountNo, String? cardNo, int? expiryMonth, int? expiryYear, String? securityCode, String? pin, String? cardBank, String? cardCountry, bool? cardTokenize, String? interestType, int? installmentPeriod, String? token, String? qrType, String? fxRateId, String? billingAddress1, String? billingAddress2, String? billingAddress3, String? billingCity, String? billingState, String? billingPostalCode, String? billingCountryCode})
PaymentData.fromJson(String str)
factory
PaymentData.fromMap(Map<String, dynamic> json)
factory

Properties

accountNo String?
getter/setter pair
billingAddress1 String?
getter/setter pair
billingAddress2 String?
getter/setter pair
billingAddress3 String?
getter/setter pair
billingCity String?
getter/setter pair
billingCountryCode String?
getter/setter pair
billingPostalCode String?
getter/setter pair
billingState String?
getter/setter pair
cardBank String?
getter/setter pair
cardCountry String?
getter/setter pair
cardNo String?
getter/setter pair
cardTokenize bool?
getter/setter pair
email String?
getter/setter pair
expiryMonth int?
getter/setter pair
expiryYear int?
getter/setter pair
fxRateId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installmentPeriod int?
getter/setter pair
interestType String?
getter/setter pair
mobileNo String?
getter/setter pair
name String?
getter/setter pair
pin String?
getter/setter pair
qrType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityCode String?
getter/setter pair
token String?
getter/setter pair

Methods

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

Operators

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