Uses of Class
com.adyen.model.transferwebhooks.PlatformPayment.TypeEnum
-
Packages that use PlatformPayment.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of PlatformPayment.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.transferwebhooks with parameters of type PlatformPayment.TypeEnum Modifier and Type Method Description voidPlatformPayment. setType(PlatformPayment.TypeEnum type)**platformPayment**PlatformPaymentPlatformPayment. type(PlatformPayment.TypeEnum type)
-