/AWS1/CL_PTBISSUANCEDETAIL¶
Represents detailed information about a specific issuance of benefit value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_issuanceid TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
The unique identifier for this specific issuance.
io_issuanceamount TYPE REF TO /AWS1/CL_PTBMONETARYVALUE /AWS1/CL_PTBMONETARYVALUE¶
The monetary amount or value that was issued in this specific issuance.
iv_issuedat TYPE /AWS1/PTBTIMESTAMP /AWS1/PTBTIMESTAMP¶
The timestamp when this specific issuance was processed.
Queryable Attributes¶
IssuanceId¶
The unique identifier for this specific issuance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUANCEID() |
Getter for ISSUANCEID, with configurable default |
ASK_ISSUANCEID() |
Getter for ISSUANCEID w/ exceptions if field has no value |
HAS_ISSUANCEID() |
Determine if ISSUANCEID has a value |
IssuanceAmount¶
The monetary amount or value that was issued in this specific issuance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUANCEAMOUNT() |
Getter for ISSUANCEAMOUNT |
IssuedAt¶
The timestamp when this specific issuance was processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUEDAT() |
Getter for ISSUEDAT, with configurable default |
ASK_ISSUEDAT() |
Getter for ISSUEDAT w/ exceptions if field has no value |
HAS_ISSUEDAT() |
Determine if ISSUEDAT has a value |