interface ListOfferSubscriptionsResponse {
    offerSubscriptions: OfferSubscription[];
    totalCount: number;
}

Properties

offerSubscriptions: OfferSubscription[]

Single page of offer-subscriptions matching the requested criteria.

totalCount: number

Number of offer-subscriptions matching the requested criteria.