com.chargebee.models
Class Invoice.ChargeAddonRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Invoice.ChargeAddonRequest>
com.chargebee.models.Invoice.ChargeAddonRequest
- Enclosing class:
- Invoice
public static class Invoice.ChargeAddonRequest
- extends Request<Invoice.ChargeAddonRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerId
public Invoice.ChargeAddonRequest customerId(String customerId)
subscriptionId
public Invoice.ChargeAddonRequest subscriptionId(String subscriptionId)
addonId
public Invoice.ChargeAddonRequest addonId(String addonId)
addonQuantity
public Invoice.ChargeAddonRequest addonQuantity(Integer addonQuantity)
coupon
public Invoice.ChargeAddonRequest coupon(String coupon)
poNumber
public Invoice.ChargeAddonRequest poNumber(String poNumber)
params
public Params params()
- Overrides:
params in class RequestBase<Invoice.ChargeAddonRequest>
Copyright © 2015 ChargeBee. All Rights Reserved.