TransactionDescriptionInfo class abstract

TransactionDescriptionInfo

Properties:

  • doingBusinessAsName - The text to be shown on the shopper's bank statement. We recommend sending a maximum of 22 characters, otherwise banks might truncate the string. Allowed characters: a-z, A-Z, 0-9, spaces, and special characters . , ' _ - ? + * /_.
  • type - 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.
Annotations
  • @BuiltValue.new()

Constructors

TransactionDescriptionInfo([void updates(TransactionDescriptionInfoBuilder b)])
factory

Properties

doingBusinessAsName String?
The text to be shown on the shopper's bank statement. We recommend sending a maximum of 22 characters, otherwise banks might truncate the string. Allowed characters: a-z, A-Z, 0-9, spaces, and special characters . , ' _ - ? + * /_.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type 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.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransactionDescriptionInfoBuilder)) TransactionDescriptionInfo
Rebuilds the instance.
inherited
toBuilder() TransactionDescriptionInfoBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TransactionDescriptionInfo>
no setter