CardTokenization class

Inheritance

Constructors

CardTokenization()

Properties

address String?
Customer billing address
getter/setter pair
cardholder String?
Cardholder name
getter/setter pair
city String?
Customer billing city
getter/setter pair
country String?
Customer billing country alpha-2 code (ISO 3166-1)
getter/setter pair
cvv2 String?
Card security code
getter/setter pair
email String?
Customer email
getter/setter pair
env String?
Environment identifier (live|test|sandbox)
getter/setter pairinherited
expire_month String?
Card expire month date (MM)
getter/setter pair
expire_year String?
Card expire year date (YYYY)
getter/setter pair
from String?
SDK identifier type
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
lang String?
Transaction response messages language
getter/setter pairinherited
number String?
Card number or PAN
getter/setter pair
phone String?
Customer billing phone
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk_version String?
SDK version
getter/setter pairinherited
state String?
Customer billing state alpha code (ISO 3166-2)
getter/setter pair
zip String?
Customer billing postal code
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBilling(Billing billing) → void
Associate and mapping Billing model properties to transaction
setCard(Card card) → void
Associate and mapping Card model properties to transaction
toJson() String
Serialize object to JSON string
inherited
toString() String
A string representation of this object.
inherited

Operators

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