From 673d36b2d2f35604d312fadddf6e630f273317c3 Mon Sep 17 00:00:00 2001 From: Tirth Bhagwat Date: Thu, 24 Oct 2024 15:19:06 +0530 Subject: [PATCH] Add a new field account_type in get personal cards response --- src/components/schemas/personal_card.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/schemas/personal_card.yaml b/src/components/schemas/personal_card.yaml index 1f0686c67..57142ac89 100644 --- a/src/components/schemas/personal_card.yaml +++ b/src/components/schemas/personal_card.yaml @@ -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: @@ -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: