type property

String? type
getter/setter pair

Type of return shipping fee. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "FIXED" : The return shipping fee is a fixed value.
  • "CUSTOMER_PAYING_ACTUAL_FEE" : Customer will pay the actual return shipping fee.

Implementation

core.String? type;