@jackdevau/up-api API Reference
Preparing search index...
TransactionResource
Interface TransactionResource
interface
TransactionResource
{
type
:
string
;
id
:
string
;
attributes
:
{
status
:
TransactionStatusEnum
;
rawText
?:
string
;
description
:
string
;
message
?:
string
;
isCategorizable
:
boolean
;
holdInfo
?:
HoldInfoObject
;
roundUp
?:
RoundUpObject
;
cashback
?:
CashbackObject
;
amount
:
MoneyObject
;
foreignAmount
?:
MoneyObject
;
cardPurchaseMethod
?:
CardPurchaseMethodObject
;
settledAt
?:
string
;
createdAt
:
string
;
}
;
relationships
:
{
account
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
transferAccount
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
category
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
self
:
string
;
related
?:
string
}
;
}
;
parentCategory
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
tags
?:
{
data
:
{
type
:
string
;
id
:
string
}
[]
;
links
?:
{
self
:
string
}
}
;
}
;
links
:
{
self
:
string
}
;
}
Index
Properties
type
id
attributes
relationships
links
Properties
type
type
:
string
id
id
:
string
attributes
attributes
:
{
status
:
TransactionStatusEnum
;
rawText
?:
string
;
description
:
string
;
message
?:
string
;
isCategorizable
:
boolean
;
holdInfo
?:
HoldInfoObject
;
roundUp
?:
RoundUpObject
;
cashback
?:
CashbackObject
;
amount
:
MoneyObject
;
foreignAmount
?:
MoneyObject
;
cardPurchaseMethod
?:
CardPurchaseMethodObject
;
settledAt
?:
string
;
createdAt
:
string
;
}
relationships
relationships
:
{
account
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
transferAccount
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
category
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
self
:
string
;
related
?:
string
}
;
}
;
parentCategory
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
tags
?:
{
data
:
{
type
:
string
;
id
:
string
}
[]
;
links
?:
{
self
:
string
}
}
;
}
links
links
:
{
self
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
attributes
relationships
links
@jackdevau/up-api API Reference
Loading...