BillingPayments
Retrieves a list containing information about one or more payments.
View Specific Information
The add-in will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- PaymentId supports the '='.
For example, the following query is processed server side:
SELECT * FROM BillingPayments WHERE PaymentId = '3caf8d81-1c18-4ff6-bc1b-39e4ab8c2692'
Columns
| Name | Type | References | Description |
| PaymentId [KEY] | String | The ID of the payment. | |
| Amount | String | The total amount of the purchase. | |
| Description | String | A sender-defined description of the line item. | |
| PaymentDate | Date | The date of the payment. | |
| PaymentNumber | String | When true, a PDF version of the invoice is available. |