AccountCreateOptionsTosAcceptance constructor
const
AccountCreateOptionsTosAcceptance({})
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,
});