public class ContractTerm extends Resource<ContractTerm>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContractTerm.ActionAtTermEnd |
static class |
ContractTerm.Status |
| Constructor and Description |
|---|
ContractTerm(org.json.JSONObject jsonObj) |
ContractTerm(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
ContractTerm.ActionAtTermEnd |
actionAtTermEnd() |
Integer |
billingCycle() |
Integer |
cancellationCutoffPeriod() |
Timestamp |
contractEnd() |
Timestamp |
contractStart() |
Timestamp |
createdAt() |
String |
id() |
Integer |
remainingBillingCycles() |
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 ContractTerm(String jsonStr)
public ContractTerm(org.json.JSONObject jsonObj)
public String id()
public ContractTerm.Status status()
public Timestamp contractStart()
public Timestamp contractEnd()
public Integer billingCycle()
public 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.