/AWS1/CL_TXSSUPPLEMENTALTAXR00¶
The supplemental TRN information to provide when adding or updating a supplemental TRN.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registrationid TYPE /AWS1/TXSREGISTRATIONID /AWS1/TXSREGISTRATIONID¶
The supplemental TRN unique identifier.
iv_registrationtype TYPE /AWS1/TXSSUPPLEMENTALTAXREGT00 /AWS1/TXSSUPPLEMENTALTAXREGT00¶
Type of supplemental TRN. Currently, this can only be VAT.
iv_legalname TYPE /AWS1/TXSLEGALNAME /AWS1/TXSLEGALNAME¶
The legal name associated with your TRN registration.
io_address TYPE REF TO /AWS1/CL_TXSADDRESS /AWS1/CL_TXSADDRESS¶
address
Queryable Attributes¶
registrationId¶
The supplemental TRN unique identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |
registrationType¶
Type of supplemental TRN. Currently, this can only be VAT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONTYPE() |
Getter for REGISTRATIONTYPE, with configurable default |
ASK_REGISTRATIONTYPE() |
Getter for REGISTRATIONTYPE w/ exceptions if field has no va |
HAS_REGISTRATIONTYPE() |
Determine if REGISTRATIONTYPE has a value |
legalName¶
The legal name associated with your TRN registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGALNAME() |
Getter for LEGALNAME, with configurable default |
ASK_LEGALNAME() |
Getter for LEGALNAME w/ exceptions if field has no value |
HAS_LEGALNAME() |
Determine if LEGALNAME has a value |
address¶
address
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS |