Uses of Class
com.adyen.model.transfers.MerchantPurchaseData.TypeEnum
-
Packages that use MerchantPurchaseData.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of MerchantPurchaseData.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return MerchantPurchaseData.TypeEnum Modifier and Type Method Description static MerchantPurchaseData.TypeEnumMerchantPurchaseData.TypeEnum. fromValue(String value)MerchantPurchaseData.TypeEnumMerchantPurchaseData. getType()The type of events data.static MerchantPurchaseData.TypeEnumMerchantPurchaseData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantPurchaseData.TypeEnum[]MerchantPurchaseData.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transfers with parameters of type MerchantPurchaseData.TypeEnum Modifier and Type Method Description voidMerchantPurchaseData. setType(MerchantPurchaseData.TypeEnum type)The type of events data.MerchantPurchaseDataMerchantPurchaseData. type(MerchantPurchaseData.TypeEnum type)The type of events data.
-