Voting helps other researchers find interesting modules.
Note: A merchant may have multiple merchant center ids, and each one can have multiple purposes. The existing fields merchant_id, local_merchant_id fields are not enough to capture this. Instead we will have a repeated field name mcid with this structure.
id
String.t
nil
isGsx
boolean()
isLocal
isPla
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId{ id: String.t() | nil, isGsx: boolean() | nil, isLocal: boolean() | nil, isPla: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()