PostPurchaseInvoices Data Type

Properties
name data type description
invoices PurchaseInvoiceEntryList

Example

{
  "invoices" : {
    "entries" : [ {
      "orderId" : 12345,
      "price" : 12345.0,
      "currency" : "...",
      "paymentType" : "OTHER",
      "description" : "...",
      "image" : "...",
      "imageType" : "...",
      "timestampMs" : 12345
    }, {
      "orderId" : 12345,
      "price" : 12345.0,
      "currency" : "...",
      "paymentType" : "ME",
      "description" : "...",
      "image" : "...",
      "imageType" : "...",
      "timestampMs" : 12345
    } ],
    "rowCount" : 12345
  }
}