Typescript SDK Type Docs
Preparing search index...
Import API SDK
MoneyField
Interface MoneyField
A field with a money value.
interface
MoneyField
{
type
:
"Money"
;
value
:
TypedMoney
;
}
Hierarchy (
View Summary
)
ICustomField
MoneyField
Index
Properties
type
value
Properties
Readonly
type
type
:
"Money"
The type of this field.
Readonly
value
value
:
TypedMoney
A money value in cent precision format.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Typescript SDK Type Docs
Loading...
A field with a money value.