loyaltyData property

  1. @BuiltValueField.new(wireName: r'LoyaltyData')
BuiltList<LoyaltyData>? get loyaltyData

Data related to a Loyalty program or account. Loyalty cards used with the payment transaction and read by the Sale System.

Implementation

@BuiltValueField(wireName: r'LoyaltyData')
BuiltList<LoyaltyData>? get loyaltyData;