public static class Subscription.ContractTerm extends Resource<Subscription.ContractTerm>
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.ContractTerm.ActionAtTermEnd |
static class |
Subscription.ContractTerm.Status |
| Constructor and Description |
|---|
ContractTerm(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Subscription.ContractTerm.ActionAtTermEnd |
actionAtTermEnd() |
Integer |
billingCycle() |
Integer |
cancellationCutoffPeriod() |
Timestamp |
contractEnd() |
Timestamp |
contractStart() |
Timestamp |
createdAt() |
String |
id() |
Integer |
remainingBillingCycles() |
Subscription.ContractTerm.Status |
status() |
String |
subscriptionId() |
Long |
totalContractValue() |
Long |
totalContractValueBeforeTax() |
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, uripublic String id()
public Subscription.ContractTerm.Status status()
public Timestamp contractStart()
public Timestamp contractEnd()
public Integer billingCycle()
public Subscription.ContractTerm.ActionAtTermEnd actionAtTermEnd()
public Long totalContractValue()
public Long totalContractValueBeforeTax()
public Integer cancellationCutoffPeriod()
public Timestamp createdAt()
public String subscriptionId()
public Integer remainingBillingCycles()
Copyright © 2023 ChargeBee. All rights reserved.