GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataServiceInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
availablePartnerInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataAvailablePartnerInfo)
, default:nil
)
- Information about Food Ordering partner, which is used for whitelisting the partner in Food Ordering entry points such as Placesheet. -
maxWaitTimeSec
(type:String.t
, default:nil
)
- Maximum max_wait_time in second. -
minDeliveryFee
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney
, default:nil
)
- Only present for delivery case, service fee is not included. -
minWaitTimeSec
(type:String.t
, default:nil
)
- Minimum min_wait_time in second. -
serviceType
(type:String.t
, default:nil
)
- Food ordering service type. Please note that only ServiceType.PICKUP and ServiceType.DELIVERY are valid values for this field.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataServiceInfo{
availablePartnerInfo: [ GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataAvailablePartnerInfo.t() ] | nil,
maxWaitTimeSec: String.t() | nil,
minDeliveryFee: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t() | nil,
minWaitTimeSec: String.t() | nil,
serviceType: String.t() | nil
}
availablePartnerInfo: [ GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataAvailablePartnerInfo.t() ] | nil,
maxWaitTimeSec: String.t() | nil,
minDeliveryFee: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t() | nil,
minWaitTimeSec: String.t() | nil,
serviceType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LocalsearchProtoInternalFoodOrderingActionMetadataServiceInfo