google_api_content v0.9.0 GoogleApi.Content.V2.Model.LiasettingsCustomBatchRequestEntry View Source

Attributes

  • accountId (String.t): The ID of the account for which to get/update account shipping settings. Defaults to: null.
  • batchId (integer()): An entry ID, unique within the batch request. Defaults to: null.
  • contactEmail (String.t): Inventory validation contact email. Required only for SetInventoryValidationContact. Defaults to: null.
  • contactName (String.t): Inventory validation contact name. Required only for SetInventoryValidationContact. Defaults to: null.
  • country (String.t): The country code. Required only for RequestInventoryVerification. Defaults to: null.
  • gmbEmail (String.t): The GMB account. Required only for RequestGmbAccess. Defaults to: null.
  • liaSettings (LiaSettings): The account Lia settings to update. Only defined if the method is update. Defaults to: null.
  • merchantId (String.t): The ID of the managing account. Defaults to: null.
  • method (String.t): Defaults to: null.
  • posDataProviderId (String.t): The ID of POS data provider. Required only for SetPosProvider. Defaults to: null.
  • posExternalAccountId (String.t): The account ID by which this merchant is known to the POS provider. 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() :: %GoogleApi.Content.V2.Model.LiasettingsCustomBatchRequestEntry{
  accountId: any(),
  batchId: any(),
  contactEmail: any(),
  contactName: any(),
  country: any(),
  gmbEmail: any(),
  liaSettings: GoogleApi.Content.V2.Model.LiaSettings.t(),
  merchantId: any(),
  method: any(),
  posDataProviderId: any(),
  posExternalAccountId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.