Uses of Class
com.adyen.model.marketpay.PayoutMethod.PayoutMethodTypeEnum
-
Packages that use PayoutMethod.PayoutMethodTypeEnum Package Description com.adyen.model.marketpay -
-
Uses of PayoutMethod.PayoutMethodTypeEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return PayoutMethod.PayoutMethodTypeEnum Modifier and Type Method Description static PayoutMethod.PayoutMethodTypeEnumPayoutMethod.PayoutMethodTypeEnum. fromValue(String text)PayoutMethod.PayoutMethodTypeEnumPayoutMethod. getPayoutMethodType()Get payoutMethodTypePayoutMethod.PayoutMethodTypeEnumPayoutMethod.PayoutMethodTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PayoutMethod.PayoutMethodTypeEnumPayoutMethod.PayoutMethodTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutMethod.PayoutMethodTypeEnum[]PayoutMethod.PayoutMethodTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type PayoutMethod.PayoutMethodTypeEnum Modifier and Type Method Description PayoutMethodPayoutMethod. payoutMethodType(PayoutMethod.PayoutMethodTypeEnum payoutMethodType)voidPayoutMethod. setPayoutMethodType(PayoutMethod.PayoutMethodTypeEnum payoutMethodType)voidPayoutMethod.PayoutMethodTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayoutMethod.PayoutMethodTypeEnum enumeration)
-