mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.7 KiB
1.7 KiB
Billing
Example Usage
import { Billing } from "@lukehagar/plexjs/sdk/models/operations";
let value: Billing = {
internalPaymentMethod: {},
paymentMethodId: 16429,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
internalPaymentMethod |
operations.InternalPaymentMethod | ✔️ | N/A |
paymentMethodId |
number | ✔️ | N/A |