Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCustomLineItemVersionsBillingPeriodRangeFilter

import type { ListCustomLineItemVersionsBillingPeriodRangeFilter } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

A billing period filter that specifies the custom line item versions to retrieve.

interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
EndBillingPeriod?: string | null;
StartBillingPeriod?: string | null;
}

§Properties

§
EndBillingPeriod?: string | null
[src]

The exclusive end billing period that defines a billing period range where a custom line item version is applied.

§
StartBillingPeriod?: string | null
[src]

The inclusive start billing period that defines a billing period range where a custom line item version is applied.