GoogleApi.Content.V2.Model.OrderDeliveryDetails (google_api_content v0.49.0) View Source
Attributes
-
address(type:GoogleApi.Content.V2.Model.OrderAddress.t, default:nil) - The delivery address -
phoneNumber(type:String.t, default:nil) - The phone number of the person receiving the delivery.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.OrderDeliveryDetails{
address: GoogleApi.Content.V2.Model.OrderAddress.t(),
phoneNumber: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.