Enum TransactionDescriptionInfo.TypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<TransactionDescriptionInfo.TypeEnum>
    Enclosing class:
    TransactionDescriptionInfo

    public static enum TransactionDescriptionInfo.TypeEnum
    extends Enum<TransactionDescriptionInfo.TypeEnum>
    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](https://docs.adyen.com/api-explorer/Checkout/70/post/sessions#request-shopperStatement) 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](https://docs.adyen.com/api-explorer/Checkout/70/post/sessions#request-shopperStatement) is used for payments with this payment method.