18 lines
158 B
Markdown
18 lines
158 B
Markdown
# BillingAttachTo
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `float`
|
|
|
|
```python
|
|
value: float = /* values here */
|
|
```
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|