ConfirmationTokensResourceMandateDataResourceCustomerAcceptanceOnline constructor

const ConfirmationTokensResourceMandateDataResourceCustomerAcceptanceOnline({
  1. String? ipAddress,
  2. String? userAgent,
})

If this is a Mandate accepted online, this hash contains details about the online acceptance.

Implementation

const ConfirmationTokensResourceMandateDataResourceCustomerAcceptanceOnline({
  this.ipAddress,
  this.userAgent,
});