Input$GoogleAnalyticsEventDataRefundInput constructor
Input$GoogleAnalyticsEventDataRefundInput({})
Implementation
factory Input$GoogleAnalyticsEventDataRefundInput({
required String coupon,
required String product,
required String order,
required int quantity,
}) =>
Input$GoogleAnalyticsEventDataRefundInput._({
r'coupon': coupon,
r'product': product,
r'order': order,
r'quantity': quantity,
});