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

HeadlineOfferInstallment

import type { HeadlineOfferInstallment } from "https://googleapis.deno.dev/v1/css:v1.ts";

A message that represents installment.

interface HeadlineOfferInstallment {
amount?: Price;
downpayment?: Price;
months?: bigint;
}

§Properties

§
amount?: Price
[src]

The amount the buyer has to pay per month.

§
downpayment?: Price
[src]

The up-front down payment amount the buyer has to pay.

§
months?: bigint
[src]

The number of installments the buyer has to pay.