google_api_content v0.30.0 GoogleApi.Content.V21.Model.OrderDeliveryDetails View Source
Attributes
address(type:GoogleApi.Content.V21.Model.OrderAddress.t, default:nil) - The delivery addressphoneNumber(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Content.V21.Model.OrderDeliveryDetails{
address: GoogleApi.Content.V21.Model.OrderAddress.t(),
phoneNumber: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.