@theredspace/spp-client
Preparing search index...
Currency
Interface Currency
Currency definitions (code, name, rate). Supports Add, Read, Modify, Upsert, Delete.
interface
Currency
{
code
:
string
;
created
:
string
;
id
:
string
;
name
:
string
;
symbol
?:
string
;
updated
:
string
;
}
Index
Properties
code
created
id
name
symbol?
updated
Properties
code
code
:
string
created
created
:
string
id
id
:
string
name
name
:
string
Optional
symbol
symbol
?:
string
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
created
id
name
symbol
updated
@theredspace/spp-client
Loading...
Currency definitions (code, name, rate). Supports Add, Read, Modify, Upsert, Delete.