Input$IntegrationIntegrationEndpointsLoyaltyInput constructor

Input$IntegrationIntegrationEndpointsLoyaltyInput({
  1. bool? onsiteconverter,
})

Implementation

factory Input$IntegrationIntegrationEndpointsLoyaltyInput(
        {bool? onsiteconverter}) =>
    Input$IntegrationIntegrationEndpointsLoyaltyInput._({
      if (onsiteconverter != null) r'onsiteconverter': onsiteconverter,
    });