AccountingArticlePricesDTO Data Type

The Class AccountingArticlePrices.

Implemented Interfaces
Serializable
Properties
name data type description
accountingArticleCode string The accounting article Code
accountingArticleLabel string The accounting article label
accountingArticlePrices array of PriceDTO List of accouting article prices
discountPlanItemCode string Discount item code
discountValue string Discount value

Example

{
  "accountingArticleCode" : "...",
  "accountingArticleLabel" : "...",
  "accountingArticlePrices" : [ {
    "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" : "PERCENTAGE",
    "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" : "PERCENTAGE",
    "discountPlanItemCode" : "...",
    "applyDiscountsOnOverridenPrice" : true,
    "overchargedUnitAmountWithoutTax" : 12345.0,
    "discountedAmount" : 12345.0,
    "sequence" : 12345,
    "id" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    }
  } ],
  "discountPlanItemCode" : "...",
  "discountValue" : "..."
}