ListDiscountsRequest: {
    orderBy?: Billing.v2beta1.ListDiscountsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
}

Type declaration

  • OptionalorderBy?: Billing.v2beta1.ListDiscountsRequestOrderBy

    Order discounts in the response by their description.

  • OptionalorganizationId?: string

    ID of the organization.

  • Optionalpage?: number

    Positive integer to choose the page to return.

  • OptionalpageSize?: number

    Positive integer lower or equal to 100 to select the number of items to return.