Represents the details of a transfer request.

interface RequestTransferDetails {
    description?: string;
    reason: CustomerTransferReason;
}

Properties

Properties

description?: string

Human readable description for the transfer.

The reason for the transfer.