GetCustomerLoyaltyPointsServiceResponse Constructor (IEnumerable(CustomerLoyaltyCard))

Initializes a new instance of the GetCustomerLoyaltyPointsServiceResponse 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 ( _
    loyaltyCards As IEnumerable(Of CustomerLoyaltyCard) _
)
'Usage
Dim loyaltyCards As IEnumerable(Of CustomerLoyaltyCard)

Dim instance As New GetCustomerLoyaltyPointsServiceResponse(loyaltyCards)
public GetCustomerLoyaltyPointsServiceResponse(
    IEnumerable<CustomerLoyaltyCard> loyaltyCards
)
public:
GetCustomerLoyaltyPointsServiceResponse(
    IEnumerable<CustomerLoyaltyCard^>^ loyaltyCards
)

Parameters

See Also

Reference

GetCustomerLoyaltyPointsServiceResponse Class

GetCustomerLoyaltyPointsServiceResponse Overload

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