Skip to content

Commit

Permalink
Add a new field account_type in get personal cards response
Browse files Browse the repository at this point in the history
  • Loading branch information
tirth-bhagwat committed Oct 24, 2024
1 parent 7afa20f commit 673d36b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/schemas/personal_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ personal_card_out:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: 'SAVINGS'
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: './fields.yaml#/fk_string'
yodlee_fastlink_params:
Expand Down Expand Up @@ -133,6 +138,11 @@ personal_card_delete_out:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: 'SAVINGS'
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: './fields.yaml#/fk_string'
yodlee_fastlink_params:
Expand Down

0 comments on commit 673d36b

Please sign in to comment.