/AWS1/CL_PTSMONETARYVALUE¶
Specifies payments details.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_amount
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
Specifies the payment amount.
iv_currencycode
TYPE /AWS1/PTSCURRENCYCODE
/AWS1/PTSCURRENCYCODE
¶
Specifies the payment currency.
Queryable Attributes¶
Amount¶
Specifies the payment amount.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AMOUNT() |
Getter for AMOUNT, with configurable default |
ASK_AMOUNT() |
Getter for AMOUNT w/ exceptions if field has no value |
HAS_AMOUNT() |
Determine if AMOUNT has a value |
CurrencyCode¶
Specifies the payment currency.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CURRENCYCODE() |
Getter for CURRENCYCODE, with configurable default |
ASK_CURRENCYCODE() |
Getter for CURRENCYCODE w/ exceptions if field has no value |
HAS_CURRENCYCODE() |
Determine if CURRENCYCODE has a value |