Uses of Class
com.adyen.model.payment.AccountInfo.PaymentAccountIndicatorEnum
-
Packages that use AccountInfo.PaymentAccountIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.PaymentAccountIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AccountInfo.PaymentAccountIndicatorEnum Modifier and Type Method Description static AccountInfo.PaymentAccountIndicatorEnumAccountInfo.PaymentAccountIndicatorEnum. fromValue(String value)AccountInfo.PaymentAccountIndicatorEnumAccountInfo. getPaymentAccountIndicator()Indicator for the length of time since this payment method was added to this shopper's account.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.payment with parameters of type AccountInfo.PaymentAccountIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)voidAccountInfo. setPaymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)Indicator for the length of time since this payment method was added to this shopper's account.
-