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

PurchaseOfferingResult

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

The result of the purchase offering (for example, success or failure).

interface PurchaseOfferingResult {
offeringTransaction?: OfferingTransaction | null;
}

§Properties

§
offeringTransaction?: OfferingTransaction | null
[src]

Represents the offering transaction for the purchase result.