mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
19 lines
1.7 KiB
Markdown
19 lines
1.7 KiB
Markdown
# Billing
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Billing } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Billing = {
|
|
internalPaymentMethod: {},
|
|
paymentMethodId: 414263,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
| `internalPaymentMethod` | [operations.InternalPaymentMethod](../../../sdk/models/operations/internalpaymentmethod.md) | :heavy_check_mark: | N/A |
|
|
| `paymentMethodId` | *number* | :heavy_check_mark: | N/A | |