GoogleApi.Content.V21.Model.TestOrderDeliveryDetails (google_api_content v0.49.0) View Source
Attributes
-
address(type:GoogleApi.Content.V21.Model.TestOrderAddress.t, default:nil) - The delivery address -
isScheduledDelivery(type:boolean(), default:nil) - Whether the order is scheduled delivery order. -
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.V21.Model.TestOrderDeliveryDetails{
address: GoogleApi.Content.V21.Model.TestOrderAddress.t(),
isScheduledDelivery: boolean(),
phoneNumber: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.