interface ListDiscountsResponse {
    discounts: Billing.v2alpha1.Discount[];
    totalCount: number;
}

Properties

Paginated returned discounts.

totalCount: number

Total number of discounts.