PaymentIntentOnline constructor
online_param
If this is a Mandate accepted online, this hash contains details about the online acceptance.
Implementation
const PaymentIntentOnline({
required this.ipAddress,
required this.userAgent,
});
online_param
If this is a Mandate accepted online, this hash contains details about the online acceptance.
const PaymentIntentOnline({
required this.ipAddress,
required this.userAgent,
});