Data needed to update an existing email address

interface UpdateEmailAddressCommand {
    emailAddressUri: string;
    newEmailAddress: string;
}

Properties

emailAddressUri: string

The URI of the email address to update

newEmailAddress: string

The new email address