Interface CompleteLinkAccountRequest

interface CompleteLinkAccountRequest {
    code?: string;
    link_request_id?: string;
}

Properties

code?: string

code will be sent to account to be linked

link_request_id?: string

value comes from initiateLinkAccount