allowedLoyaltyBrand property

  1. @BuiltValueField.new(wireName: r'AllowedLoyaltyBrand')
BuiltList<String>? get allowedLoyaltyBrand

Loyalty brands or programs allowed by the Sale System for the loyalty transaction. Restrict brand if data sent.

Implementation

@BuiltValueField(wireName: r'AllowedLoyaltyBrand')
BuiltList<String>? get allowedLoyaltyBrand;