YengaPaymentIntent constructor
YengaPaymentIntent({
- String? id,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? countryOrigin,
- String? reference,
- String? articleId,
- bool? isPaylink,
- bool? isSandbox,
- bool? paymentIntentIsUsed,
- String? apiEnv,
- String? paymentSource,
- List<
Article> ? articles, - String? token,
- String? projectId,
- String? checkoutPageUrlWithPaymentToken,
- String? customerNumber,
- num? paymentAmount,
- num? paymentFees,
- num? paymentGrossAmount,
- String? currency,
- String? transactionStatus,
- 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,
});