feat(pm_list): add required fields for Ideal (#3183)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2024-01-09 20:44:19 +05:30
committed by GitHub
parent 36c32c377a
commit 1c3c5f6b0c
16 changed files with 1669 additions and 571 deletions

View File

@ -1213,7 +1213,7 @@ pub enum BankRedirectData {
},
Ideal {
/// The billing details for bank redirection
billing_details: BankRedirectBilling,
billing_details: Option<BankRedirectBilling>,
/// The hyperswitch bank code for ideal
#[schema(value_type = BankNames, example = "abn_amro")]