com.chargebee.models
Class UnbilledCharge
java.lang.Object
com.chargebee.internal.Resource<UnbilledCharge>
com.chargebee.models.UnbilledCharge
public class UnbilledCharge
- extends Resource<UnbilledCharge>
| Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
UnbilledCharge
public UnbilledCharge(String jsonStr)
UnbilledCharge
public UnbilledCharge(org.json.JSONObject jsonObj)
id
public String id()
customerId
public String customerId()
subscriptionId
public String subscriptionId()
dateFrom
public Timestamp dateFrom()
dateTo
public Timestamp dateTo()
unitAmount
public Integer unitAmount()
pricingModel
public PricingModel pricingModel()
quantity
public Integer quantity()
amount
public Integer amount()
currencyCode
public String currencyCode()
discountAmount
public Integer discountAmount()
description
public String description()
entityType
public UnbilledCharge.EntityType entityType()
entityId
public String entityId()
isVoided
public Boolean isVoided()
voidedAt
public Timestamp voidedAt()
tiers
public List<UnbilledCharge.Tier> tiers()
deleted
public Boolean deleted()
invoiceUnbilledCharges
public static UnbilledCharge.InvoiceUnbilledChargesRequest invoiceUnbilledCharges()
delete
public static Request delete(String id)
list
public static UnbilledCharge.UnbilledChargeListRequest list()
invoiceNowEstimate
public static UnbilledCharge.InvoiceNowEstimateRequest invoiceNowEstimate()
Copyright © 2019 ChargeBee. All Rights Reserved.