com.chargebee.models
Class Invoice.RemovePaymentRequest

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

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


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

transactionId

public Invoice.RemovePaymentRequest transactionId(String transactionId)

params

public Params params()
Overrides:
params in class RequestBase<Invoice.RemovePaymentRequest>


Copyright © 2018 ChargeBee. All Rights Reserved.