invoiceType property

String? invoiceType
getter/setter pair

The type of invoice document. Possible string values are:

  • "INVOICE_TYPE_UNSPECIFIED" : Not specified or is unknown in this version.
  • "INVOICE_TYPE_CREDIT" : The invoice has a negative amount.
  • "INVOICE_TYPE_INVOICE" : The invoice has a positive amount.

Implementation

core.String? invoiceType;