Uses of Class
com.adyen.model.transfers.PlatformPayment.PlatformPaymentTypeEnum
-
Packages that use PlatformPayment.PlatformPaymentTypeEnum Package Description com.adyen.model.transfers -
-
Uses of PlatformPayment.PlatformPaymentTypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PlatformPayment.PlatformPaymentTypeEnum Modifier and Type Method Description static PlatformPayment.PlatformPaymentTypeEnumPlatformPayment.PlatformPaymentTypeEnum. fromValue(String value)PlatformPayment.PlatformPaymentTypeEnumPlatformPayment. getPlatformPaymentType()The type of the related split.static PlatformPayment.PlatformPaymentTypeEnumPlatformPayment.PlatformPaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformPayment.PlatformPaymentTypeEnum[]PlatformPayment.PlatformPaymentTypeEnum. 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 PlatformPayment.PlatformPaymentTypeEnum Modifier and Type Method Description PlatformPaymentPlatformPayment. platformPaymentType(PlatformPayment.PlatformPaymentTypeEnum platformPaymentType)voidPlatformPayment. setPlatformPaymentType(PlatformPayment.PlatformPaymentTypeEnum platformPaymentType)The type of the related split.
-