/AWS1/CL_SHBLSTFRETRIALSTSV201¶
ListFreeTrialStatusesV2Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_accountfreetrialstatuses TYPE /AWS1/CL_SHBACCTFREETRIALSTAT=>TT_ACCOUNTFREETRIALSTATUSLIST TT_ACCOUNTFREETRIALSTATUSLIST¶
An array of free trial statuses, one for each account in scope.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The pagination token to use to request the next page of results. If there are no additional results, this value is null.
Queryable Attributes¶
AccountFreeTrialStatuses¶
An array of free trial statuses, one for each account in scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTFREETRIALSTATUSES() |
Getter for ACCOUNTFREETRIALSTATUSES, with configurable defau |
ASK_ACCOUNTFREETRIALSTATUSES() |
Getter for ACCOUNTFREETRIALSTATUSES w/ exceptions if field h |
HAS_ACCOUNTFREETRIALSTATUSES() |
Determine if ACCOUNTFREETRIALSTATUSES has a value |
NextToken¶
The pagination token to use to request the next page of results. If there are no additional results, this value is null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |