AuthTransaction class

Inheritance

Constructors

AuthTransaction()

Properties

authentication_identifier String?
Authentication transaction identifier
getter/setter pairinherited
authentication_request bool
Activate authentication request (3DS/EMV)
getter/setter pairinherited
billing_address String?
Customer billing address
getter/setter pairinherited
billing_city String?
Customer billing city
getter/setter pairinherited
billing_country String?
Customer billing country alpha-2 code (ISO 3166-1)
getter/setter pairinherited
billing_phone String?
Customer billing phone
getter/setter pairinherited
billing_state String?
Customer billing state alpha code (ISO 3166-2)
getter/setter pairinherited
billing_zip String?
Customer billing postal code
getter/setter pairinherited
card_cvv String?
Card security code
getter/setter pairinherited
card_expire String?
Card expire year/month date (YYMM)
getter/setter pairinherited
card_holder String?
Cardholder name
getter/setter pairinherited
card_number String?
Card number or PAN
getter/setter pairinherited
card_token String?
Tokenized card identifier (T-* format)
getter/setter pairinherited
customer_email String?
Order customer email
getter/setter pairinherited
customer_fingerprint String?
Order customer device fingerprint
getter/setter pairinherited
customer_name String?
Order customer name
getter/setter pairinherited
env String?
Environment identifier (live|test|sandbox)
getter/setter pairinherited
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
order_amount String?
Order total amount
getter/setter pairinherited
order_callback String?
Order calback webhook URL
getter/setter pairinherited
order_content List?
Order summary of items or products
getter/setter pairinherited
order_currency String?
Order currency code alpha-3
getter/setter pairinherited
order_extras Map<String, String>?
Order extra properties
getter/setter pairinherited
order_id String?
Order ID
getter/setter pairinherited
order_note String?
Order note or aditional instructions
getter/setter pairinherited
order_shipping_amount String?
Order total shipping amount
getter/setter pairinherited
order_tax_amount String?
Order total tax amount
getter/setter pairinherited
payment_uuid String?
Payment UUID
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk_version String?
SDK version
getter/setter pairinherited

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
inherited
setCard(Card card) → void
Associate and mapping Card model properties to transaction
inherited
setCardToken(String token) → void
Associate and mapping CardToken model properties to transaction
inherited
setOrder(Order order) → void
Associate and mapping Order model properties to transaction
inherited
toJson() String
Serialize object to JSON string
inherited
toString() String
A string representation of this object.
inherited
withAuthenticationRequest() → void
Enable 3DS/EMV authentication request
inherited

Operators

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