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

PurchaseOfferingRequest

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

Represents a request for a purchase offering.

interface PurchaseOfferingRequest {
offeringId: string;
offeringPromotionId?: string | null;
quantity: number;
}

§Properties

§
offeringId: string
[src]

The ID of the offering.

§
offeringPromotionId?: string | null
[src]

The ID of the offering promotion to be applied to the purchase.

§
quantity: number
[src]

The number of device slots to purchase in an offering request.