CardResult class

Constructors

CardResult()

Properties

address String?
Billing address
getter/setter pair
bin String?
Car bin number
getter/setter pair
city String?
Billing city
getter/setter pair
country String?
Billing country
getter/setter pair
email String?
Billing customer email
getter/setter pair
hash String?
Card unique hash number
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
last String?
Card last 4 numbers
getter/setter pair
mask String?
Card number masked
getter/setter pair
network String?
Card network brand
getter/setter pair
phone String?
Billing phone
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Billing state
getter/setter pair
status String?
Card status
getter/setter pair
type String?
Card type (debit/credit)
getter/setter pair
zip String?
Billing postal code
getter/setter pair

Methods

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

Operators

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

Static Methods

fromResponse(SuccessResponse response) CardResult
Convert success response to card entity
validateResponse(Response response) bool
Validate if response type is valid for parse