ListTaxesRequest: {
    billingPeriod?: string;
    orderBy?: ListTaxesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
}

Type declaration

  • OptionalbillingPeriod?: string

    Filter by the billing period in the YYYY-MM format. If it is empty the current billing period will be used as default.

  • OptionalorderBy?: ListTaxesRequestOrderBy

    Order consumed taxes list in the response by their update date.

  • OptionalorganizationId?: string

    Filter by Organization ID.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

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