TransactionOptions class

Transaction options for configuring transaction behavior

Constructors

TransactionOptions({String? cardPresence, String? shopperInteractionType, bool? partialApprovalAllowed, List<String>? allowedCardEntryTypes, List<String>? allowedCardTypes, String? tokenizedCardNumber, String? tokenExpirationDate, bool? generateToken, bool? addToken, String? credentialOnFileType, String? avsFirstName, String? avsLastName, String? avsAddress, String? avsZip, bool? bypassAvsForManualKey, bool? requiresVoiceReferral, bool? bypassDuplicateTransactionCheck, String? signatureOption, String? originalAuthorizationResponseData, String? ps2000Data, int? gratuityAmount, bool? gratuityRequested, bool? gratuityCustomAmountEntryAllowed, List<GratuityQuickValue>? gratuityQuickValues, String? cardNumber, String? cardExpirationDate, String? cardCvv})

Properties

addToken bool?
final
allowedCardEntryTypes List<String>?
final
allowedCardTypes List<String>?
final
avsAddress String?
final
avsFirstName String?
final
avsLastName String?
final
avsZip String?
final
bypassAvsForManualKey bool?
final
bypassDuplicateTransactionCheck bool?
final
cardCvv String?
final
cardExpirationDate String?
final
cardNumber String?
final
cardPresence String?
final
credentialOnFileType String?
final
generateToken bool?
final
gratuityAmount int?
final
gratuityCustomAmountEntryAllowed bool?
final
gratuityQuickValues List<GratuityQuickValue>?
final
gratuityRequested bool?
final
hashCode int
The hash code for this object.
no setterinherited
originalAuthorizationResponseData String?
final
partialApprovalAllowed bool?
final
ps2000Data String?
final
requiresVoiceReferral bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperInteractionType String?
final
signatureOption String?
final
tokenExpirationDate String?
final
tokenizedCardNumber String?
final

Methods

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

Operators

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