Record
get-credit-notes-preview-lines-params
No description available.
record get-credit-notes-preview-lines-params {
amount: option<s32>,
credit-amount: option<s32>,
ending-before: option<string>,
expand: option<list<string>>,
invoice: string,
limit: option<s32>,
lines: option<list<get-credit-notes-preview-lines-lines-item>>,
memo: option<string>,
metadata: option<string>,
out-of-band-amount: option<s32>,
reason: option<credit-note-reason-enum>,
refund: option<string>,
refund-amount: option<s32>,
shipping-cost: option<string>,
starting-after: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<s32> | |
| credit-amount | option<s32> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| invoice | string | |
| limit | option<s32> | |
| lines | option<list<get-credit-notes-preview-lines-lines-item>> | |
| memo | option<string> | |
| metadata | option<string> | |
| out-of-band-amount | option<s32> | |
| reason | option<credit-note-reason-enum> | |
| refund | option<string> | |
| refund-amount | option<s32> | |
| shipping-cost | option<string> | |
| starting-after | option<string> | |
| data | option<string> |