LinkCustomerToGiftCardRequest constructor

const LinkCustomerToGiftCardRequest({
  1. required String customerId,
})

Implementation

const LinkCustomerToGiftCardRequest({
  required this.customerId,
});