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

Attributes

  • postDate (type: String.t, default: nil) - The time on which the event occurred in ISO 8601 format.
  • type (type: String.t, default: nil) - The type of the transaction that occurred. Acceptable values are: - "order" - "reversal" - "orderRefund" - "reversalRefund" - "issueRelatedRefundAndReplacement" - "returnLabelShippingFeeTransaction" - "reversalIssueRelatedRefundAndReplacement" - "reversalReturnLabelShippingFeeTransaction" - "lumpSumCorrectionTransaction"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.SettlementTransactionTransaction{
  postDate: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.