PaymentIntentOnline constructor

const PaymentIntentOnline({
  1. required String ipAddress,
  2. required String userAgent,
})

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,
});