Uses of Class
net.authorize.api.contract.v1.PaymentMethodEnum

Packages that use PaymentMethodEnum
net.authorize.api.contract.v1   
 

Uses of PaymentMethodEnum in net.authorize.api.contract.v1
 

Fields in net.authorize.api.contract.v1 declared as PaymentMethodEnum
protected  PaymentMethodEnum SubscriptionDetail.paymentMethod
           
 

Methods in net.authorize.api.contract.v1 that return PaymentMethodEnum
static PaymentMethodEnum PaymentMethodEnum.fromValue(String v)
           
 PaymentMethodEnum SubscriptionDetail.getPaymentMethod()
          Gets the value of the paymentMethod property.
static PaymentMethodEnum PaymentMethodEnum.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
 void SubscriptionDetail.setPaymentMethod(PaymentMethodEnum value)
          Sets the value of the paymentMethod property.
 



Copyright © 2014. All Rights Reserved.