OutboundPaymentEndUserDetails constructor

const OutboundPaymentEndUserDetails({
  1. String? ipAddress,
  2. required bool present,
})

end_user_details_params

End user details.

Implementation

const OutboundPaymentEndUserDetails({
  this.ipAddress,
  required this.present,
});