recurrenceType property

String? recurrenceType
getter/setter pair

The recurrence type of the line item.

Output only. Possible string values are:

  • "LINE_ITEM_RECURRENCE_TYPE_UNSPECIFIED" : The line item recurrence type is unspecified.
  • "LINE_ITEM_RECURRENCE_TYPE_PERIODIC" : The line item recurs periodically.
  • "LINE_ITEM_RECURRENCE_TYPE_ONE_TIME" : The line item does not recur in the future.

Implementation

core.String? recurrenceType;