Wasm Directoryalpha
Record

invoices-get-summary-by-uuid-response

No description available.

record invoices-get-summary-by-uuid-response {
  amount: option​<string>,
  billing-period: option​<string>,
  credits-and-adjustments: option​<invoices-get-summary-by-uuid-response-credits-and-adjustments>,
  invoice-uuid: option​<string>,
  overages: option​<invoices-get-summary-by-uuid-response-overages>,
  product-charges: option​<invoices-get-summary-by-uuid-response-product-charges>,
  taxes: option​<invoices-get-summary-by-uuid-response-taxes>,
  user-billing-address: option​<invoices-get-summary-by-uuid-response-user-billing-address>,
  user-company: option​<string>,
  user-email: option​<string>,
  user-name: option​<string>,
}

Fields

NameTypeDescription
amountoption​<string>
billing-periodoption​<string>
credits-and-adjustmentsoption​<invoices-get-summary-by-uuid-response-credits-and-adjustments>
invoice-uuidoption​<string>
overagesoption​<invoices-get-summary-by-uuid-response-overages>
product-chargesoption​<invoices-get-summary-by-uuid-response-product-charges>
taxesoption​<invoices-get-summary-by-uuid-response-taxes>
user-billing-addressoption​<invoices-get-summary-by-uuid-response-user-billing-address>
user-companyoption​<string>
user-emailoption​<string>
user-nameoption​<string>