TransactionDescriptionInfoTypeEnum class

Inheritance
  • Object
  • EnumClass
  • TransactionDescriptionInfoTypeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

serializer → Serializer<TransactionDescriptionInfoTypeEnum>
no setter
values → BuiltSet<TransactionDescriptionInfoTypeEnum>
no setter

Constants

append → const TransactionDescriptionInfoTypeEnum
The type of transaction description you want to use: - fixed: The transaction description set in this request is used for all payments with this payment method. - append: The transaction description set in this request is used as a base for all payments with this payment method. The transaction description set in the request to process the payment is appended to this base description. Note that if the combined length exceeds 22 characters, banks may truncate the string. - dynamic: Only the transaction description set in the request to process the payment is used for payments with this payment method.
dynamic_ → const TransactionDescriptionInfoTypeEnum
The type of transaction description you want to use: - fixed: The transaction description set in this request is used for all payments with this payment method. - append: The transaction description set in this request is used as a base for all payments with this payment method. The transaction description set in the request to process the payment is appended to this base description. Note that if the combined length exceeds 22 characters, banks may truncate the string. - dynamic: Only the transaction description set in the request to process the payment is used for payments with this payment method.
fixed → const TransactionDescriptionInfoTypeEnum
The type of transaction description you want to use: - fixed: The transaction description set in this request is used for all payments with this payment method. - append: The transaction description set in this request is used as a base for all payments with this payment method. The transaction description set in the request to process the payment is appended to this base description. Note that if the combined length exceeds 22 characters, banks may truncate the string. - dynamic: Only the transaction description set in the request to process the payment is used for payments with this payment method.
unknownDefaultOpenApi → const TransactionDescriptionInfoTypeEnum
The type of transaction description you want to use: - fixed: The transaction description set in this request is used for all payments with this payment method. - append: The transaction description set in this request is used as a base for all payments with this payment method. The transaction description set in the request to process the payment is appended to this base description. Note that if the combined length exceeds 22 characters, banks may truncate the string. - dynamic: Only the transaction description set in the request to process the payment is used for payments with this payment method.