Record
get-refunds-params
No description available.
record get-refunds-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
page-size: option<s32>,
account-id: option<string>,
amount: option<f64>,
created-by-id: option<string>,
created-date: option<string>,
method-type: option<get-refunds-method-type-enum>,
number: option<string>,
payment-id: option<string>,
refund-date: option<string>,
status: option<get-refunds-status-enum>,
type-op: option<get-refunds-type-op-enum>,
updated-by-id: option<string>,
updated-date: option<string>,
sort: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| page-size | option<s32> | |
| account-id | option<string> | |
| amount | option<f64> | |
| created-by-id | option<string> | |
| created-date | option<string> | |
| method-type | option<get-refunds-method-type-enum> | |
| number | option<string> | |
| payment-id | option<string> | |
| refund-date | option<string> | |
| status | option<get-refunds-status-enum> | |
| type-op | option<get-refunds-type-op-enum> | |
| updated-by-id | option<string> | |
| updated-date | option<string> | |
| sort | option<string> |