/AWS1/CL_BIIINVOICEPDF¶
Invoice document data.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_invoiceid TYPE /AWS1/BIISTRINGWITHOUTNEWLINE /AWS1/BIISTRINGWITHOUTNEWLINE¶
Your unique invoice ID.
iv_documenturl TYPE /AWS1/BIISTRINGWITHOUTNEWLINE /AWS1/BIISTRINGWITHOUTNEWLINE¶
The pre-signed URL to download the invoice document.
iv_documenturlexpirationdate TYPE /AWS1/BIITIMESTAMP /AWS1/BIITIMESTAMP¶
The pre-signed URL expiration date of the invoice document.
it_supplementaldocuments TYPE /AWS1/CL_BIISUPPLEMENTALDOC=>TT_SUPPLEMENTALDOCUMENTS TT_SUPPLEMENTALDOCUMENTS¶
List of supplemental documents associated with the invoice.
Queryable Attributes¶
InvoiceId¶
Your unique invoice ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOICEID() |
Getter for INVOICEID, with configurable default |
ASK_INVOICEID() |
Getter for INVOICEID w/ exceptions if field has no value |
HAS_INVOICEID() |
Determine if INVOICEID has a value |
DocumentUrl¶
The pre-signed URL to download the invoice 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 the invoice 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 |
SupplementalDocuments¶
List of supplemental documents associated with the invoice.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPLEMENTALDOCUMENTS() |
Getter for SUPPLEMENTALDOCUMENTS, with configurable default |
ASK_SUPPLEMENTALDOCUMENTS() |
Getter for SUPPLEMENTALDOCUMENTS w/ exceptions if field has |
HAS_SUPPLEMENTALDOCUMENTS() |
Determine if SUPPLEMENTALDOCUMENTS has a value |