com.chargebee.models
Class Export.CreditNotesRequest

java.lang.Object
  extended by com.chargebee.internal.RequestBase<U>
      extended by com.chargebee.internal.Request<Export.CreditNotesRequest>
          extended by com.chargebee.models.Export.CreditNotesRequest
Enclosing class:
Export

public static class Export.CreditNotesRequest
extends Request<Export.CreditNotesRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountAllocated()
           
 NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountAvailable()
           
 NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountRefunded()
           
 StringFilter<Export.CreditNotesRequest> creditNoteCustomerId()
           
 TimestampFilter<Export.CreditNotesRequest> creditNoteDate()
           
 StringFilter<Export.CreditNotesRequest> creditNoteId()
           
 EnumFilter<PriceType,Export.CreditNotesRequest> creditNotePriceType()
           
 EnumFilter<CreditNote.ReasonCode,Export.CreditNotesRequest> creditNoteReasonCode()
           
 StringFilter<Export.CreditNotesRequest> creditNoteReferenceInvoiceId()
           
 EnumFilter<CreditNote.Status,Export.CreditNotesRequest> creditNoteStatus()
           
 StringFilter<Export.CreditNotesRequest> creditNoteSubscriptionId()
           
 NumberFilter<Integer,Export.CreditNotesRequest> creditNoteTotal()
           
 EnumFilter<CreditNote.Type,Export.CreditNotesRequest> creditNoteType()
           
 TimestampFilter<Export.CreditNotesRequest> creditNoteUpdatedAt()
           
 TimestampFilter<Export.CreditNotesRequest> creditNoteVoidedAt()
           
 Params params()
           
 
Methods inherited from class com.chargebee.internal.Request
param, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

creditNoteId

public StringFilter<Export.CreditNotesRequest> creditNoteId()

creditNoteCustomerId

public StringFilter<Export.CreditNotesRequest> creditNoteCustomerId()

creditNoteSubscriptionId

public StringFilter<Export.CreditNotesRequest> creditNoteSubscriptionId()

creditNoteReferenceInvoiceId

public StringFilter<Export.CreditNotesRequest> creditNoteReferenceInvoiceId()

creditNoteType

public EnumFilter<CreditNote.Type,Export.CreditNotesRequest> creditNoteType()

creditNoteReasonCode

public EnumFilter<CreditNote.ReasonCode,Export.CreditNotesRequest> creditNoteReasonCode()

creditNoteStatus

public EnumFilter<CreditNote.Status,Export.CreditNotesRequest> creditNoteStatus()

creditNoteDate

public TimestampFilter<Export.CreditNotesRequest> creditNoteDate()

creditNoteTotal

public NumberFilter<Integer,Export.CreditNotesRequest> creditNoteTotal()

creditNotePriceType

public EnumFilter<PriceType,Export.CreditNotesRequest> creditNotePriceType()

creditNoteAmountAllocated

public NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountAllocated()

creditNoteAmountRefunded

public NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountRefunded()

creditNoteAmountAvailable

public NumberFilter<Integer,Export.CreditNotesRequest> creditNoteAmountAvailable()

creditNoteVoidedAt

public TimestampFilter<Export.CreditNotesRequest> creditNoteVoidedAt()

creditNoteUpdatedAt

public TimestampFilter<Export.CreditNotesRequest> creditNoteUpdatedAt()

params

public Params params()
Overrides:
params in class Request<Export.CreditNotesRequest>


Copyright © 2019 ChargeBee. All Rights Reserved.