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

Attributes

  • batchId (integer()): An entry ID, unique within the batch request. Defaults to: null.
  • inventory (PosInventory): The inventory to submit. Set this only if the method is inventory. Defaults to: null.
  • merchantId (String.t): The ID of the POS data provider. Defaults to: null.
  • method (String.t): Defaults to: null.
  • sale (PosSale): The sale information to submit. Set this only if the method is sale. Defaults to: null.
  • store (PosStore): The store information to submit. Set this only if the method is insert. Defaults to: null.
  • storeCode (String.t): The store code. Set this only if the method is delete or get. Defaults to: null.
  • targetMerchantId (String.t): The ID of the account for which to get/submit data. 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.PosCustomBatchRequestEntry{
  batchId: any(),
  inventory: GoogleApi.Content.V2.Model.PosInventory.t(),
  merchantId: any(),
  method: any(),
  sale: GoogleApi.Content.V2.Model.PosSale.t(),
  store: GoogleApi.Content.V2.Model.PosStore.t(),
  storeCode: any(),
  targetMerchantId: 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.