CaptureTransaction class

Inheritance

Constructors

CaptureTransaction()

Properties

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
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
transaction_approved_amount String?
The total amount to capture, equal to or less than the authorized amount.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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