mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"usage",
|
|||
|
|
"associated_objects"
|
|||
|
|
],
|
|||
|
|
"title": "SalesforcePayment - Data API",
|
|||
|
|
"description": "Read-only virtual object used in the Your Account App. Represents information about payments related to your organization’s Salesforce invoice.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"AppliedAmount": {
|
|||
|
|
"type": "double",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Payment amount applied to your Salesforce invoice."
|
|||
|
|
},
|
|||
|
|
"AppliedDate": {
|
|||
|
|
"type": "date",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Date the payment is applied to your Salesforce invoice."
|
|||
|
|
},
|
|||
|
|
"Memo": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Credit memo ID. Credit memos are issued for overpayment, rebates, and so forth."
|
|||
|
|
},
|
|||
|
|
"PaymentCurrency": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Type of currency used for the payment."
|
|||
|
|
},
|
|||
|
|
"SalesforcePaymentName": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Payment name."
|
|||
|
|
},
|
|||
|
|
"SalesforcePaymentType": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Nillable, Sort",
|
|||
|
|
"description": "Payment method. Possible values are: Boleto Check Credit Card Credit Memo Direct Debit Unknown Wire Transfer"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"usage": "Used by Your Account to manage payments for your organization’s Salesforce contract. Read-only.",
|
|||
|
|
"associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as SalesforcePayment."
|
|||
|
|
}
|