All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.openapi-schemas.PaymentFrequency.yml Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
type: object
required:
  - period
  - periodMultiplier
  - fullName
properties:
  periodMultiplier:
    type: integer
    format: int32
    minimum: 1
  period:
    type: string
    pattern: '^[DMY]$'
  fullName:
    type: string




© 2015 - 2025 Weber Informatics LLC | Privacy Policy