YengaPaymentIntent constructor

YengaPaymentIntent({
  1. String? id,
  2. DateTime? createdAt,
  3. DateTime? updatedAt,
  4. String? countryOrigin,
  5. String? reference,
  6. String? articleId,
  7. bool? isPaylink,
  8. bool? isSandbox,
  9. bool? paymentIntentIsUsed,
  10. String? apiEnv,
  11. String? paymentSource,
  12. List<Article>? articles,
  13. String? token,
  14. String? projectId,
  15. String? checkoutPageUrlWithPaymentToken,
  16. String? customerNumber,
  17. num? paymentAmount,
  18. num? paymentFees,
  19. num? paymentGrossAmount,
  20. String? currency,
  21. String? transactionStatus,
  22. String? transactionType,
})

Implementation

YengaPaymentIntent({
  this.id,
  this.createdAt,
  this.updatedAt,
  this.countryOrigin,
  this.reference,
  this.articleId,
  this.isPaylink,
  this.isSandbox,
  this.paymentIntentIsUsed,
  this.apiEnv,
  this.paymentSource,
  this.articles,
  this.token,
  this.projectId,
  this.checkoutPageUrlWithPaymentToken,
  this.customerNumber,
  this.paymentAmount,
  this.paymentFees,
  this.paymentGrossAmount,
  this.currency,
  this.transactionStatus,
  this.transactionType,
});