AfterMarket
[ class tree: AfterMarket ] [ index: AfterMarket ] [ all elements ]

Class: Offer

Source Location: /Model/Offer.class.php

Class Offer

Class Overview

Structure describing a submitted purchase offer.

Located in /Model/Offer.class.php [line 7]

AbstractModel
   |
   --Offer

Properties

[ Top ]
Property Summary
boolean   $allowauction   The seller can start an auction basing on this offer
boolean   $allowoutside   The seller can finalize this transaction outside AfterMarket.pl
int   $auctionId   Offer auction identifier
string   $currency   Offer currency
int   $listingId   Offer listing identifier
string   $memberId   Buyer identifier
string   $message   Message to the seller
string   $name   Domain name
int   $offerId   Offer identifier
int   $price   Offer amount
string   $sellerId   Seller identifier
string   $status   Offer status (see API Object Statuses)
int   $time   Offer time as a Unix timestamp
boolean   $waiting   The offer is waiting for a security deposit
int   $waitingdeposit   Required security deposit (in buyer's account currency)

[ Top ]
Properties
boolean   $allowauction [line 145]

The seller can start an auction basing on this offer

API Tags:
Access:  public


[ Top ]
boolean   $allowoutside [line 139]

The seller can finalize this transaction outside AfterMarket.pl

API Tags:
Access:  public


[ Top ]
int   $auctionId [line 115]

Offer auction identifier

API Tags:
Access:  public


[ Top ]
string   $currency [line 85]

Offer currency

API Tags:
Access:  public


[ Top ]
int   $listingId [line 109]

Offer listing identifier

API Tags:
Access:  public


[ Top ]
string   $memberId [line 121]

Buyer identifier

API Tags:
Access:  public


[ Top ]
string   $message [line 133]

Message to the seller

API Tags:
Access:  public


[ Top ]
string   $name [line 67]

Domain name

API Tags:
Access:  public


[ Top ]
int   $offerId [line 61]

Offer identifier

API Tags:
Access:  public


[ Top ]
int   $price [line 79]

Offer amount

API Tags:
Access:  public


[ Top ]
string   $sellerId [line 127]

Seller identifier

API Tags:
Access:  public


[ Top ]
string   $status [line 73]

Offer status (see API Object Statuses)

API Tags:
Access:  public


[ Top ]
int   $time [line 91]

Offer time as a Unix timestamp

API Tags:
Access:  public


[ Top ]
boolean   $waiting [line 97]

The offer is waiting for a security deposit

API Tags:
Access:  public


[ Top ]
int   $waitingdeposit [line 103]

Required security deposit (in buyer's account currency)

API Tags:
Access:  public


[ Top ]

Documentation generated on Thu, 18 Aug 2011 10:03:49 +0200 by phpDocumentor 1.4.3