BatchGetOneTimeProductOffersResponse constructor

BatchGetOneTimeProductOffersResponse({
  1. List<OneTimeProductOffer>? oneTimeProductOffers,
})

Implementation

BatchGetOneTimeProductOffersResponse({this.oneTimeProductOffers});