Uses of Class
com.adyen.model.transferwebhooks.TransferData.PlatformPaymentTypeEnum
-
Packages that use TransferData.PlatformPaymentTypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferData.PlatformPaymentTypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferData.PlatformPaymentTypeEnum Modifier and Type Method Description static TransferData.PlatformPaymentTypeEnumTransferData.PlatformPaymentTypeEnum. fromValue(String value)TransferData.PlatformPaymentTypeEnumTransferData. getPlatformPaymentType()Deprecated.static TransferData.PlatformPaymentTypeEnumTransferData.PlatformPaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferData.PlatformPaymentTypeEnum[]TransferData.PlatformPaymentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type TransferData.PlatformPaymentTypeEnum Modifier and Type Method Description TransferDataTransferData. platformPaymentType(TransferData.PlatformPaymentTypeEnum platformPaymentType)voidTransferData. setPlatformPaymentType(TransferData.PlatformPaymentTypeEnum platformPaymentType)Deprecated.
-