Oracle E-Business Suite · JSON Structure

Financial Services Ar Receipt Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

ArReceipt is a JSON Structure definition published by Oracle E-Business Suite, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cashReceiptId receiptNumber amount currencyCode receiptDate customerId customerName receiptMethodId status orgId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ArReceipt",
  "type": "object",
  "properties": {
    "cashReceiptId": {
      "type": "integer"
    },
    "receiptNumber": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "currencyCode": {
      "type": "string"
    },
    "receiptDate": {
      "type": "string"
    },
    "customerId": {
      "type": "integer"
    },
    "customerName": {
      "type": "string"
    },
    "receiptMethodId": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "orgId": {
      "type": "integer"
    }
  }
}