---
title: "PaymentType"
url: "https://developer.retailexpress.com.au/apis/public-api-0/versions/d2454f6f-56f1-4fd6-9cd1-82871d94bd1c/schemas/PaymentType"
---

> Full API specification: https://developer.retailexpress.com.au/apis/public-api-0/versions/d2454f6f-56f1-4fd6-9cd1-82871d94bd1c.md

# PaymentType

A payment type

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: PublicApi
  version: 0.1.0
servers:
  - url: https://api.retailexpress.com.au/{basePath}
    variables:
      basePath:
        default: v1
components:
  schemas:
    PaymentType:
      type: object
      properties:
        is_enabled:
          title: IsEnabled
          type: boolean
          description: A flag indicating if the payment method is enabled
        last_modified_on:
          title: Last Modified On
          type: string
          description: The date the payment type was last modified
          format: date-time
        summarised_for_accounting:
          title: IsSummarised
          type: boolean
          description: A flag indicating if the payment method is summarised for
            accounting purposes
        name:
          title: Name
          type: string
          description: The name of the payment type
        id:
          title: ID
          type: string
          description: The ID of the payment type
      description: A payment type
```
