GoogleApi.Content.V21.Model.SettlementTransaction (google_api_content v0.49.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.SettlementTransaction{
amount: GoogleApi.Content.V21.Model.SettlementTransactionAmount.t(),
identifiers: GoogleApi.Content.V21.Model.SettlementTransactionIdentifiers.t(),
kind: String.t(),
transaction: GoogleApi.Content.V21.Model.SettlementTransactionTransaction.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.