Proposal
class Proposal extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $billedBuyerType | ||
protected | $billedBuyerDataType | ||
protected | $buyerType | ||
protected | $buyerDataType | ||
protected | $buyerContactsType | ||
protected | $buyerContactsDataType | ||
protected | $buyerPrivateDataType | ||
protected | $buyerPrivateDataDataType | ||
protected | $dealsType | ||
protected | $dealsDataType | ||
string | $displayName | ||
bool | $isRenegotiating | ||
bool | $isSetupComplete | ||
string | $lastUpdaterOrCommentorRole | ||
protected | $notesType | ||
protected | $notesDataType | ||
string | $originatorRole | ||
string | $privateAuctionId | ||
string | $proposalId | ||
string | $proposalRevision | ||
string | $proposalState | ||
protected | $sellerType | ||
protected | $sellerDataType | ||
protected | $sellerContactsType | ||
protected | $sellerContactsDataType | ||
string | $termsAndConditions | ||
string | $updateTime |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
setBilledBuyer(Buyer $billedBuyer)
No description
Buyer
getBilledBuyer()
No description
setBuyer(Buyer $buyer)
No description
Buyer
getBuyer()
No description
setBuyerContacts($buyerContacts)
No description
ContactInformation[]
getBuyerContacts()
No description
setBuyerPrivateData(PrivateData $buyerPrivateData)
No description
PrivateData
getBuyerPrivateData()
No description
setDeals($deals)
No description
Deal[]
getDeals()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setIsRenegotiating($isRenegotiating)
No description
bool
getIsRenegotiating()
No description
setIsSetupComplete($isSetupComplete)
No description
bool
getIsSetupComplete()
No description
setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole)
No description
string
getLastUpdaterOrCommentorRole()
No description
setNotes($notes)
No description
Note[]
getNotes()
No description
setOriginatorRole($originatorRole)
No description
string
getOriginatorRole()
No description
setPrivateAuctionId($privateAuctionId)
No description
string
getPrivateAuctionId()
No description
setProposalId($proposalId)
No description
string
getProposalId()
No description
setProposalRevision($proposalRevision)
No description
string
getProposalRevision()
No description
setProposalState($proposalState)
No description
string
getProposalState()
No description
setSeller(Seller $seller)
No description
Seller
getSeller()
No description
setSellerContacts($sellerContacts)
No description
ContactInformation[]
getSellerContacts()
No description
setTermsAndConditions($termsAndConditions)
No description
string
getTermsAndConditions()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description