/AWS1/CL_BIISUPPLEMENTALDOC¶
Supplemental document associated with the invoice.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_documenttype TYPE /AWS1/BIISUPPLEMENTALDOCTYPE /AWS1/BIISUPPLEMENTALDOCTYPE¶
The type of supplemental document.
iv_documentid TYPE /AWS1/BIISTRINGWITHOUTNEWLINE /AWS1/BIISTRINGWITHOUTNEWLINE¶
The ID of the supplemental document.
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¶
DocumentType¶
The type of supplemental document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTTYPE() |
Getter for DOCUMENTTYPE, with configurable default |
ASK_DOCUMENTTYPE() |
Getter for DOCUMENTTYPE w/ exceptions if field has no value |
HAS_DOCUMENTTYPE() |
Determine if DOCUMENTTYPE has a value |
DocumentId¶
The ID of the supplemental document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTID() |
Getter for DOCUMENTID, with configurable default |
ASK_DOCUMENTID() |
Getter for DOCUMENTID w/ exceptions if field has no value |
HAS_DOCUMENTID() |
Determine if DOCUMENTID has a value |
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
.