fix: add reference in sepa_bank_instructions (#6215)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Suman Maji
2024-10-04 18:51:04 +05:30
committed by GitHub
parent c07ee28c0a
commit 036a2d5056
4 changed files with 25 additions and 3 deletions

View File

@ -3800,6 +3800,8 @@ pub struct SepaBankTransferInstructions {
pub country: String,
#[schema(value_type = String, example = "123456789")]
pub iban: Secret<String>,
#[schema(value_type = String, example = "U2PVVSEV4V9Y")]
pub reference: Secret<String>,
}
#[derive(Clone, Debug, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)]