required:
- storedCardUsage
- type
type: object
allOf:
- $ref: ./PaymentsCustomerAgreement.yaml
- type: object
properties:
type:
type: string
enum:
- cardOnFile
storedCardUsage:
type: string
description: ' Set to `first` to store a card or `subsequent` to use a previously stored card. '
enum:
- first
- subsequent