type property

String? type
getter/setter pair

Policy type. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "NUMBER_OF_DAYS_AFTER_DELIVERY" : The number of days within which a return is valid after delivery.
  • "NO_RETURNS" : No returns.
  • "LIFETIME_RETURNS" : Life time returns.

Implementation

core.String? type;