/AWS1/CL_MPIFREETRIALPRCNGTERM¶
Defines a free trial pricing term that enables customers to try the product before purchasing.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/MPITERMID /AWS1/MPITERMID¶
The unique identifier of the term.
iv_type TYPE /AWS1/MPITERMTYPE /AWS1/MPITERMTYPE¶
The category of the term.
it_grants TYPE /AWS1/CL_MPIGRANTITEM=>TT_GRANTLIST TT_GRANTLIST¶
The entitlements granted to the buyer during the free trial.
Optional arguments:¶
iv_duration TYPE /AWS1/MPIBOUNDEDSTRING /AWS1/MPIBOUNDEDSTRING¶
The duration of the free trial period.
Queryable Attributes¶
id¶
The unique identifier of the term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
The category of the term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
duration¶
The duration of the free trial period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
HAS_DURATION() |
Determine if DURATION has a value |
grants¶
The entitlements granted to the buyer during the free trial.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANTS() |
Getter for GRANTS, with configurable default |
ASK_GRANTS() |
Getter for GRANTS w/ exceptions if field has no value |
HAS_GRANTS() |
Determine if GRANTS has a value |