Uses of Class
com.chargebee.models.Transaction.Type

Packages that use Transaction.Type
com.chargebee.models   
 

Uses of Transaction.Type in com.chargebee.models
 

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

Methods in com.chargebee.models that return types with arguments of type Transaction.Type
 EnumFilter<Transaction.Type,Export.TransactionsRequest> Export.TransactionsRequest.transactionType()
           
 EnumFilter<Transaction.Type,Transaction.TransactionListRequest> Transaction.TransactionListRequest.type()
           
 



Copyright © 2019 ChargeBee. All Rights Reserved.