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

CustomLineItemBillingPeriodRange

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

The billing period range in which the custom line item request will be applied.

interface CustomLineItemBillingPeriodRange {
ExclusiveEndBillingPeriod?: string | null;
InclusiveStartBillingPeriod: string;
}

§Properties

§
ExclusiveEndBillingPeriod?: string | null
[src]

The inclusive end billing period that defines a billing period range where a custom line is applied.

§
InclusiveStartBillingPeriod: string
[src]

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