/AWS1/CL_PTBGETBENEFAPPOUTPUT¶
GetBenefitApplicationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/PTBBENEFITAPPLICATIONID /AWS1/PTBBENEFITAPPLICATIONID¶
The unique identifier of the benefit application.
iv_arn TYPE /AWS1/PTBARN /AWS1/PTBARN¶
The Amazon Resource Name (ARN) of the benefit application.
iv_catalog TYPE /AWS1/PTBCATALOGNAME /AWS1/PTBCATALOGNAME¶
The catalog identifier that the benefit application belongs to.
iv_benefitid TYPE /AWS1/PTBBENEFITID /AWS1/PTBBENEFITID¶
The identifier of the benefit being requested in this application.
iv_name TYPE /AWS1/PTBBENEFITAPPNAME /AWS1/PTBBENEFITAPPNAME¶
The human-readable name of the benefit application.
iv_description TYPE /AWS1/PTBBENEFITAPPDESCRIPTION /AWS1/PTBBENEFITAPPDESCRIPTION¶
A detailed description of the benefit application.
it_fulfillmenttypes TYPE /AWS1/CL_PTBFULFILLMENTTYPES_W=>TT_FULFILLMENTTYPES TT_FULFILLMENTTYPES¶
The fulfillment types requested for this benefit application.
io_benefitapplicationdetails TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Detailed information and requirements specific to the benefit being requested.
it_programs TYPE /AWS1/CL_PTBPROGRAMS_W=>TT_PROGRAMS TT_PROGRAMS¶
The AWS partner programs associated with 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_statusreason TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
Additional information explaining the current status of the benefit application.
iv_statusreasoncode TYPE /AWS1/PTBSTATUSREASONCODE /AWS1/PTBSTATUSREASONCODE¶
A standardized code representing the reason for the current status.
it_statusreasoncodes TYPE /AWS1/CL_PTBSTATUSRCS_W=>TT_STATUSREASONCODES TT_STATUSREASONCODES¶
The list of standardized codes representing the reason for the current status.
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.
iv_revision TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
The current revision number of the benefit application.
it_associatedresources TYPE /AWS1/CL_PTBARNS_W=>TT_ARNS TT_ARNS¶
AWS resources that are associated with this benefit application.
it_partnercontacts TYPE /AWS1/CL_PTBCONTACT=>TT_CONTACTS TT_CONTACTS¶
Contact information for partner representatives responsible for this benefit application.
it_filedetails TYPE /AWS1/CL_PTBFILEDETAIL=>TT_FILEDETAILS TT_FILEDETAILS¶
Supporting documents and files attached to the benefit application.
Queryable Attributes¶
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 |
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 |
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 |
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 |
Description¶
A detailed description of the benefit application.
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 |
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 |
BenefitApplicationDetails¶
Detailed information and requirements specific to the benefit being requested.
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 |
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 |
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 |
StatusReason¶
Additional information explaining the current status of the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
StatusReasonCode¶
A standardized code representing the reason for the current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASONCODE() |
Getter for STATUSREASONCODE, with configurable default |
ASK_STATUSREASONCODE() |
Getter for STATUSREASONCODE w/ exceptions if field has no va |
HAS_STATUSREASONCODE() |
Determine if STATUSREASONCODE has a value |
StatusReasonCodes¶
The list of standardized codes representing the reason for the current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASONCODES() |
Getter for STATUSREASONCODES, with configurable default |
ASK_STATUSREASONCODES() |
Getter for STATUSREASONCODES w/ exceptions if field has no v |
HAS_STATUSREASONCODES() |
Determine if STATUSREASONCODES 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 |
Revision¶
The current revision number of the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION 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 |
PartnerContacts¶
Contact information for partner representatives responsible for this benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTNERCONTACTS() |
Getter for PARTNERCONTACTS, with configurable default |
ASK_PARTNERCONTACTS() |
Getter for PARTNERCONTACTS w/ exceptions if field has no val |
HAS_PARTNERCONTACTS() |
Determine if PARTNERCONTACTS has a value |
FileDetails¶
Supporting documents and files attached to the benefit application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEDETAILS() |
Getter for FILEDETAILS, with configurable default |
ASK_FILEDETAILS() |
Getter for FILEDETAILS w/ exceptions if field has no value |
HAS_FILEDETAILS() |
Determine if FILEDETAILS has a value |