servicesEnabled property
- @BuiltValueField.new(wireName: r'ServicesEnabled')
Services which are enabled before the start-up of a transaction. Mandatory if TransactionAction is StartTransaction, absent if not. Possible values: * CardAcquisition * Loyalty * Payment
Implementation
@BuiltValueField(wireName: r'ServicesEnabled')
BuiltList<EnableServiceRequestServicesEnabledEnum>? get servicesEnabled;