type property
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.
Implementation
@BuiltValueField(wireName: r'type')
TransactionDescriptionInfoTypeEnum? get type;