MoneyAmount


Description

A monetary value in Microsoft Dynamics GP. A money amount has both a currency and a numeric value.

Properties

Property

Type

Length

Default

Description

Currency

string

3

Empty

The ISO Code that identifies the currency for the money amount. For example, US dollars is USD.

Value

decimal

N/A

0

The decimal value of the money amount.

DecimalDigits

int

N/A

0

The number of decimal places to be applied to the money amount. The value can be from 0 to 5.


Inherits from

Amount


Documentation Feedback