View Source GoogleApi.Content.V21.Model.ReturnPolicyOnlineRestockingFee (google_api_content v0.71.0)
The restocking fee. This can either be a fixed fee or a micro percent.
Attributes
-
fixedFee(type:GoogleApi.Content.V21.Model.PriceAmount.t, default:nil) - Fixed restocking fee. -
microPercent(type:integer(), default:nil) - Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineRestockingFee{ fixedFee: GoogleApi.Content.V21.Model.PriceAmount.t() | nil, microPercent: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.