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

OfferingTransaction

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

Represents the metadata of an offering transaction.

interface OfferingTransaction {
cost?: MonetaryAmount | null;
createdOn?: Date | number | null;
offeringPromotionId?: string | null;
offeringStatus?: OfferingStatus | null;
transactionId?: string | null;
}

§Properties

§
cost?: MonetaryAmount | null
[src]

The cost of an offering transaction.

§
createdOn?: Date | number | null
[src]

The date on which an offering transaction was created.

§
offeringPromotionId?: string | null
[src]

The ID that corresponds to a device offering promotion.

§
offeringStatus?: OfferingStatus | null
[src]

The status of an offering transaction.

§
transactionId?: string | null
[src]

The transaction ID of the offering transaction.