Class ContractTerm


public class ContractTerm extends Resource<ContractTerm>
  • Constructor Details

    • ContractTerm

      public ContractTerm(String jsonStr)
    • ContractTerm

      public ContractTerm(org.json.JSONObject jsonObj)
  • Method Details

    • id

      public String id()
    • status

      public ContractTerm.Status status()
    • contractStart

      public Timestamp contractStart()
    • contractEnd

      public Timestamp contractEnd()
    • billingCycle

      public Integer billingCycle()
    • actionAtTermEnd

      public ContractTerm.ActionAtTermEnd actionAtTermEnd()
    • totalContractValue

      public Long totalContractValue()
    • totalContractValueBeforeTax

      public Long totalContractValueBeforeTax()
    • cancellationCutoffPeriod

      public Integer cancellationCutoffPeriod()
    • createdAt

      public Timestamp createdAt()
    • subscriptionId

      public String subscriptionId()
    • remainingBillingCycles

      public Integer remainingBillingCycles()