mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user