ReviseQuoteResponse.BusinessEntity Field
Contains the revised quote.
Syntax
[Visual Basic .NET]
Public Field BusinessEntity As BusinessEntity
[C#]
public BusinessEntity BusinessEntity;
[JScript]
public var BusinessEntity : BusinessEntity;
Remarks
By default, the BusinessEntity field contains an instance of the quote class. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntity field contains an instance of the DynamicEntity class.
See Also