AccountOwnershipDeclaration constructor

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

company_ownership_declaration

This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.

Implementation

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