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

Packages that use CreditNote.Type
com.chargebee.models   
 

Uses of CreditNote.Type in com.chargebee.models
 

Methods in com.chargebee.models that return CreditNote.Type
 CreditNote.Type CreditNote.type()
           
static CreditNote.Type CreditNote.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CreditNote.Type[] CreditNote.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 CreditNote.Type
 EnumFilter<CreditNote.Type,Export.CreditNotesRequest> Export.CreditNotesRequest.creditNoteType()
           
 EnumFilter<CreditNote.Type,CreditNote.CreditNoteListRequest> CreditNote.CreditNoteListRequest.type()
           
 

Methods in com.chargebee.models with parameters of type CreditNote.Type
 CreditNote.CreateRequest CreditNote.CreateRequest.type(CreditNote.Type type)
           
 



Copyright © 2019 ChargeBee. All Rights Reserved.