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

CostTypes

import type { CostTypes } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";
interface CostTypes {
IncludeCredit?: boolean | null;
IncludeDiscount?: boolean | null;
IncludeOtherSubscription?: boolean | null;
IncludeRecurring?: boolean | null;
IncludeRefund?: boolean | null;
IncludeSubscription?: boolean | null;
IncludeSupport?: boolean | null;
IncludeTax?: boolean | null;
IncludeUpfront?: boolean | null;
UseAmortized?: boolean | null;
UseBlended?: boolean | null;
}

§Properties

§
IncludeCredit?: boolean | null
[src]
§
IncludeDiscount?: boolean | null
[src]
§
IncludeOtherSubscription?: boolean | null
[src]
§
IncludeRecurring?: boolean | null
[src]
§
IncludeRefund?: boolean | null
[src]
§
IncludeSubscription?: boolean | null
[src]
§
IncludeSupport?: boolean | null
[src]
§
IncludeTax?: boolean | null
[src]
§
IncludeUpfront?: boolean | null
[src]
§
UseAmortized?: boolean | null
[src]
§
UseBlended?: boolean | null
[src]