invoiceType property

String? invoiceType
getter/setter pair

The type of invoice document. Possible string values are:

  • "INVOICE_TYPE_UNSPECIFIED"
  • "INVOICE_TYPE_CREDIT"
  • "INVOICE_TYPE_INVOICE"

Implementation

core.String? invoiceType;