Info About Linkable Account Type

LinkableAccountType

interface LinkableAccountType {
    accountType?: AccountType;
    carrierAccountInputs?: CarrierAccountInput[];
}

Properties

accountType?: AccountType

LinkableAccountType

carrierAccountInputs?: CarrierAccountInput[]

A list of CarrierAccountInput

LinkableAccountType