InvoicePayments
Returns a list of payments associate with a given invoice
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| InvoiceId | Integer |
Invoices.Id | |
| Amount | Decimal | ||
| PaidAt | Datetime | ||
| PaidDate | Date | ||
| RecordedBy | String | ||
| RecordedByEmail | String | ||
| Notes | String | ||
| Body | String | ||
| TransactionId | String | ||
| PaymentGatewayId | String | ||
| PaymentGatewayName | String | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |