Oracle E-Business Suite · JSON Structure

Financial Services Ap Payment Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

checkId checkNumber amount currencyCode checkDate vendorId vendorName bankAccountId paymentMethodCode 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": "ApPayment",
  "type": "object",
  "properties": {
    "checkId": {
      "type": "integer"
    },
    "checkNumber": {
      "type": "integer"
    },
    "amount": {
      "type": "number"
    },
    "currencyCode": {
      "type": "string"
    },
    "checkDate": {
      "type": "string"
    },
    "vendorId": {
      "type": "integer"
    },
    "vendorName": {
      "type": "string"
    },
    "bankAccountId": {
      "type": "integer"
    },
    "paymentMethodCode": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "orgId": {
      "type": "integer"
    }
  }
}