Skip to main content
Latest
class ConfirmationObject
import { ConfirmationObject } from "https://deno.land/x/steam_trader@v0.4.0/src/confirmation_object.ts";

Constructors

new
ConfirmationObject(options: ConfirmationObjectOptions)

Properties

creator: string

The ID of the thing that created this confirmation (trade offer ID for a trade, market listing ID for a market listing).

optional
icon: string

The URL to your trading partner's avatar, if this is a trade. The URL to the image of the item, if this is a market listing. Otherwise, an empty string.

id: string

The ID of this confirmation. This is not the same as a trade offer ID.

key: string

The key for this confirmation. This is required when confirming or canceling the confirmation. This is not the same as the TOTP confirmation key.

optional
receiving: string

A textual description of what you will receive from this confirmation, if this is a trade. If this is a market listing, then this is a string containing the list price and then the amount you will receive parenthetically. For example: $115.00 ($100.00)

time: string

A textual description of when this confirmation was created.

optional
title: string

The title of this confirmation.

What type of thing this confirmation wants to confirm.