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

Packages that use CreditNote.Status
com.chargebee.models   
 

Uses of CreditNote.Status in com.chargebee.models
 

Methods in com.chargebee.models that return CreditNote.Status
 CreditNote.Status Invoice.AppliedCredit.cnStatus()
           
 CreditNote.Status Invoice.AdjustmentCreditNote.cnStatus()
           
 CreditNote.Status Invoice.IssuedCreditNote.cnStatus()
           
 CreditNote.Status Transaction.LinkedCreditNote.cnStatus()
           
 CreditNote.Status CreditNote.status()
           
static CreditNote.Status CreditNote.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CreditNote.Status[] CreditNote.Status.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.Status
 EnumFilter<CreditNote.Status,Export.CreditNotesRequest> Export.CreditNotesRequest.creditNoteStatus()
           
 EnumFilter<CreditNote.Status,CreditNote.CreditNoteListRequest> CreditNote.CreditNoteListRequest.status()
           
 



Copyright © 2019 ChargeBee. All Rights Reserved.