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, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optMap, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqMap, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public 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 © 2025 ChargeBee. All rights reserved.