TreasuryTransactionEntry class final

TreasuryTransactionsResourceTransactionEntry

TransactionEntries represent individual units of money movements within a single [Transaction](https://stripe.com/docs/api#transactions).

Implemented types

Constructors

TreasuryTransactionEntry({required TreasuryTransactionsResourceBalanceImpact balanceImpact, required DateTime created, required String currency, required DateTime effectiveAt, required String financialAccount, String? flow, TreasuryTransactionFlowDetails? flowDetails, required TreasuryTransactionFlowDetailsType flowType, required String id, required bool livemode, required TreasuryTransactionOrId transaction, required TreasuryTransactionEntryType type})
TreasuryTransactionsResourceTransactionEntry
const
TreasuryTransactionEntry.fromJson(Object? json)
factory

Properties

balanceImpact TreasuryTransactionsResourceBalanceImpact
final
created DateTime
final
currency String
final
effectiveAt DateTime
final
financialAccount String
final
flow String?
final
flowDetails TreasuryTransactionFlowDetails?
final
flowType TreasuryTransactionFlowDetailsType
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
livemode bool
final
object String
The resource's type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction TreasuryTransactionOrId
final
type TreasuryTransactionEntryType
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(TreasuryTransactionEntry instance, Encoder<V> encoder) → V