Uses of Class
com.adyen.model.transfers.PlatformPayment.TypeEnum
-
Packages that use PlatformPayment.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of PlatformPayment.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PlatformPayment.TypeEnum Modifier and Type Method Description static PlatformPayment.TypeEnumPlatformPayment.TypeEnum. fromValue(String value)PlatformPayment.TypeEnumPlatformPayment. getType()**platformPayment**static PlatformPayment.TypeEnumPlatformPayment.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformPayment.TypeEnum[]PlatformPayment.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 PlatformPayment.TypeEnum Modifier and Type Method Description voidPlatformPayment. setType(PlatformPayment.TypeEnum type)**platformPayment**PlatformPaymentPlatformPayment. type(PlatformPayment.TypeEnum type)
-