/AWS1/CL_BIISUPPLEMENTALDOC¶
Supplemental document associated with the invoice.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_documenturl TYPE /AWS1/BIISTRINGWITHOUTNEWLINE /AWS1/BIISTRINGWITHOUTNEWLINE¶
The pre-signed URL to download invoice supplemental document.
iv_documenturlexpirationdate TYPE /AWS1/BIITIMESTAMP /AWS1/BIITIMESTAMP¶
The pre-signed URL expiration date of invoice supplemental document.
Queryable Attributes¶
DocumentUrl¶
The pre-signed URL to download invoice supplemental document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTURL() |
Getter for DOCUMENTURL, with configurable default |
ASK_DOCUMENTURL() |
Getter for DOCUMENTURL w/ exceptions if field has no value |
HAS_DOCUMENTURL() |
Determine if DOCUMENTURL has a value |
DocumentUrlExpirationDate¶
The pre-signed URL expiration date of invoice supplemental document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTURLEXPIRDATE() |
Getter for DOCUMENTURLEXPIRATIONDATE, with configurable defa |
ASK_DOCUMENTURLEXPIRDATE() |
Getter for DOCUMENTURLEXPIRATIONDATE w/ exceptions if field |
HAS_DOCUMENTURLEXPIRDATE() |
Determine if DOCUMENTURLEXPIRATIONDATE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SUPPLEMENTALDOCUMENTS¶
TYPES TT_SUPPLEMENTALDOCUMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BIISUPPLEMENTALDOC WITH DEFAULT KEY
.