SubscriptionsListDto Data Type

The Class SubscriptionsListDto.

Implemented Interfaces
Serializable
Properties
name data type description
listSize number The list size.
subscription array of SubscriptionDto The subscription.

Example

{
  "listSize" : 12345,
  "subscription" : [ {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "versionNumber" : 12345,
    "updatedCode" : "...",
    "nextVersion" : 12345,
    "previousVersion" : 12345,
    "userAccount" : "...",
    "offerTemplate" : "...",
    "subscriptionDate" : 12345,
    "terminationDate" : 12345,
    "endAgreementDate" : 12345,
    "status" : "CANCELED",
    "statusDate" : 12345,
    "validityDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "accesses" : {
      "access" : [ { }, { } ]
    },
    "services" : {
      "serviceInstance" : [ { }, { } ]
    },
    "products" : {
      "products" : [ { }, { } ]
    },
    "productInstances" : [ {
      "id" : 12345,
      "applicationDate" : 12345,
      "auditableField" : [ { }, { } ],
      "quantity" : 12345.0,
      "code" : "...",
      "orderNumber" : "...",
      "productChargeInstance" : [ { }, { } ],
      "description" : "...",
      "customFields" : { },
      "updatedCode" : "..."
    }, {
      "id" : 12345,
      "applicationDate" : 12345,
      "auditableField" : [ { }, { } ],
      "quantity" : 12345.0,
      "code" : "...",
      "orderNumber" : "...",
      "productChargeInstance" : [ { }, { } ],
      "description" : "...",
      "customFields" : { },
      "updatedCode" : "..."
    } ],
    "productsToInstantiate" : [ {
      "productCode" : "...",
      "quantity" : 12345.0,
      "deliveryDate" : 12345,
      "attributeInstances" : [ { }, { } ],
      "customFields" : { }
    }, {
      "productCode" : "...",
      "quantity" : 12345.0,
      "deliveryDate" : 12345,
      "attributeInstances" : [ { }, { } ],
      "customFields" : { }
    } ],
    "terminationReason" : "...",
    "orderNumber" : "...",
    "minimumAmountEl" : "...",
    "minimumLabelEl" : "...",
    "minimumChargeTemplate" : "...",
    "subscribedTillDate" : 12345,
    "renewed" : true,
    "renewalNotifiedDate" : 12345,
    "renewalRule" : {
      "initialTermType" : "FIXED",
      "renewalTermType" : "RECURRING",
      "initialyActiveFor" : 12345,
      "initialyActiveForUnit" : "MONTH",
      "calendarInitialyActiveFor" : { },
      "autoRenew" : true,
      "daysNotifyRenewal" : 12345,
      "endOfTermAction" : "SUSPEND",
      "terminationReasonCode" : "...",
      "renewFor" : 12345,
      "calendarRenewFor" : { },
      "renewForUnit" : "DAY",
      "extendAgreementPeriodToSubscribedTillDate" : true
    },
    "billingCycle" : "...",
    "seller" : "...",
    "autoEndOfEngagement" : true,
    "ratingGroup" : "...",
    "electronicBilling" : true,
    "email" : "...",
    "mailingType" : "...",
    "emailTemplate" : "...",
    "ccedEmails" : "...",
    "discountPlanForInstantiation" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "MONTH",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "PROMO_CODE",
      "status" : "DRAFT",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "DAY",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "PROMO_CODE",
      "status" : "DRAFT",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    } ],
    "discountPlanForTermination" : [ "...", "..." ],
    "discountPlanInstance" : [ {
      "discountPlan" : "...",
      "billingAccount" : "...",
      "subscription" : "...",
      "startDate" : 12345,
      "endDate" : 12345,
      "customFields" : { },
      "status" : "IN_USE",
      "statusDate" : 12345,
      "applicationCount" : 12345
    }, {
      "discountPlan" : "...",
      "billingAccount" : "...",
      "subscription" : "...",
      "startDate" : 12345,
      "endDate" : 12345,
      "customFields" : { },
      "status" : "APPLIED",
      "statusDate" : 12345,
      "applicationCount" : 12345
    } ],
    "paymentMethod" : {
      "paymentMethodType" : "CASH",
      "id" : 12345,
      "disabled" : true,
      "alias" : "...",
      "preferred" : true,
      "customerAccountCode" : "...",
      "info1" : "...",
      "info2" : "...",
      "info3" : "...",
      "info4" : "...",
      "info5" : "...",
      "bankCoordinates" : { },
      "mandateIdentification" : "...",
      "mandateDate" : 12345,
      "cardType" : "MASTERCARD",
      "owner" : "...",
      "monthExpiration" : 12345,
      "yearExpiration" : 12345,
      "tokenId" : "...",
      "cardNumber" : "...",
      "issueNumber" : "...",
      "userId" : "...",
      "email" : "...",
      "referenceDocumentCode" : "...",
      "customFields" : { }
    },
    "customerService" : "...",
    "salesPersonName" : "..."
  }, {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "versionNumber" : 12345,
    "updatedCode" : "...",
    "nextVersion" : 12345,
    "previousVersion" : 12345,
    "userAccount" : "...",
    "offerTemplate" : "...",
    "subscriptionDate" : 12345,
    "terminationDate" : 12345,
    "endAgreementDate" : 12345,
    "status" : "RESILIATED",
    "statusDate" : 12345,
    "validityDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "accesses" : {
      "access" : [ { }, { } ]
    },
    "services" : {
      "serviceInstance" : [ { }, { } ]
    },
    "products" : {
      "products" : [ { }, { } ]
    },
    "productInstances" : [ {
      "id" : 12345,
      "applicationDate" : 12345,
      "auditableField" : [ { }, { } ],
      "quantity" : 12345.0,
      "code" : "...",
      "orderNumber" : "...",
      "productChargeInstance" : [ { }, { } ],
      "description" : "...",
      "customFields" : { },
      "updatedCode" : "..."
    }, {
      "id" : 12345,
      "applicationDate" : 12345,
      "auditableField" : [ { }, { } ],
      "quantity" : 12345.0,
      "code" : "...",
      "orderNumber" : "...",
      "productChargeInstance" : [ { }, { } ],
      "description" : "...",
      "customFields" : { },
      "updatedCode" : "..."
    } ],
    "productsToInstantiate" : [ {
      "productCode" : "...",
      "quantity" : 12345.0,
      "deliveryDate" : 12345,
      "attributeInstances" : [ { }, { } ],
      "customFields" : { }
    }, {
      "productCode" : "...",
      "quantity" : 12345.0,
      "deliveryDate" : 12345,
      "attributeInstances" : [ { }, { } ],
      "customFields" : { }
    } ],
    "terminationReason" : "...",
    "orderNumber" : "...",
    "minimumAmountEl" : "...",
    "minimumLabelEl" : "...",
    "minimumChargeTemplate" : "...",
    "subscribedTillDate" : 12345,
    "renewed" : true,
    "renewalNotifiedDate" : 12345,
    "renewalRule" : {
      "initialTermType" : "FIXED",
      "renewalTermType" : "RECURRING",
      "initialyActiveFor" : 12345,
      "initialyActiveForUnit" : "MONTH",
      "calendarInitialyActiveFor" : { },
      "autoRenew" : true,
      "daysNotifyRenewal" : 12345,
      "endOfTermAction" : "TERMINATE",
      "terminationReasonCode" : "...",
      "renewFor" : 12345,
      "calendarRenewFor" : { },
      "renewForUnit" : "DAY",
      "extendAgreementPeriodToSubscribedTillDate" : true
    },
    "billingCycle" : "...",
    "seller" : "...",
    "autoEndOfEngagement" : true,
    "ratingGroup" : "...",
    "electronicBilling" : true,
    "email" : "...",
    "mailingType" : "...",
    "emailTemplate" : "...",
    "ccedEmails" : "...",
    "discountPlanForInstantiation" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "MONTH",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "OFFER",
      "status" : "INACTIVE",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "DAY",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "INVOICE_LINE",
      "status" : "INACTIVE",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    } ],
    "discountPlanForTermination" : [ "...", "..." ],
    "discountPlanInstance" : [ {
      "discountPlan" : "...",
      "billingAccount" : "...",
      "subscription" : "...",
      "startDate" : 12345,
      "endDate" : 12345,
      "customFields" : { },
      "status" : "EXPIRED",
      "statusDate" : 12345,
      "applicationCount" : 12345
    }, {
      "discountPlan" : "...",
      "billingAccount" : "...",
      "subscription" : "...",
      "startDate" : 12345,
      "endDate" : 12345,
      "customFields" : { },
      "status" : "APPLIED",
      "statusDate" : 12345,
      "applicationCount" : 12345
    } ],
    "paymentMethod" : {
      "paymentMethodType" : "STRIPE",
      "id" : 12345,
      "disabled" : true,
      "alias" : "...",
      "preferred" : true,
      "customerAccountCode" : "...",
      "info1" : "...",
      "info2" : "...",
      "info3" : "...",
      "info4" : "...",
      "info5" : "...",
      "bankCoordinates" : { },
      "mandateIdentification" : "...",
      "mandateDate" : 12345,
      "cardType" : "CB",
      "owner" : "...",
      "monthExpiration" : 12345,
      "yearExpiration" : 12345,
      "tokenId" : "...",
      "cardNumber" : "...",
      "issueNumber" : "...",
      "userId" : "...",
      "email" : "...",
      "referenceDocumentCode" : "...",
      "customFields" : { }
    },
    "customerService" : "...",
    "salesPersonName" : "..."
  } ]
}