/AWS1/CL_TXSBATCHPUTTAXREGRSP¶
BatchPutTaxRegistrationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_errors TYPE /AWS1/CL_TXSBTCPUTTAXREGERROR=>TT_BATCHPUTTAXREGERRORS TT_BATCHPUTTAXREGERRORS¶
List of errors for the accounts the TRN information could not be added or updated to.
Optional arguments:¶
iv_status TYPE /AWS1/TXSTAXREGISTRATIONSTATUS /AWS1/TXSTAXREGISTRATIONSTATUS¶
The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,PendingorRejected.
Queryable Attributes¶
status¶
The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,PendingorRejected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
errors¶
List of errors for the accounts the TRN information could not be added or updated to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |