GoogleApi.Content.V21.Model.WarehouseBasedDeliveryTime (google_api_content v0.57.0) View Source
Attributes
-
carrier
(type:String.t
, default:nil
) - Required. Carrier, such as"UPS"
or"Fedex"
. The list of supported carriers can be retrieved via thelistSupportedCarriers
method. -
carrierService
(type:String.t
, default:nil
) - Required. Carrier service, such as"ground"
or"2 days"
. The list of supported services for a carrier can be retrieved via thelistSupportedCarriers
method. The name of the service must be in the eddSupportedServices list. -
originAdministrativeArea
(type:String.t
, default:nil
) - Required. Shipping origin's state. -
originCity
(type:String.t
, default:nil
) - Required. Shipping origin's city. -
originCountry
(type:String.t
, default:nil
) - Required. Shipping origin's country represented as a CLDR territory code. -
originPostalCode
(type:String.t
, default:nil
) - Required. Shipping origin. -
originStreetAddress
(type:String.t
, default:nil
) - Shipping origin's street address.
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.WarehouseBasedDeliveryTime{ carrier: String.t() | nil, carrierService: String.t() | nil, originAdministrativeArea: String.t() | nil, originCity: String.t() | nil, originCountry: String.t() | nil, originPostalCode: String.t() | nil, originStreetAddress: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.