pub struct FeedItem {Show 31 fields
pub feed_item_uid: Uuid,
pub category_uid: Uuid,
pub account_uid: Uuid,
pub amount: CurrencyAndAmount,
pub source_amount: CurrencyAndAmount,
pub direction: Direction,
pub updated_at: DateTime<Utc>,
pub transaction_time: DateTime<Utc>,
pub settlement_time: DateTime<Utc>,
pub source: Source,
pub source_sub_type: SourceSubtype,
pub status: Status,
pub transacting_application_user_uid: Uuid,
pub counter_party_type: CounterPartyType,
pub counter_party_uid: Uuid,
pub counter_party_name: String,
pub counter_party_sub_entity_uid: Uuid,
pub counter_party_sub_entity_name: String,
pub counter_party_sub_entity_identifier: String,
pub counter_party_sub_entity_sub_identifier: String,
pub exchange_rate: f64,
pub total_fee_amount: CurrencyAndAmount,
pub reference: String,
pub country: Country,
pub spending_category: SpendingCategory,
pub user_note: String,
pub round_up: AssociatedFeedRoundUp,
pub has_attachment: bool,
pub receipt_present: bool,
pub feed_item_failure_reason: FeedItemFailureReason,
pub master_card_feed_details: MasterCardFeedItemData,
}Expand description
An item from the account holders’ transaction feed
Fields§
§feed_item_uid: UuidUnique identifier for this item
category_uid: UuidThe category on which the transaction happened
account_uid: UuidThe account for which the transaction happened
amount: CurrencyAndAmountRepresentation of money
source_amount: CurrencyAndAmountRepresentation of money
direction: DirectionWas this an inbound or outbound transaction
updated_at: DateTime<Utc>The time the transaction was last updated at
transaction_time: DateTime<Utc>The time of the transaction
settlement_time: DateTime<Utc>The time the transaction settled
source: SourceThe source of the transaction
source_sub_type: SourceSubtypeThe source subtype of the transaction
status: StatusThe status of the transaction
transacting_application_user_uid: UuidThe application user that made the transaction
counter_party_type: CounterPartyTypeThe type of counter party for this transaction
counter_party_uid: UuidThe unique identifier for the counter party
counter_party_name: StringThe name of the counter party
counter_party_sub_entity_uid: UuidAn identifier for the counter party sub entity
counter_party_sub_entity_name: StringA name for the counter party sub entity
counter_party_sub_entity_identifier: StringAn external identifier for the sub entity
counter_party_sub_entity_sub_identifier: StringAn external sub identifier for the sub entity
exchange_rate: f64The exchange rate applied between different currencies
total_fee_amount: CurrencyAndAmountRepresentation of money
reference: StringThe reference for the transaction
country: CountryThe country in which the transaction took place
spending_category: SpendingCategoryThe category of the transaction
user_note: StringThe user-provided transaction note
round_up: AssociatedFeedRoundUpRound up details associated with a feed item
has_attachment: boolIndicates whether an attachment exists for the feed item
receipt_present: boolIndicates if a copy of the receipt is present
feed_item_failure_reason: FeedItemFailureReasonProvides the failure reason for a failed transaction
master_card_feed_details: MasterCardFeedItemDataThe MasterCard feed item details