Record
external-payment-options
No description available.
record external-payment-options {
amount: option<f64>,
effective-date: option<string>,
gateway-order-id: option<string>,
payment-method-id: option<string>,
reference-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<f64> | |
| effective-date | option<string> | |
| gateway-order-id | option<string> | |
| payment-method-id | option<string> | |
| reference-id | option<string> |