Represents the details of a transfer.

interface TransferDetails {
    description?: string;
    reason: TransferReason;
}

Properties

Properties

description?: string

Human readable description for the transfer.

The reason for the transfer.