Uses of Class
net.authorize.api.contract.v1.PaymentMethodEnum
-
Packages that use PaymentMethodEnum Package Description net.authorize.api.contract.v1 -
-
Uses of PaymentMethodEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as PaymentMethodEnum Modifier and Type Field Description protected PaymentMethodEnumSubscriptionDetail. paymentMethodMethods in net.authorize.api.contract.v1 that return PaymentMethodEnum Modifier and Type Method Description static PaymentMethodEnumPaymentMethodEnum. fromValue(String v)PaymentMethodEnumSubscriptionDetail. getPaymentMethod()Gets the value of the paymentMethod property.static PaymentMethodEnumPaymentMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodEnum[]PaymentMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type PaymentMethodEnum Modifier and Type Method Description voidSubscriptionDetail. setPaymentMethod(PaymentMethodEnum value)Sets the value of the paymentMethod property.
-