Wasm Directoryalpha
Record

proxy-get-refund-invoice-payment

No description available.

record proxy-get-refund-invoice-payment {
  created-by-id: option​<string>,
  created-date: option​<string>,
  id: option​<string>,
  invoice-id: option​<string>,
  invoice-payment-id: option​<string>,
  refund-amount: option​<f64>,
  refund-id: option​<string>,
  updated-by-id: option​<string>,
  updated-date: option​<string>,
}

Fields

NameTypeDescription
created-by-idoption​<string>
created-dateoption​<string>
idoption​<string>
invoice-idoption​<string>
invoice-payment-idoption​<string>
refund-amountoption​<f64>
refund-idoption​<string>
updated-by-idoption​<string>
updated-dateoption​<string>