The Response for the GetCarrierAccountsResponse operation.

GetCarrierAccountsResponse

interface GetCarrierAccountsResponse {
    activeAccounts: ActiveAccount[];
}

Properties

Properties

activeAccounts: ActiveAccount[]

A list of ActiveAccount

GetCarrierAccountsResponse