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

Properties

discounts: Billing.v2beta1.Discount[]

Paginated returned discounts.

totalCount: number

Total number of discounts.