Uses of Class
com.chargebee.models.enums.PaymentMethod

Packages that use PaymentMethod
com.chargebee.models   
com.chargebee.models.enums   
 

Uses of PaymentMethod in com.chargebee.models
 

Methods in com.chargebee.models that return PaymentMethod
 PaymentMethod Transaction.paymentMethod()
           
 

Methods in com.chargebee.models with parameters of type PaymentMethod
 Transaction.RecordPaymentRequest Transaction.RecordPaymentRequest.paymentMethod(PaymentMethod paymentMethod)
           
 Invoice.RecordRefundRequest Invoice.RecordRefundRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod)
           
 

Uses of PaymentMethod in com.chargebee.models.enums
 

Methods in com.chargebee.models.enums that return PaymentMethod
static PaymentMethod PaymentMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentMethod[] PaymentMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 ChargeBee. All Rights Reserved.