/AWS1/CL_MPISUPPORTTERM¶
Defines a support term that includes the refund policy for the offer.
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.
iv_refundpolicy TYPE /AWS1/MPIBOUNDEDSTRING /AWS1/MPIBOUNDEDSTRING¶
The refund policy description for the offer.
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 |
refundPolicy¶
The refund policy description for the offer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFUNDPOLICY() |
Getter for REFUNDPOLICY, with configurable default |
ASK_REFUNDPOLICY() |
Getter for REFUNDPOLICY w/ exceptions if field has no value |
HAS_REFUNDPOLICY() |
Determine if REFUNDPOLICY has a value |