com.chargebee.models
Class Invoice.CloseRequest

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

public static class Invoice.CloseRequest
extends Request<Invoice.CloseRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Invoice.CloseRequest comment(String comment)
           
 Invoice.CloseRequest invoiceNote(String invoiceNote)
           
 Invoice.CloseRequest notesToRemoveEntityId(int index, String notesToRemoveEntityId)
           
 Invoice.CloseRequest notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType)
           
 Params params()
           
 Invoice.CloseRequest removeGeneralNote(Boolean removeGeneralNote)
           
 
Methods inherited from class com.chargebee.internal.Request
httpMeth, param, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header, headers, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

comment

public Invoice.CloseRequest comment(String comment)

invoiceNote

public Invoice.CloseRequest invoiceNote(String invoiceNote)

removeGeneralNote

public Invoice.CloseRequest removeGeneralNote(Boolean removeGeneralNote)

notesToRemoveEntityType

public Invoice.CloseRequest notesToRemoveEntityType(int index,
                                                    EntityType notesToRemoveEntityType)

notesToRemoveEntityId

public Invoice.CloseRequest notesToRemoveEntityId(int index,
                                                  String notesToRemoveEntityId)

params

public Params params()
Overrides:
params in class Request<Invoice.CloseRequest>


Copyright © 2020 ChargeBee. All Rights Reserved.