Record

invoice

No description available.

record invoice {
  accepted-payment-methods: option​<invoice-accepted-payment-methods>,
  created-at: option​<string>,
  custom-fields: option​<list​<invoice-custom-field>>,
  delivery-method: option​<invoice-delivery-method-invoice-delivery-method>,
  description: option​<string>,
  id: option​<string>,
  invoice-number: option​<string>,
  location-id: option​<string>,
  next-payment-amount-money: option​<money>,
  order-id: option​<string>,
  payment-requests: option​<list​<invoice-payment-request>>,
  primary-recipient: option​<invoice-recipient>,
  public-url: option​<string>,
  scheduled-at: option​<string>,
  status: option​<string>,
  subscription-id: option​<string>,
  timezone: option​<string>,
  title: option​<string>,
  updated-at: option​<string>,
  version: option​<s32>,
}

Fields

NameTypeDescription
accepted-payment-methodsoption​<invoice-accepted-payment-methods>
created-atoption​<string>
custom-fieldsoption​<list​<invoice-custom-field>>
delivery-methodoption​<invoice-delivery-method-invoice-delivery-method>
descriptionoption​<string>
idoption​<string>
invoice-numberoption​<string>
location-idoption​<string>
next-payment-amount-moneyoption​<money>
order-idoption​<string>
payment-requestsoption​<list​<invoice-payment-request>>
primary-recipientoption​<invoice-recipient>
public-urloption​<string>
scheduled-atoption​<string>
statusoption​<string>
subscription-idoption​<string>
timezoneoption​<string>
titleoption​<string>
updated-atoption​<string>
versionoption​<s32>