Skip to content

/AWS1/CL_GDYINVITATION

Contains information about the invitation to become a member account.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ACCOUNTID TYPE /AWS1/GDYACCOUNTID /AWS1/GDYACCOUNTID

The ID of the account that the invitation was sent from.

IV_INVITATIONID TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The ID of the invitation. This value is used to validate the inviter account to the member account.

IV_RELATIONSHIPSTATUS TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The status of the relationship between the inviter and invitee accounts.

IV_INVITEDAT TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The timestamp when the invitation was sent.


Queryable Attributes

AccountId

The ID of the account that the invitation was sent from.

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

InvitationId

The ID of the invitation. This value is used to validate the inviter account to the member account.

Accessible with the following methods

Method Description
GET_INVITATIONID() Getter for INVITATIONID, with configurable default
ASK_INVITATIONID() Getter for INVITATIONID w/ exceptions if field has no value
HAS_INVITATIONID() Determine if INVITATIONID has a value

RelationshipStatus

The status of the relationship between the inviter and invitee accounts.

Accessible with the following methods

Method Description
GET_RELATIONSHIPSTATUS() Getter for RELATIONSHIPSTATUS, with configurable default
ASK_RELATIONSHIPSTATUS() Getter for RELATIONSHIPSTATUS w/ exceptions if field has no
HAS_RELATIONSHIPSTATUS() Determine if RELATIONSHIPSTATUS has a value

InvitedAt

The timestamp when the invitation was sent.

Accessible with the following methods

Method Description
GET_INVITEDAT() Getter for INVITEDAT, with configurable default
ASK_INVITEDAT() Getter for INVITEDAT w/ exceptions if field has no value
HAS_INVITEDAT() Determine if INVITEDAT 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_INVITATIONS

TYPES TT_INVITATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYINVITATION WITH DEFAULT KEY
.