SoftLayer_Billing_Order_Quote


SoftLayer_Billing_Order_Quote

Description

The SoftLayer_Billing_Oder_Quote data type contains general information relating to an individual order applied to a SoftLayer customer account or to a new customer. Personal information in this type such as names, addresses, and phone numbers are taken from the account’s contact information at the time the quote is generated for existing SoftLayer customer.

Local


accountId

Identification Number of the account record tied to the quote
Type: int


completedPurchaseDataId

Identification Number of the order record tied to the quote.
Type: int


createDate

Holds the date the quote record was created
Type: dateTime


expirationDate

This property holds the date of expiration of a quote, after that date the quote would be deem expired
Type: dateTime


id

The id use to identify a quote.
Type: int


modifyDate

Holds the date when the quote record was modified with reference to its creation date
Type: dateTime


name

The name given to quote by the initiator
Type: string


publicNote

This property Holds system generated notes. In our case if a quote is tied to an order where one of the order item has an inactive promotion code, the quote will be considered invalid.
Type: string


quoteKey

Holds system generated hash password for the Quote
Type: string


status

This property Holds the current status of a Quote: pending,expired, saved or deleted
Type: string

Relational


account

A quote’s corresponding account.
Type: SoftLayer_Account


doNotContactFlag

Indicates whether the owner of the quote chosen to no longer be contacted.
Type: boolean


order

This order contains the records for which products were selected for this quote.
Type: SoftLayer_Billing_Order


ordersFromQuote

These are all the orders that were created from this quote.
Type: SoftLayer_Billing_Order[]

Count


ordersFromQuoteCount

A count of these are all the orders that were created from this quote.
Type: unsignedLong