Interface I_REFUND_FROM_BLOCK_WALLET_REQUEST

interface I_REFUND_FROM_BLOCK_WALLET_REQUEST {
    address: string;
    order_id?: string;
    uuid?: string;
}

Properties

address: string
order_id?: string
uuid?: string