GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee (google_api_content v0.57.0) View Source
The return shipping fee. This can either be a fixed fee or a boolean to indicate that the customer pays the actual shipping cost.
Attributes
-
fixedFee
(type:GoogleApi.Content.V21.Model.PriceAmount.t
, default:nil
) - Fixed return shipping fee amount. This value is only applicable when type is FIXED. We will treat the return shipping fee as free if type is FIXED and this value is not set. -
type
(type:String.t
, default:nil
) - Type of return shipping fee.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee{ fixedFee: GoogleApi.Content.V21.Model.PriceAmount.t() | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.