Wasm Directoryalpha
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

NameTypeDescription
amountoption​<f64>
effective-dateoption​<string>
gateway-order-idoption​<string>
payment-method-idoption​<string>
reference-idoption​<string>