PaymentTransaction class

Inheritance
Implementers

Constructors

PaymentTransaction()

Properties

authentication_identifier String?
Authentication transaction identifier
getter/setter pair
authentication_request bool
Activate authentication request (3DS/EMV)
getter/setter pair
billing_address String?
Customer billing address
getter/setter pair
billing_city String?
Customer billing city
getter/setter pair
billing_country String?
Customer billing country alpha-2 code (ISO 3166-1)
getter/setter pair
billing_phone String?
Customer billing phone
getter/setter pair
billing_state String?
Customer billing state alpha code (ISO 3166-2)
getter/setter pair
billing_zip String?
Customer billing postal code
getter/setter pair
card_cvv String?
Card security code
getter/setter pair
card_expire String?
Card expire year/month date (YYMM)
getter/setter pair
card_holder String?
Cardholder name
getter/setter pair
card_number String?
Card number or PAN
getter/setter pair
card_token String?
Tokenized card identifier (T-* format)
getter/setter pair
customer_email String?
Order customer email
getter/setter pair
customer_fingerprint String?
Order customer device fingerprint
getter/setter pair
customer_name String?
Order customer name
getter/setter pair
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 pair
order_callback String?
Order calback webhook URL
getter/setter pair
order_content List?
Order summary of items or products
getter/setter pair
order_currency String?
Order currency code alpha-3
getter/setter pair
order_extras Map<String, String>?
Order extra properties
getter/setter pair
order_id String?
Order ID
getter/setter pair
order_note String?
Order note or aditional instructions
getter/setter pair
order_shipping_amount String?
Order total shipping amount
getter/setter pair
order_tax_amount String?
Order total tax amount
getter/setter pair
payment_uuid String?
Payment UUID
getter/setter pair
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
setCard(Card card) → void
Associate and mapping Card model properties to transaction
setCardToken(String token) → void
Associate and mapping CardToken model properties to transaction
setOrder(Order order) → void
Associate and mapping Order model properties to transaction
toJson() String
Serialize object to JSON string
inherited
toString() String
A string representation of this object.
inherited
withAuthenticationRequest() → void
Enable 3DS/EMV authentication request

Operators

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