ArInvoiceLine

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
customerTrxLineId integer
lineNumber integer
lineType string
description string
quantity number
unitSellingPrice number
amount number
inventoryItemId integer
View JSON Schema on GitHub

JSON Schema

financial-services-ar-invoice-line-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ArInvoiceLine",
  "type": "object",
  "properties": {
    "customerTrxLineId": {
      "type": "integer"
    },
    "lineNumber": {
      "type": "integer"
    },
    "lineType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "unitSellingPrice": {
      "type": "number"
    },
    "amount": {
      "type": "number"
    },
    "inventoryItemId": {
      "type": "integer"
    }
  }
}