type property
The type of invoice.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "CREDIT_MEMO" : An invoice with a negative amount. The account receives a credit.
- "INVOICE" : An invoice with a positive amount. The account owes a balance.
Implementation
core.String? type;