/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
,Pending
orRejected
.
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
,Pending
orRejected
.
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 |