Class Contract

java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.Contract
Direct Known Subclasses:
Subscription

public abstract class Contract
extends ResourceBase
Base Contract
  • Constructor Details

  • Method Details

    • getOrderId

      public String getOrderId()
      Gets the order identifier.
      Returns:
      The order identifier.
    • setOrderId

      public void setOrderId​(String value)
      Sets the order identifier.
      Parameters:
      value - The order identifier.
    • getContractType

      public abstract ContractType getContractType()
      Gets the contract type.
      Returns:
      The contract type.