View Source GoogleApi.Content.V21.Model.SettlementTransaction (google_api_content v0.70.1)
Settlement transactions give a detailed breakdown of the settlement report.
Attributes
-
amount(type:GoogleApi.Content.V21.Model.SettlementTransactionAmount.t, default:nil) - The amount for the transaction. -
identifiers(type:GoogleApi.Content.V21.Model.SettlementTransactionIdentifiers.t, default:nil) - Identifiers of the transaction. -
kind(type:String.t, default:nil) - Identifies what kind of resource this is. Value: the fixed string "content#settlementTransaction" -
transaction(type:GoogleApi.Content.V21.Model.SettlementTransactionTransaction.t, default:nil) - Details of the transaction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.SettlementTransaction{ amount: GoogleApi.Content.V21.Model.SettlementTransactionAmount.t() | nil, identifiers: GoogleApi.Content.V21.Model.SettlementTransactionIdentifiers.t() | nil, kind: String.t() | nil, transaction: GoogleApi.Content.V21.Model.SettlementTransactionTransaction.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.