servicesEnabled property

  1. @BuiltValueField.new(wireName: r'ServicesEnabled')
BuiltList<EnableServiceRequestServicesEnabledEnum>? get 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;