required:
- type
type: object
properties:
type:
type: string
description: The type of instrument.
discriminator:
propertyName: type
mapping:
PaymentsCardPlainPaymentInstrument: ./PaymentsCardPlainPaymentInstrument.yaml
SessionPaymentInstrument: ./SessionPaymentInstrument.yaml
TokenPaymentInstrument: ./TokenPaymentInstrument.yaml