/AWS1/CL_BCFGETACCPLANSTATERSP¶
GetAccountPlanStateResponse
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 plan type for the account.
iv_accountplanstatus
TYPE /AWS1/BCFACCOUNTPLANSTATUS
/AWS1/BCFACCOUNTPLANSTATUS
¶
The current status for the account plan.
Optional arguments:¶
io_acctplanremainingcredits
TYPE REF TO /AWS1/CL_BCFMONETARYAMOUNT
/AWS1/CL_BCFMONETARYAMOUNT
¶
The amount of credits remaining for the account.
iv_accountplanexpirationdate
TYPE /AWS1/BCFTIMESTAMP
/AWS1/BCFTIMESTAMP
¶
The timestamp for when the current account plan expires.
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 plan type 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¶
The current status for the account plan.
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 |
accountPlanRemainingCredits¶
The amount of credits remaining for the account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCTPLANREMAININGCREDITS() |
Getter for ACCOUNTPLANREMAININGCREDITS |
accountPlanExpirationDate¶
The timestamp for when the current account plan expires.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTPLANEXPIRDATE() |
Getter for ACCOUNTPLANEXPIRATIONDATE, with configurable defa |
ASK_ACCOUNTPLANEXPIRDATE() |
Getter for ACCOUNTPLANEXPIRATIONDATE w/ exceptions if field |
HAS_ACCOUNTPLANEXPIRDATE() |
Determine if ACCOUNTPLANEXPIRATIONDATE has a value |