/AWS1/CL_DFMTRIALMINUTES¶
Represents information about free trial device minutes for an AWS account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_total TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The total number of free trial minutes that the account started with.
iv_remaining TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of free trial minutes remaining in the account.
Queryable Attributes¶
total¶
The total number of free trial minutes that the account started with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL, with configurable default |
ASK_TOTAL() |
Getter for TOTAL w/ exceptions if field has no value |
STR_TOTAL() |
String format for TOTAL, with configurable default |
HAS_TOTAL() |
Determine if TOTAL has a value |
remaining¶
The number of free trial minutes remaining in the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMAINING() |
Getter for REMAINING, with configurable default |
ASK_REMAINING() |
Getter for REMAINING w/ exceptions if field has no value |
STR_REMAINING() |
String format for REMAINING, with configurable default |
HAS_REMAINING() |
Determine if REMAINING has a value |