com.chargebee.models
Class Invoice.RemoveCreditNoteRequest

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Invoice.RemoveCreditNoteRequest creditNoteId(String creditNoteId)
           
 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 Invoice.RemoveCreditNoteRequest creditNoteId(String creditNoteId)

params

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


Copyright © 2019 ChargeBee. All Rights Reserved.