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