SellersDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
seller array of SellerDto

Example

{
  "seller" : [ {
    "code" : "...",
    "description" : "...",
    "currencyCode" : "...",
    "countryCode" : "...",
    "languageCode" : "...",
    "parentSeller" : "...",
    "customers" : {
      "customer" : [ { }, { } ],
      "totalNumberOfRecords" : 12345
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "invoiceTypeSequences" : {
      "property1" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      },
      "property2" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      }
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "description" : "...",
    "currencyCode" : "...",
    "countryCode" : "...",
    "languageCode" : "...",
    "parentSeller" : "...",
    "customers" : {
      "customer" : [ { }, { } ],
      "totalNumberOfRecords" : 12345
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "invoiceTypeSequences" : {
      "property1" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      },
      "property2" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      }
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "updatedCode" : "..."
  } ]
}