Skip to content

/AWS1/CL_SNBPICKUPDETAILS

Information identifying the person picking up the device.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING

The name of the person picking up the device.

IV_PHONENUMBER TYPE /AWS1/SNBPHONENUMBER /AWS1/SNBPHONENUMBER

The phone number of the person picking up the device.

IV_EMAIL TYPE /AWS1/SNBEMAIL /AWS1/SNBEMAIL

The email address of the person picking up the device.

IV_IDENTIFICATIONNUMBER TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING

The number on the credential identifying the person picking up the device.

IV_IDENTIFICATIONEXPIRDATE TYPE /AWS1/SNBTIMESTAMP /AWS1/SNBTIMESTAMP

Expiration date of the credential identifying the person picking up the device.

IV_IDENTIFICATIONISSUINGORG TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING

Organization that issued the credential identifying the person picking up the device.

IV_DEVICEPICKUPID TYPE /AWS1/SNBDEVICEPICKUPID /AWS1/SNBDEVICEPICKUPID

The unique ID for a device that will be picked up.


Queryable Attributes

Name

The name of the person picking up the device.

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

PhoneNumber

The phone number of the person picking up the device.

Accessible with the following methods

Method Description
GET_PHONENUMBER() Getter for PHONENUMBER, with configurable default
ASK_PHONENUMBER() Getter for PHONENUMBER w/ exceptions if field has no value
HAS_PHONENUMBER() Determine if PHONENUMBER has a value

Email

The email address of the person picking up the device.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

IdentificationNumber

The number on the credential identifying the person picking up the device.

Accessible with the following methods

Method Description
GET_IDENTIFICATIONNUMBER() Getter for IDENTIFICATIONNUMBER, with configurable default
ASK_IDENTIFICATIONNUMBER() Getter for IDENTIFICATIONNUMBER w/ exceptions if field has n
HAS_IDENTIFICATIONNUMBER() Determine if IDENTIFICATIONNUMBER has a value

IdentificationExpirationDate

Expiration date of the credential identifying the person picking up the device.

Accessible with the following methods

Method Description
GET_IDENTIFICATIONEXPIRDATE() Getter for IDENTIFICATIONEXPIRATIONDATE, with configurable d
ASK_IDENTIFICATIONEXPIRDATE() Getter for IDENTIFICATIONEXPIRATIONDATE w/ exceptions if fie
HAS_IDENTIFICATIONEXPIRDATE() Determine if IDENTIFICATIONEXPIRATIONDATE has a value

IdentificationIssuingOrg

Organization that issued the credential identifying the person picking up the device.

Accessible with the following methods

Method Description
GET_IDENTIFICATIONISSUINGORG() Getter for IDENTIFICATIONISSUINGORG, with configurable defau
ASK_IDENTIFICATIONISSUINGORG() Getter for IDENTIFICATIONISSUINGORG w/ exceptions if field h
HAS_IDENTIFICATIONISSUINGORG() Determine if IDENTIFICATIONISSUINGORG has a value

DevicePickupId

The unique ID for a device that will be picked up.

Accessible with the following methods

Method Description
GET_DEVICEPICKUPID() Getter for DEVICEPICKUPID, with configurable default
ASK_DEVICEPICKUPID() Getter for DEVICEPICKUPID w/ exceptions if field has no valu
HAS_DEVICEPICKUPID() Determine if DEVICEPICKUPID has a value