/AWS1/CL_BDCAVAILABLELIMITS¶
The available spending limits for a payment session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_availablespendamount TYPE REF TO /AWS1/CL_BDCAMOUNT /AWS1/CL_BDCAMOUNT¶
The remaining available amount that can be spent.
iv_updatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP¶
The timestamp when the available limits were last updated.
Queryable Attributes¶
availableSpendAmount¶
The remaining available amount that can be spent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABLESPENDAMOUNT() |
Getter for AVAILABLESPENDAMOUNT |
updatedAt¶
The timestamp when the available limits were last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |