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

RenewOfferingResult

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

The result of a renewal offering.

interface RenewOfferingResult {
offeringTransaction?: OfferingTransaction | null;
}

§Properties

§
offeringTransaction?: OfferingTransaction | null
[src]

Represents the status of the offering transaction for the renewal.