/AWS1/CL_PTBBENEFITAPPSUMMARY¶
A summary view of a benefit application containing key information for list operations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_catalog TYPE /AWS1/PTBCATALOGNAME /AWS1/PTBCATALOGNAME¶
The catalog identifier that the benefit application belongs to.
iv_name TYPE /AWS1/PTBBENEFITAPPNAME /AWS1/PTBBENEFITAPPNAME¶
The human-readable name of the benefit application.
iv_id TYPE /AWS1/PTBBENEFITAPPLICATIONID /AWS1/PTBBENEFITAPPLICATIONID¶
The unique identifier of the benefit application.
iv_arn TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
The Amazon Resource Name (ARN) of the benefit application.
iv_benefitid TYPE /AWS1/PTBBENEFITID /AWS1/PTBBENEFITID¶
The identifier of the benefit being requested in this application.
it_programs TYPE /AWS1/CL_PTBPROGRAMS_W=>TT_PROGRAMS TT_PROGRAMS¶
The AWS partner programs associated with this benefit application.
it_fulfillmenttypes TYPE /AWS1/CL_PTBFULFILLMENTTYPES_W=>TT_FULFILLMENTTYPES TT_FULFILLMENTTYPES¶
The fulfillment types requested for this benefit application.
iv_status TYPE /AWS1/PTBBENEFITAPPSTATUS /AWS1/PTBBENEFITAPPSTATUS¶
The current processing status of the benefit application.
iv_stage TYPE /AWS1/PTBBENEFITAPPSTAGE /AWS1/PTBBENEFITAPPSTAGE¶
The current stage in the benefit application processing workflow..
iv_createdat TYPE /AWS1/PTBTIMESTAMP /AWS1/PTBTIMESTAMP¶
The timestamp when the benefit application was created.
iv_updatedat TYPE /AWS1/PTBTIMESTAMP /AWS1/PTBTIMESTAMP¶
The timestamp when the benefit application was last updated.
it_benefitapplicationdetails TYPE /AWS1/CL_PTBATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES¶
Additional attributes and metadata associated with the benefit application.
it_associatedresources TYPE /AWS1/CL_PTBARNS_W=>TT_ARNS TT_ARNS¶
AWS resources that are associated with this benefit application.
Queryable Attributes¶
Catalog¶
The catalog identifier that the benefit application belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
Name¶
The human-readable name of the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Id¶
The unique identifier of the benefit application.
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 |
Arn¶
The Amazon Resource Name (ARN) of the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
BenefitId¶
The identifier of the benefit being requested in this application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BENEFITID() |
Getter for BENEFITID, with configurable default |
ASK_BENEFITID() |
Getter for BENEFITID w/ exceptions if field has no value |
HAS_BENEFITID() |
Determine if BENEFITID has a value |
Programs¶
The AWS partner programs associated with this benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRAMS() |
Getter for PROGRAMS, with configurable default |
ASK_PROGRAMS() |
Getter for PROGRAMS w/ exceptions if field has no value |
HAS_PROGRAMS() |
Determine if PROGRAMS has a value |
FulfillmentTypes¶
The fulfillment types requested for this benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FULFILLMENTTYPES() |
Getter for FULFILLMENTTYPES, with configurable default |
ASK_FULFILLMENTTYPES() |
Getter for FULFILLMENTTYPES w/ exceptions if field has no va |
HAS_FULFILLMENTTYPES() |
Determine if FULFILLMENTTYPES has a value |
Status¶
The current processing status of the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Stage¶
The current stage in the benefit application processing workflow..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STAGE() |
Getter for STAGE, with configurable default |
ASK_STAGE() |
Getter for STAGE w/ exceptions if field has no value |
HAS_STAGE() |
Determine if STAGE has a value |
CreatedAt¶
The timestamp when the benefit application was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The timestamp when the benefit application was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
BenefitApplicationDetails¶
Additional attributes and metadata associated with the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BENEFITAPPDETAILS() |
Getter for BENEFITAPPLICATIONDETAILS, with configurable defa |
ASK_BENEFITAPPDETAILS() |
Getter for BENEFITAPPLICATIONDETAILS w/ exceptions if field |
HAS_BENEFITAPPDETAILS() |
Determine if BENEFITAPPLICATIONDETAILS has a value |
AssociatedResources¶
AWS resources that are associated with this benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDRESOURCES() |
Getter for ASSOCIATEDRESOURCES, with configurable default |
ASK_ASSOCIATEDRESOURCES() |
Getter for ASSOCIATEDRESOURCES w/ exceptions if field has no |
HAS_ASSOCIATEDRESOURCES() |
Determine if ASSOCIATEDRESOURCES 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_BENEFITAPPLICATIONSUMMARIES¶
TYPES TT_BENEFITAPPLICATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTBBENEFITAPPSUMMARY WITH DEFAULT KEY
.