Record
proxy-get-refund-invoice-payment
No description available.
record proxy-get-refund-invoice-payment {
created-by-id: option<string>,
created-date: option<string>,
id: option<string>,
invoice-id: option<string>,
invoice-payment-id: option<string>,
refund-amount: option<f64>,
refund-id: option<string>,
updated-by-id: option<string>,
updated-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-by-id | option<string> | |
| created-date | option<string> | |
| id | option<string> | |
| invoice-id | option<string> | |
| invoice-payment-id | option<string> | |
| refund-amount | option<f64> | |
| refund-id | option<string> | |
| updated-by-id | option<string> | |
| updated-date | option<string> |