@dialstack/sdk / index / TosAcceptance
Interface: TosAcceptance
Defined in: sdk/js/src/types/account-onboarding.ts:126
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:127
ip?
TypeScript
optional ip?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:128
pricing
TypeScript
pricing: AccountPricing;
Defined in: sdk/js/src/types/account-onboarding.ts:131
Snapshot of the pricing as it stood when the agreement was accepted.
user_agent?
TypeScript
optional user_agent?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:129