VirtualInstrumentRequestStatus

data class VirtualInstrumentRequestStatus(val id: String?, val instrumentType: VirtualInstrumentType, val requestDate: Calendar, val lastChangeDate: Calendar?, val accountId: String?, val status: VirtualInstrumentRequestStatusType, val statusReason: String?, val virtualInstrumentId: String?)

Data class representing the status of issuing virtual payment instrument assignment request.

Constructors

Link copied to clipboard
constructor(id: String?, instrumentType: VirtualInstrumentType, requestDate: Calendar, lastChangeDate: Calendar?, accountId: String?, status: VirtualInstrumentRequestStatusType, statusReason: String?, virtualInstrumentId: String?)

Properties

Link copied to clipboard

The Id of the account linked to the virtual instrument.

Link copied to clipboard
val id: String?

The unique identifier of the request.

Link copied to clipboard

The type of the virtual instrument.

Link copied to clipboard

The date when the request status was last changed in the form of Calendar.

Link copied to clipboard

The date when the request was made in the form of Calendar.

Link copied to clipboard

The status of virtual payment instrument request.

Link copied to clipboard

The reason for the current status, if applicable.

Link copied to clipboard

When the status of the request is COMPLETED, holds the id of the virtual instrument.