GalaxyPurchase constructor

GalaxyPurchase({
  1. required String mItemId,
  2. required String mItemName,
  3. required String mItemDesc,
  4. required double mItemPrice,
  5. required String mItemPriceString,
  6. required String mType,
  7. required String mConsumableYN,
  8. required String mCurrencyUnit,
  9. required String mCurrencyCode,
  10. required String mItemImageUrl,
  11. required String mItemDownloadUrl,
  12. required String mReserved1,
  13. required String mReserved2,
  14. required String mOrderId,
  15. required String mPaymentId,
  16. required String mPurchaseId,
  17. required String mPassThroughParam,
  18. required String mVerifyUrl,
  19. required String mUdpSignature,
  20. required String mPurchaseDate,
})

Implementation

GalaxyPurchase({
  required this.mItemId,
  required this.mItemName,
  required this.mItemDesc,
  required this.mItemPrice,
  required this.mItemPriceString,
  required this.mType,
  required this.mConsumableYN,
  required this.mCurrencyUnit,
  required this.mCurrencyCode,
  required this.mItemImageUrl,
  required this.mItemDownloadUrl,
  required this.mReserved1,
  required this.mReserved2,
  required this.mOrderId,
  required this.mPaymentId,
  required this.mPurchaseId,
  required this.mPassThroughParam,
  required this.mVerifyUrl,
  required this.mUdpSignature,
  required this.mPurchaseDate,
});