Name | Type | Description | Notes |
---|---|---|---|
account_id | String | Customer account ID. | [optional] |
account_name | String | Customer account name. | [optional] |
account_number | String | Customer account number. | [optional] |
amount | String | Payment amount. | [optional] |
custom_field__c | String | Any custom fields defined for this object. The custom field name is case-sensitive. | [optional] |
effective_date | Date | Effective payment date as yyyy-mm-dd. | [optional] |
gateway_transaction_number | String | Transaction ID from payment gateway. | [optional] |
id | String | PaymentID. | [optional] |
paid_invoices | Array<GETPaidInvoicesType> | Information about one or more invoices to which this payment was applied: | [optional] |
payment_method_id | String | Payment method. | [optional] |
payment_number | String | Unique payment number. | [optional] |
status | String | Possible values are: `Draft`, `Processing`, `Processed`, `Error`, `Voided`, `Canceled`, `Posted. | [optional] |
type | String | Possible values are: `External`, `Electronic`. | [optional] |