Record
post-refund-payment-params
No description available.
record post-refund-payment-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
payment-id: string,
comment: option<string>,
finance-information: option<post-refund-type-finance-information>,
gateway-options: option<post-refund-type-gateway-options>,
method-type: option<post-refund-type-method-type-enum>,
reason-code: option<string>,
reference-id: option<string>,
refund-date: option<string>,
second-refund-reference-id: option<string>,
soft-descriptor: option<string>,
soft-descriptor-phone: option<string>,
total-amount: f64,
type-op: proxy-create-payment-type-op-enum,
integration-id-ns: option<string>,
integration-status-ns: option<string>,
origin-ns: option<string>,
sync-date-ns: option<string>,
syncto-net-suite-ns: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| payment-id | string | |
| comment | option<string> | |
| finance-information | option<post-refund-type-finance-information> | |
| gateway-options | option<post-refund-type-gateway-options> | |
| method-type | option<post-refund-type-method-type-enum> | |
| reason-code | option<string> | |
| reference-id | option<string> | |
| refund-date | option<string> | |
| second-refund-reference-id | option<string> | |
| soft-descriptor | option<string> | |
| soft-descriptor-phone | option<string> | |
| total-amount | f64 | |
| type-op | proxy-create-payment-type-op-enum | |
| integration-id-ns | option<string> | |
| integration-status-ns | option<string> | |
| origin-ns | option<string> | |
| sync-date-ns | option<string> | |
| syncto-net-suite-ns | option<string> |