PaymentRequestModel constructor

PaymentRequestModel({
  1. int? purchaseType,
  2. String? proUniqueId,
  3. double? amount,
  4. String? currency,
  5. int? commissionId,
  6. int? deliveryLocationId,
  7. String? qrCode,
  8. int? fromShop,
  9. String? orderId,
  10. String? shopUniqueId,
  11. String? ticketUniqueId,
  12. List<PaymentRequestProductRefs>? productRefs,
  13. String? tokenType,
  14. double? priceByUnit,
  15. String? countryCode,
  16. int? cardId,
  17. int? platformId,
  18. String? label,
})

Implementation

PaymentRequestModel({
  this.purchaseType,
  this.proUniqueId,
  this.amount,
  this.currency,
  this.commissionId,
  this.deliveryLocationId,
  this.qrCode,
  this.fromShop,
  this.orderId,
  this.shopUniqueId,
  this.ticketUniqueId,
  this.productRefs,
  this.tokenType,
  this.priceByUnit,
  this.countryCode,
  this.cardId,
  this.platformId,
  this.label,
});