From 98d16be3a7e391d7bbaafef97e234efdc9cf3e27 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 13 Oct 2023 14:36:58 +0530 Subject: [PATCH] feat: Statements Card Stats - RTF Card Network (#371) * feat: Statements Card Stats - RTF Card Network * Auto generate API docs --------- Co-authored-by: Siva --- reference/admin.yaml | 6 ++++++ src/components/schemas/statements.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/reference/admin.yaml b/reference/admin.yaml index a9a04c196..89afb334c 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -10804,6 +10804,12 @@ components: description: | Indicates whether the statement has atleast one card enrolled in RTF. example: true + rtf_card_network: + type: string + description: | + Card network of the statement if the statement has atleast one card enrolled in RTF. + example: VISA + nullable: true missing_corporate_card_details: type: array items: diff --git a/src/components/schemas/statements.yaml b/src/components/schemas/statements.yaml index 6aebaf394..5a8d08b8f 100644 --- a/src/components/schemas/statements.yaml +++ b/src/components/schemas/statements.yaml @@ -642,6 +642,12 @@ card_stats_out: description: | Indicates whether the statement has atleast one card enrolled in RTF. example: true + rtf_card_network: + type: string + description: | + Card network of the statement if the statement has atleast one card enrolled in RTF. + example: VISA + nullable: true missing_corporate_card_details: type: array items: