View Source GoogleApi.Content.V21.Model.SettlementTransactionIdentifiers (google_api_content v0.66.0)

Attributes

  • adjustmentId (type: String.t, default: nil) - The identifier of the adjustments, if it's available.
  • merchantOrderId (type: String.t, default: nil) - The merchant provided order ID.
  • orderItemId (type: String.t, default: nil) - The identifier of the item.
  • settlementEntryId (type: String.t, default: nil) - The unique ID of the settlement transaction entry.
  • shipmentIds (type: list(String.t), default: nil) - The shipment ids for the item.
  • transactionId (type: String.t, default: nil) - The Google transaction ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.SettlementTransactionIdentifiers{
  adjustmentId: String.t() | nil,
  merchantOrderId: String.t() | nil,
  orderItemId: String.t() | nil,
  settlementEntryId: String.t() | nil,
  shipmentIds: [String.t()] | nil,
  transactionId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.