Interface IVKPayTransferToUser

Transfer to a user of arbitrary amount

interface IVKPayTransferToUser {
    action: "transfer-to-user";
    user_id: number;
}

Properties

Properties

action: "transfer-to-user"
user_id: number

User ID to which the payment will be transferred

Generated using TypeDoc