GetPromotionCodesResponse constructor

const GetPromotionCodesResponse({
  1. required List<PromotionCode> data,
  2. required bool hasMore,
  3. required String url,
})

PromotionCodesResourcePromotionCodeList

Implementation

const GetPromotionCodesResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});