/AWS1/CL_SVPSAVINGSPLANOFFER04¶
Information about a Savings Plan offering.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_offeringid
TYPE /AWS1/SVPUUID
/AWS1/SVPUUID
¶
The ID of the offering.
it_producttypes
TYPE /AWS1/CL_SVPSAVINGSPLANPRODU00=>TT_SAVINGSPLANPRODUCTTYPELIST
TT_SAVINGSPLANPRODUCTTYPELIST
¶
The product type.
iv_plantype
TYPE /AWS1/SVPSAVINGSPLANTYPE
/AWS1/SVPSAVINGSPLANTYPE
¶
The plan type.
iv_description
TYPE /AWS1/SVPSAVINGSPLANDESC
/AWS1/SVPSAVINGSPLANDESC
¶
The description.
iv_paymentoption
TYPE /AWS1/SVPSAVINGSPLANPMNTOPTION
/AWS1/SVPSAVINGSPLANPMNTOPTION
¶
The payment option.
iv_durationseconds
TYPE /AWS1/SVPSAVINGSPLANSDURATION
/AWS1/SVPSAVINGSPLANSDURATION
¶
The duration, in seconds.
iv_currency
TYPE /AWS1/SVPCURRENCYCODE
/AWS1/SVPCURRENCYCODE
¶
The currency.
iv_servicecode
TYPE /AWS1/SVPSAVINGSPLANSVCCODE
/AWS1/SVPSAVINGSPLANSVCCODE
¶
The service.
iv_usagetype
TYPE /AWS1/SVPSAVINGSPLANUSAGETYPE
/AWS1/SVPSAVINGSPLANUSAGETYPE
¶
The usage details of the line item in the billing report.
iv_operation
TYPE /AWS1/SVPSAVINGSPLANOPERATION
/AWS1/SVPSAVINGSPLANOPERATION
¶
The specific Amazon Web Services operation for the line item in the billing report.
it_properties
TYPE /AWS1/CL_SVPSAVINGSPLANOFFER05=>TT_SAVINGSPLANOFFERINGPRPLIST
TT_SAVINGSPLANOFFERINGPRPLIST
¶
The properties.
Queryable Attributes¶
offeringId¶
The ID of the offering.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OFFERINGID() |
Getter for OFFERINGID, with configurable default |
ASK_OFFERINGID() |
Getter for OFFERINGID w/ exceptions if field has no value |
HAS_OFFERINGID() |
Determine if OFFERINGID has a value |
productTypes¶
The product type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTTYPES() |
Getter for PRODUCTTYPES, with configurable default |
ASK_PRODUCTTYPES() |
Getter for PRODUCTTYPES w/ exceptions if field has no value |
HAS_PRODUCTTYPES() |
Determine if PRODUCTTYPES has a value |
planType¶
The plan type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLANTYPE() |
Getter for PLANTYPE, with configurable default |
ASK_PLANTYPE() |
Getter for PLANTYPE w/ exceptions if field has no value |
HAS_PLANTYPE() |
Determine if PLANTYPE has a value |
description¶
The description.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
paymentOption¶
The payment option.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PAYMENTOPTION() |
Getter for PAYMENTOPTION, with configurable default |
ASK_PAYMENTOPTION() |
Getter for PAYMENTOPTION w/ exceptions if field has no value |
HAS_PAYMENTOPTION() |
Determine if PAYMENTOPTION has a value |
durationSeconds¶
The duration, in seconds.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DURATIONSECONDS() |
Getter for DURATIONSECONDS |
currency¶
The currency.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CURRENCY() |
Getter for CURRENCY, with configurable default |
ASK_CURRENCY() |
Getter for CURRENCY w/ exceptions if field has no value |
HAS_CURRENCY() |
Determine if CURRENCY has a value |
serviceCode¶
The service.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICECODE() |
Getter for SERVICECODE, with configurable default |
ASK_SERVICECODE() |
Getter for SERVICECODE w/ exceptions if field has no value |
HAS_SERVICECODE() |
Determine if SERVICECODE has a value |
usageType¶
The usage details of the line item in the billing report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USAGETYPE() |
Getter for USAGETYPE, with configurable default |
ASK_USAGETYPE() |
Getter for USAGETYPE w/ exceptions if field has no value |
HAS_USAGETYPE() |
Determine if USAGETYPE has a value |
operation¶
The specific Amazon Web Services operation for the line item in the billing report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION has a value |
properties¶
The properties.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROPERTIES() |
Getter for PROPERTIES, with configurable default |
ASK_PROPERTIES() |
Getter for PROPERTIES w/ exceptions if field has no value |
HAS_PROPERTIES() |
Determine if PROPERTIES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SAVINGSPLANOFFERINGSLIST
¶
TYPES TT_SAVINGSPLANOFFERINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SVPSAVINGSPLANOFFER04 WITH DEFAULT KEY
.