Wasm Directoryalpha
Record

invoice-payment-request

No description available.

record invoice-payment-request {
  automatic-payment-source: option​<string>,
  card-id: option​<string>,
  computed-amount-money: option​<money>,
  due-date: option​<string>,
  fixed-amount-requested-money: option​<money>,
  percentage-requested: option​<string>,
  reminders: option​<list​<invoice-payment-reminder>>,
  request-method: option​<string>,
  request-type: option​<string>,
  rounding-adjustment-included-money: option​<money>,
  tipping-enabled: option​<bool>,
  total-completed-amount-money: option​<money>,
  uid: option​<string>,
}

Fields

NameTypeDescription
automatic-payment-sourceoption​<string>
card-idoption​<string>
computed-amount-moneyoption​<money>
due-dateoption​<string>
fixed-amount-requested-moneyoption​<money>
percentage-requestedoption​<string>
remindersoption​<list​<invoice-payment-reminder>>
request-methodoption​<string>
request-typeoption​<string>
rounding-adjustment-included-moneyoption​<money>
tipping-enabledoption​<bool>
total-completed-amount-moneyoption​<money>
uidoption​<string>