SW Combine SDK
Preparing search index...
types
CreditLogEntry
Interface CreditLogEntry
interface
CreditLogEntry
{
amount
:
number
;
attributes
:
{
transaction_id
:
number
}
;
communication
:
string
;
receiver
:
{
attributes
?:
{
href
?:
string
;
uid
:
string
}
;
value
?:
string
}
;
sender
:
{
attributes
?:
{
href
?:
string
;
uid
:
string
}
;
value
?:
string
}
;
time
:
{
days
:
number
;
hours
:
number
;
mins
:
number
;
secs
:
number
;
timestamp
:
string
;
years
:
number
;
}
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
amount
attributes
communication
receiver
sender
time
Properties
amount
amount
:
number
attributes
attributes
:
{
transaction_id
:
number
}
communication
communication
:
string
receiver
receiver
:
{
attributes
?:
{
href
?:
string
;
uid
:
string
}
;
value
?:
string
}
sender
sender
:
{
attributes
?:
{
href
?:
string
;
uid
:
string
}
;
value
?:
string
}
time
time
:
{
days
:
number
;
hours
:
number
;
mins
:
number
;
secs
:
number
;
timestamp
:
string
;
years
:
number
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
attributes
communication
receiver
sender
time
SW Combine SDK
Loading...