Skip to main content

@dialstack/sdk / index / TosAcceptance

Interface: TosAcceptance

Defined in: sdk/src/types/account-onboarding.ts:105

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

accepted_at: string;

Defined in: sdk/src/types/account-onboarding.ts:106


ip?

optional ip?: string;

Defined in: sdk/src/types/account-onboarding.ts:107


pricing

pricing: AccountPricing;

Defined in: sdk/src/types/account-onboarding.ts:110

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:108