EcmpPaymentInfo constructor
EcmpPaymentInfo({})
Implementation
EcmpPaymentInfo({
required this.projectId,
required this.paymentId,
required this.paymentAmount,
required this.paymentCurrency,
this.paymentDescription,
this.customerId,
this.regionCode,
this.token,
this.languageCode,
this.receiptData,
this.hideSavedWallets,
this.forcePaymentMethod,
});