google_api_content v0.30.0 GoogleApi.Content.V21.Model.SettlementTransaction View Source
Settlement transactions give a detailed breakdown of the settlement report. (== resource_for v2.1.settlementtransactions ==)
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:content#settlementTransaction) - 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.