Active Account Details

ActiveAccount

interface ActiveAccount {
    accountId?: string;
    carrierId?: string;
}

Properties

accountId?: string

Account Id associated with this account.

ActiveAccount

carrierId?: string

The carrier identifier for the offering, provided by the carrier.

ActiveAccount