/AWS1/CL_BCFUPGRADEACCTPLANRSP¶
UpgradeAccountPlanResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_accountid
TYPE /AWS1/BCFACCOUNTID
/AWS1/BCFACCOUNTID
¶
A unique identifier that identifies the account.
iv_accountplantype
TYPE /AWS1/BCFACCOUNTPLANTYPE
/AWS1/BCFACCOUNTPLANTYPE
¶
The type of plan for the account.
iv_accountplanstatus
TYPE /AWS1/BCFACCOUNTPLANSTATUS
/AWS1/BCFACCOUNTPLANSTATUS
¶
This indicates the latest state of the account plan within its lifecycle.
Queryable Attributes¶
accountId¶
A unique identifier that identifies the account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
accountPlanType¶
The type of plan for the account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTPLANTYPE() |
Getter for ACCOUNTPLANTYPE, with configurable default |
ASK_ACCOUNTPLANTYPE() |
Getter for ACCOUNTPLANTYPE w/ exceptions if field has no val |
HAS_ACCOUNTPLANTYPE() |
Determine if ACCOUNTPLANTYPE has a value |
accountPlanStatus¶
This indicates the latest state of the account plan within its lifecycle.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTPLANSTATUS() |
Getter for ACCOUNTPLANSTATUS, with configurable default |
ASK_ACCOUNTPLANSTATUS() |
Getter for ACCOUNTPLANSTATUS w/ exceptions if field has no v |
HAS_ACCOUNTPLANSTATUS() |
Determine if ACCOUNTPLANSTATUS has a value |