google_api_content v0.9.0 GoogleApi.Content.V2.Model.OrderDeliveryDetails View Source
Attributes
- address (OrderAddress): The delivery address Defaults to:
null
. - phoneNumber (String.t): The phone number of the person receiving the delivery. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.OrderDeliveryDetails{
address: GoogleApi.Content.V2.Model.OrderAddress.t(),
phoneNumber: any()
}
t() :: %GoogleApi.Content.V2.Model.OrderDeliveryDetails{ address: GoogleApi.Content.V2.Model.OrderAddress.t(), phoneNumber: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.