com.chargebee.models
Class Invoice.ApplyPaymentsRequest

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Invoice.ApplyPaymentsRequest comment(String comment)
           
 Params params()
           
 Invoice.ApplyPaymentsRequest transactionId(int index, String transactionId)
           
 
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

comment

public Invoice.ApplyPaymentsRequest comment(String comment)

transactionId

public Invoice.ApplyPaymentsRequest transactionId(int index,
                                                  String transactionId)

params

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


Copyright © 2020 ChargeBee. All Rights Reserved.