com.chargebee.models
Class Invoice.RefundRequest

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Invoice.RefundRequest comment(String comment)
           
 Invoice.RefundRequest creditNoteReasonCode(CreditNote.ReasonCode creditNoteReasonCode)
           
 Invoice.RefundRequest customerNotes(String customerNotes)
           
 Params params()
           
 Invoice.RefundRequest refundAmount(Integer refundAmount)
           
 
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

refundAmount

public Invoice.RefundRequest refundAmount(Integer refundAmount)

comment

public Invoice.RefundRequest comment(String comment)

customerNotes

public Invoice.RefundRequest customerNotes(String customerNotes)

creditNoteReasonCode

public Invoice.RefundRequest creditNoteReasonCode(CreditNote.ReasonCode creditNoteReasonCode)

params

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


Copyright © 2019 ChargeBee. All Rights Reserved.