# GetCreditsResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    GetCreditsResponse:
      type: object
      properties:
        code:
          type: integer
        message:
          type: string
        data:
          type: object
          properties:
            left_credits:
              type: integer
            is_recharged:
              type: boolean
            is_pro:
              type: boolean
            is_vip:
              type: boolean
          x-apifox-orders:
            - left_credits
            - is_recharged
            - is_pro
            - is_vip
      x-apifox-orders:
        - code
        - message
        - data
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://freesoragenerator.com
    description: Prod Env
security: []

```
