AccountCreateOptionsTosAcceptance constructor

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

tos_acceptance_specs

Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/docs/connect/updating-accounts#tos-acceptance) This property can only be updated for Custom accounts.

Implementation

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