GoogleApi.Content.V21.Model.TestOrderPickupDetails (google_api_content v0.41.2) View Source
Attributes
locationCode(type:String.t, default:nil) - Required. Code of the location defined by provider or merchant.pickupLocationAddress(type:GoogleApi.Content.V21.Model.TestOrderAddress.t, default:nil) - Required. Pickup location address.pickupLocationType(type:String.t, default:nil) - Pickup location type.Acceptable values are:
- "
locker" - "
store" - "
curbside"
- "
pickupPersons(type:list(GoogleApi.Content.V21.Model.TestOrderPickupDetailsPickupPerson.t), default:nil) - Required. all pickup persons set by users.
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.TestOrderPickupDetails{
locationCode: String.t(),
pickupLocationAddress: GoogleApi.Content.V21.Model.TestOrderAddress.t(),
pickupLocationType: String.t(),
pickupPersons: [
GoogleApi.Content.V21.Model.TestOrderPickupDetailsPickupPerson.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.