15 lines
273 B
Markdown
15 lines
273 B
Markdown
# AttachOnDecrease
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AttachOnDecrease } from "@useautumn/sdk";
|
|
|
|
let value: AttachOnDecrease = "prorate_next_cycle";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"prorate" | "prorate_immediately" | "prorate_next_cycle" | "none" | "no_prorations"
|
|
``` |