Record
post-invoices-invoice-pay-params
No description available.
record post-invoices-invoice-pay-params {
invoice: string,
expand: option<list<string>>,
forgive: option<bool>,
mandate: option<string>,
off-session: option<bool>,
paid-out-of-band: option<bool>,
payment-method: option<string>,
source: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| invoice | string | |
| expand | option<list<string>> | |
| forgive | option<bool> | |
| mandate | option<string> | |
| off-session | option<bool> | |
| paid-out-of-band | option<bool> | |
| payment-method | option<string> | |
| source | option<string> |