ServiceInstancesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
serviceInstance array of ServiceInstanceDto

Example

{
  "serviceInstance" : [ {
    "code" : "...",
    "description" : "...",
    "status" : "CLOSED",
    "statusDate" : 12345,
    "subscriptionDate" : 12345,
    "terminationDate" : 12345,
    "quantity" : 12345.0,
    "terminationReason" : "...",
    "endAgreementDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "recurringChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "subscriptionChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "terminationChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "usageChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ]
  }, {
    "code" : "...",
    "description" : "...",
    "status" : "ACTIVE",
    "statusDate" : 12345,
    "subscriptionDate" : 12345,
    "terminationDate" : 12345,
    "quantity" : 12345.0,
    "terminationReason" : "...",
    "endAgreementDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "recurringChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "subscriptionChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "terminationChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ],
    "usageChargeInstance" : [ {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "status" : "...",
      "amountWithTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "userAccountCode" : "..."
    } ]
  } ]
}