A base class for all API DTO classes
name | data type | description |
---|---|---|
taxRate | number | |
unitPriceAmountWithoutTax | number | |
prices | array of PriceDTO |
Example
{ "taxRate" : 12345.0, "unitPriceAmountWithoutTax" : 12345.0, "prices" : [ { "priceType" : "RECURRING", "amountWithTax" : 12345.0, "unitPriceWithoutTax" : 12345.0, "amountWithoutTax" : 12345.0, "amountWithoutTaxWithoutDiscount" : 12345.0, "taxAmount" : 12345.0, "taxRate" : 12345.0, "priceOverCharged" : true, "currencyCode" : "...", "currencySymbol" : "...", "recurrenceDuration" : 12345, "recurrencePeriodicity" : "...", "chargeCode" : "...", "chargeLabel" : "...", "taxCategory" : "...", "taxCode" : "...", "quantity" : 12345.0, "discountedQuotePrice" : { }, "unitMultiplicator" : 12345.0, "discountValue" : 12345.0, "discountPlanType" : "FIXED", "discountPlanItemCode" : "...", "applyDiscountsOnOverridenPrice" : true, "overchargedUnitAmountWithoutTax" : 12345.0, "discountedAmount" : 12345.0, "sequence" : 12345, "id" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } }, { "priceType" : "ONE_SHOT_SUBSCRIPTION", "amountWithTax" : 12345.0, "unitPriceWithoutTax" : 12345.0, "amountWithoutTax" : 12345.0, "amountWithoutTaxWithoutDiscount" : 12345.0, "taxAmount" : 12345.0, "taxRate" : 12345.0, "priceOverCharged" : true, "currencyCode" : "...", "currencySymbol" : "...", "recurrenceDuration" : 12345, "recurrencePeriodicity" : "...", "chargeCode" : "...", "chargeLabel" : "...", "taxCategory" : "...", "taxCode" : "...", "quantity" : 12345.0, "discountedQuotePrice" : { }, "unitMultiplicator" : 12345.0, "discountValue" : 12345.0, "discountPlanType" : "FIXED", "discountPlanItemCode" : "...", "applyDiscountsOnOverridenPrice" : true, "overchargedUnitAmountWithoutTax" : 12345.0, "discountedAmount" : 12345.0, "sequence" : 12345, "id" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } } ] }