PersonAccount constructor

const PersonAccount({
  1. DateTime? date,
  2. String? ip,
  3. String? userAgent,
})

settings_terms_of_service_specs

Details on the legal guardian's acceptance of the main Stripe service agreement.

Implementation

const PersonAccount({
  this.date,
  this.ip,
  this.userAgent,
});