Skip to content

/AWS1/CL_MBCACCESSORSUMMARY

A summary of accessor properties.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/MBCRESOURCEIDSTRING /AWS1/MBCRESOURCEIDSTRING

The unique identifier of the accessor.

IV_TYPE TYPE /AWS1/MBCACCESSORTYPE /AWS1/MBCACCESSORTYPE

The type of the accessor.

Currently accessor type is restricted to BILLING_TOKEN.

IV_STATUS TYPE /AWS1/MBCACCESSORSTATUS /AWS1/MBCACCESSORSTATUS

The current status of the accessor.

IV_CREATIONDATE TYPE /AWS1/MBCTIMESTAMP /AWS1/MBCTIMESTAMP

The creation date and time of the accessor.

IV_ARN TYPE /AWS1/MBCARNSTRING /AWS1/MBCARNSTRING

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

IV_NETWORKTYPE TYPE /AWS1/MBCACCESSORNETWORKTYPE /AWS1/MBCACCESSORNETWORKTYPE

The blockchain network that the Accessor token is created for.


Queryable Attributes

Id

The unique identifier of the accessor.

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

Type

The type of the accessor.

Currently accessor type is restricted to BILLING_TOKEN.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Status

The current status of the accessor.

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

CreationDate

The creation date and time of the accessor.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

Arn

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

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

NetworkType

The blockchain network that the Accessor token is created for.

Accessible with the following methods

Method Description
GET_NETWORKTYPE() Getter for NETWORKTYPE, with configurable default
ASK_NETWORKTYPE() Getter for NETWORKTYPE w/ exceptions if field has no value
HAS_NETWORKTYPE() Determine if NETWORKTYPE 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_ACCESSORSUMMARYLIST

TYPES TT_ACCESSORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MBCACCESSORSUMMARY WITH DEFAULT KEY
.