afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/SalesforcePayment.json

50 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 organizations 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 organizations Salesforce contract. Read-only.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as SalesforcePayment."
}