Interface GetAllFullAccountSubscriptionsResponse

interface GetAllFullAccountSubscriptionsResponse {
    allFullAccountSubscriptions: AllFullAccountSubscriptions;
}

Properties

allFullAccountSubscriptions: AllFullAccountSubscriptions