@dialstack/sdk / index / TosAcceptance
Interface: TosAcceptance
Defined in: sdk/src/types/account-onboarding.ts:90
A recorded acceptance of the subscription agreement for an account. Absent
(null) until the account owner has accepted.
Properties
accepted_at
accepted_at: string;
Defined in: sdk/src/types/account-onboarding.ts:93
ip?
optional ip?: string;
Defined in: sdk/src/types/account-onboarding.ts:94
pricing
pricing: AccountPricing;
Defined in: sdk/src/types/account-onboarding.ts:97
Snapshot of the pricing as it stood when the agreement was accepted.
user_agent?
optional user_agent?: string;
Defined in: sdk/src/types/account-onboarding.ts:95
version
version: string;
Defined in: sdk/src/types/account-onboarding.ts:92
The agreement version that was accepted.