updown.io
    Preparing search index...

    Interface Recipient

    interface Recipient {
        id: string;
        immutable?: boolean;
        name?: string;
        type: RecipientType;
        value?: string;
    }
    Index

    Properties

    id: string
    immutable?: boolean
    name?: string
    value?: string