/AWS1/CL_IMGPRODUCTCODELSTITEM¶
Information about a single product code.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_productcodeid
TYPE /AWS1/IMGPRODUCTCODEID
/AWS1/IMGPRODUCTCODEID
¶
For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.
iv_productcodetype
TYPE /AWS1/IMGPRODUCTCODETYPE
/AWS1/IMGPRODUCTCODETYPE
¶
The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
Queryable Attributes¶
productCodeId¶
For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTCODEID() |
Getter for PRODUCTCODEID, with configurable default |
ASK_PRODUCTCODEID() |
Getter for PRODUCTCODEID w/ exceptions if field has no value |
HAS_PRODUCTCODEID() |
Determine if PRODUCTCODEID has a value |
productCodeType¶
The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTCODETYPE() |
Getter for PRODUCTCODETYPE, with configurable default |
ASK_PRODUCTCODETYPE() |
Getter for PRODUCTCODETYPE w/ exceptions if field has no val |
HAS_PRODUCTCODETYPE() |
Determine if PRODUCTCODETYPE 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_PRODUCTCODELIST
¶
TYPES TT_PRODUCTCODELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGPRODUCTCODELSTITEM WITH DEFAULT KEY
.