Record
post-create-payment-params
No description available.
record post-create-payment-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
account-id: option<string>,
amount: f64,
auth-transaction-id: option<string>,
comment: option<string>,
currency: string,
debit-memos: option<list<payment-debit-memo-application-create-request-type>>,
effective-date: option<string>,
finance-information: option<create-payment-type-finance-information>,
gateway-id: option<string>,
gateway-options: option<create-payment-type-gateway-options>,
gateway-order-id: option<string>,
invoices: option<list<payment-invoice-application-create-request-type>>,
mit-transaction-source: option<create-payment-type-mit-transaction-source-enum>,
payment-method-id: option<string>,
reference-id: option<string>,
soft-descriptor: option<string>,
soft-descriptor-phone: option<string>,
standalone: option<bool>,
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>,
transaction-ns: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| account-id | option<string> | |
| amount | f64 | |
| auth-transaction-id | option<string> | |
| comment | option<string> | |
| currency | string | |
| debit-memos | option<list<payment-debit-memo-application-create-request-type>> | |
| effective-date | option<string> | |
| finance-information | option<create-payment-type-finance-information> | |
| gateway-id | option<string> | |
| gateway-options | option<create-payment-type-gateway-options> | |
| gateway-order-id | option<string> | |
| invoices | option<list<payment-invoice-application-create-request-type>> | |
| mit-transaction-source | option<create-payment-type-mit-transaction-source-enum> | |
| payment-method-id | option<string> | |
| reference-id | option<string> | |
| soft-descriptor | option<string> | |
| soft-descriptor-phone | option<string> | |
| standalone | option<bool> | |
| 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> | |
| transaction-ns | option<string> |