Back to Daytona

AutomaticTopUp

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

0.178.0757 B
Original Source

AutomaticTopUp

Properties

NameTypeDescriptionNotes
disabledbooleanDisabled is true when the threshold rule still has amounts configured but is not currently active[optional] [default to undefined]
targetAmountnumber[optional] [default to undefined]
thresholdAmountnumber[optional] [default to undefined]

Example

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

const instance: AutomaticTopUp = {
    disabled,
    targetAmount,
    thresholdAmount,
};

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