@dialstack/sdk-dev / js/src / TosAcceptance
Interface: TosAcceptance
Defined in: sdk/js/src/types/account-onboarding.ts:221
A recorded acceptance of the subscription agreement for an account. Present
only when it satisfies the current agreement version — a superseded
acceptance comes back as null, the same as never having accepted.
Properties
accepted_at
TypeScript
accepted_at: string;
Defined in: sdk/js/src/types/account-onboarding.ts:222
ip?
TypeScript
optional ip?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:223
pricing
TypeScript
pricing: AccountPricing;
Defined in: sdk/js/src/types/account-onboarding.ts:230
Snapshot of the pricing as it stood when the agreement was accepted: the rates in force at that moment, which is the same figure the acceptance screen displayed.
user_agent?
TypeScript
optional user_agent?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:224