/AWS1/CL_TXSTAXREGDOCUMENT¶
Tax registration document information.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_s3location
TYPE REF TO /AWS1/CL_TXSSOURCES3LOCATION
/AWS1/CL_TXSSOURCES3LOCATION
¶
The Amazon S3 location where your tax registration document is stored.
io_file
TYPE REF TO /AWS1/CL_TXSTAXREGDOCFILE
/AWS1/CL_TXSTAXREGDOCFILE
¶
The tax registration document.
Queryable Attributes¶
s3Location¶
The Amazon S3 location where your tax registration document is stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
file¶
The tax registration document.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILE() |
Getter for FILE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TAXREGISTRATIONDOCUMENTS
¶
TYPES TT_TAXREGISTRATIONDOCUMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TXSTAXREGDOCUMENT WITH DEFAULT KEY
.