Uses of Class
com.adyen.model.management.TransactionDescriptionInfo.TypeEnum
-
Packages that use TransactionDescriptionInfo.TypeEnum Package Description com.adyen.model.management -
-
Uses of TransactionDescriptionInfo.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return TransactionDescriptionInfo.TypeEnum Modifier and Type Method Description static TransactionDescriptionInfo.TypeEnumTransactionDescriptionInfo.TypeEnum. fromValue(String value)TransactionDescriptionInfo.TypeEnumTransactionDescriptionInfo. 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.static TransactionDescriptionInfo.TypeEnumTransactionDescriptionInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionDescriptionInfo.TypeEnum[]TransactionDescriptionInfo.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 TransactionDescriptionInfo.TypeEnum Modifier and Type Method Description voidTransactionDescriptionInfo. setType(TransactionDescriptionInfo.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.TransactionDescriptionInfoTransactionDescriptionInfo. type(TransactionDescriptionInfo.TypeEnum type)
-