interface IUpdateRecipientDeclineParams {
    action: "decline";
}

Properties

Properties

action: "decline"