Back to Daytona

OrganizationTier

libs/billing-api-client/src/docs/OrganizationTier.md

0.178.01.1 KB
Original Source

OrganizationTier

Properties

NameTypeDescriptionNotes
expiresAtstring[optional] [default to undefined]
hasVerifiedBusinessEmailboolean[optional] [default to undefined]
largestSuccessfulPaymentCentsnumber[optional] [default to undefined]
largestSuccessfulPaymentDatestring[optional] [default to undefined]
radarEvaluatedAtstring[optional] [default to undefined]
radarVerifiedboolean[optional] [default to undefined]
tiernumber[optional] [default to undefined]

Example

typescript
import { OrganizationTier } from './api';

const instance: OrganizationTier = {
    expiresAt,
    hasVerifiedBusinessEmail,
    largestSuccessfulPaymentCents,
    largestSuccessfulPaymentDate,
    radarEvaluatedAt,
    radarVerified,
    tier,
};

[Back to Model list] [Back to API list] [Back to README]