Salesforce · Schema
TransactionJournal5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| ActivityDate | string | |
| ExternalTransactionNumber | string | |
| InvoiceDate | string | |
| JournalTypeName | string | |
| MembershipNumber | string | |
| TransactionAmount | string | |
| CurrencyIsoCode | string | |
| Status | string |
JSON Schema
{
"type": "object",
"properties": {
"ActivityDate": {
"type": "string",
"example": "example_value"
},
"ExternalTransactionNumber": {
"type": "string",
"example": "example_value"
},
"InvoiceDate": {
"type": "string",
"example": "example_value"
},
"JournalTypeName": {
"type": "string",
"example": "example_value"
},
"MembershipNumber": {
"type": "string",
"example": "example_value"
},
"TransactionAmount": {
"type": "string",
"example": "example_value"
},
"CurrencyIsoCode": {
"type": "string",
"example": "example_value"
},
"Status": {
"type": "string",
"example": "example_value"
}
},
"required": [
"ActivityDate",
"ExternalTransactionNumber",
"InvoiceDate",
"JournalTypeName",
"MembershipNumber",
"TransactionAmount",
"CurrencyIsoCode",
"Status"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TransactionJournal5"
}