| name | data type | description |
|---|---|---|
| code | string | |
| quantity | number | |
| subscriptionDate | number | |
| chargeInstanceOverrides | ChargeInstanceOverridesDto | |
| customFields | CustomFieldsDto |
Example
{
"code" : "...",
"quantity" : 12345.0,
"subscriptionDate" : 12345,
"chargeInstanceOverrides" : {
"chargeInstanceOverride" : [ {
"chargeInstanceCode" : "...",
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"description" : "..."
}, {
"chargeInstanceCode" : "...",
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"description" : "..."
} ]
},
"customFields" : {
"customField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
} ]
}
}