PaymentIntentData constructor
PaymentIntentData({})
Implementation
PaymentIntentData({
required this.paymentAmount,
required this.reference,
required this.articles,
this.paymentSources,
});
PaymentIntentData({
required this.paymentAmount,
required this.reference,
required this.articles,
this.paymentSources,
});