Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
client: add full set of Customer.Status enum values
Browse files Browse the repository at this point in the history
Issue: moov-io#5
  • Loading branch information
adamdecaf committed May 13, 2019
1 parent e5b7e52 commit 73a7111
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ components:
ID: e210a9d6-d755-4455-9bd2-9577ea7e1081
lastModified: 2000-01-23T04:56:07.000+00:00
email: email
status: Applied
status: Deceased
properties:
ID:
description: The unique identifier for the customer who owns the account
Expand Down Expand Up @@ -299,11 +299,13 @@ components:
status:
description: State of the customer
enum:
- Applied
- Verified
- Denied
- Archieved
- Deceased
- Rejected
- ReviewRequired
- None
- KYC
- OFAC
- CIP
type: string
email:
description: Primary email address of customer name@domain.com
Expand Down
10 changes: 6 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,13 @@ components:
type: string
description: State of the customer
enum:
- Applied
- Verified
- Denied
- Archieved
- Deceased
- Rejected
- ReviewRequired
- None
- KYC
- OFAC
- CIP
email:
type: string
maximum: 500
Expand Down

0 comments on commit 73a7111

Please sign in to comment.