loyaltyHandling property

  1. @BuiltValueField.new(wireName: r'LoyaltyHandling')
LoyaltyHandling? get loyaltyHandling

Type of Loyalty processing requested by the Sale System. Possible values: * Allowed * Forbidden * Processed * Proposed * Required

Implementation

@BuiltValueField(wireName: r'LoyaltyHandling')
LoyaltyHandling? get loyaltyHandling;