GetPriceResponse Constructor (SalesTransaction)

Initializes a new instance of the GetPriceResponse class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
Public Sub New ( _
    transaction As SalesTransaction _
)
'Usage
Dim transaction As SalesTransaction

Dim instance As New GetPriceResponse(transaction)
public GetPriceResponse(
    SalesTransaction transaction
)
public:
GetPriceResponse(
    SalesTransaction^ transaction
)

Parameters

See Also

Reference

GetPriceResponse Class

GetPriceResponse Overload

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace