Uses of Class
com.adyen.model.management.TransactionDescriptionResponseInfo.TypeEnum
-
Packages that use TransactionDescriptionResponseInfo.TypeEnum Package Description com.adyen.model.management -
-
Uses of TransactionDescriptionResponseInfo.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return TransactionDescriptionResponseInfo.TypeEnum Modifier and Type Method Description static TransactionDescriptionResponseInfo.TypeEnumTransactionDescriptionResponseInfo.TypeEnum. fromValue(String value)TransactionDescriptionResponseInfo.TypeEnumTransactionDescriptionResponseInfo. getType()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.static TransactionDescriptionResponseInfo.TypeEnumTransactionDescriptionResponseInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionDescriptionResponseInfo.TypeEnum[]TransactionDescriptionResponseInfo.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type TransactionDescriptionResponseInfo.TypeEnum Modifier and Type Method Description voidTransactionDescriptionResponseInfo. setType(TransactionDescriptionResponseInfo.TypeEnum 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.TransactionDescriptionResponseInfoTransactionDescriptionResponseInfo. type(TransactionDescriptionResponseInfo.TypeEnum 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.
-