Uses of Class
com.adyen.model.AccountInfo.PaymentAccountIndicatorEnum
-
Packages that use AccountInfo.PaymentAccountIndicatorEnum Package Description com.adyen.model -
-
Uses of AccountInfo.PaymentAccountIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return AccountInfo.PaymentAccountIndicatorEnum Modifier and Type Method Description static AccountInfo.PaymentAccountIndicatorEnumAccountInfo.PaymentAccountIndicatorEnum. fromValue(String text)AccountInfo.PaymentAccountIndicatorEnumAccountInfo. getPaymentAccountIndicator()Indicator for the length of time since this payment method was added to this shopper's account.AccountInfo.PaymentAccountIndicatorEnumAccountInfo.PaymentAccountIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AccountInfo.PaymentAccountIndicatorEnumAccountInfo.PaymentAccountIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.PaymentAccountIndicatorEnum[]AccountInfo.PaymentAccountIndicatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type AccountInfo.PaymentAccountIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)voidAccountInfo. setPaymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)voidAccountInfo.PaymentAccountIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountInfo.PaymentAccountIndicatorEnum enumeration)
-