Share via


RetailTransactionService::getLoyaltyPointsStatusExtended Method [AX 2012]

Gets the loyalty card extended information.

Syntax

client server public static container getLoyaltyPointsStatusExtended(RetailLoyaltyCardId _cardNumber)

Run On

Called

Parameters

Return Value

Type: container
A container with the extended information about the loyalty card.

Remarks

Container structure: 1 - successfulness flag, 2 - error message, 3 - loyalty card customer name, 4 - loyalty card tender type (enum value), 5 - Loyalty card tender type label (enum value label), 6 - loyalty card scheme description, 7 - issued points, 8 - used points, 9 - expired points, 10 - balance points.

See Also

Reference

RetailTransactionService Class