/AWS1/CL_MPGBTCCREBLLADJREQOUT¶
BatchCreateBillingAdjustmentRequestOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_items TYPE /AWS1/CL_MPGBTCCREBLLADJSTITEM=>TT_BTCCREBLLNGADJSTMTITEMLIST TT_BTCCREBLLNGADJSTMTITEMLIST¶
A list of successfully created billing adjustment items, each containing the
billingAdjustmentRequestIdandclientToken.
it_errors TYPE /AWS1/CL_MPGBTCCREBLLADJSTERR=>TT_BTCCREBLLNGADJSTMTERRORLIST TT_BTCCREBLLNGADJSTMTERRORLIST¶
A list of errors for entries that failed validation, each containing the
clientToken, errorcode, andmessage.
Queryable Attributes¶
items¶
A list of successfully created billing adjustment items, each containing the
billingAdjustmentRequestIdandclientToken.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
errors¶
A list of errors for entries that failed validation, each containing the
clientToken, errorcode, andmessage.
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 |