> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ordergroove.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ordergroove.com/_mcp/server.

# PaymentType

## Fields

| Field            | Type                                                               | Required |
| ---------------- | ------------------------------------------------------------------ | -------- |
| `billingAddress` | [`AddressType`](/graphql/graphql-definitions/objects/address-type) | No       |
| `ccExpDate`      | `String`                                                           | No       |
| `ccHolder`       | `String`                                                           | No       |
| `ccNumberEnding` | `String`                                                           | No       |
| `ccType`         | `Int`                                                              | No       |
| `created`        | `DateTime!`                                                        | Yes      |
| `cycle`          | `Int`                                                              | No       |
| `cycleStatus`    | `Int`                                                              | No       |
| `label`          | `String`                                                           | No       |
| `lastUpdated`    | `DateTime!`                                                        | Yes      |
| `live`           | `Boolean!`                                                         | Yes      |
| `paymentMethod`  | `Int`                                                              | No       |
| `publicId`       | `String`                                                           | No       |
| `tokenId`        | `String`                                                           | No       |

## Related queries

* [`order`](/graphql/graphql-definitions/queries/order) — Get subscription details by order
* [`subscription`](/graphql/graphql-definitions/queries/subscription) — Get subscription for account management
* [`subscriptions`](/graphql/graphql-definitions/queries/subscriptions) — List subscriptions with delivery details