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

BillInfo

import type { BillInfo } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Contains the bill amount.

interface BillInfo {
baseFee?: Money;
eventFee?: Money;
priceProtectionCredit?: Money;
total?: Money;
}

§Properties

§
baseFee?: Money
[src]

The amount of the monthly base fee.

§
eventFee?: Money
[src]

The amount of the event fee.

§
priceProtectionCredit?: Money
[src]

The amount of the price protection credit, this is only available for eligible customers.

§
total?: Money
[src]

The total amount of the bill.