pub struct PaymentMethodDetailsEps {
pub bank: Option<PaymentMethodDetailsEpsBank>,
pub verified_name: Option<String>,
}
Fields§
§bank: Option<PaymentMethodDetailsEpsBank>
The customer’s bank.
Should be one of arzte_und_apotheker_bank
, austrian_anadi_bank_ag
, bank_austria
, bankhaus_carl_spangler
, bankhaus_schelhammer_und_schattera_ag
, bawag_psk_ag
, bks_bank_ag
, brull_kallmus_bank_ag
, btv_vier_lander_bank
, capital_bank_grawe_gruppe_ag
, deutsche_bank_ag
, dolomitenbank
, easybank_ag
, erste_bank_und_sparkassen
, hypo_alpeadriabank_international_ag
, hypo_noe_lb_fur_niederosterreich_u_wien
, hypo_oberosterreich_salzburg_steiermark
, hypo_tirol_bank_ag
, hypo_vorarlberg_bank_ag
, hypo_bank_burgenland_aktiengesellschaft
, marchfelder_bank
, oberbank_ag
, raiffeisen_bankengruppe_osterreich
, schoellerbank_ag
, sparda_bank_wien
, volksbank_gruppe
, volkskreditbank_ag
, or vr_bank_braunau
.
verified_name: Option<String>
Owner’s verified full name.
Values are verified or provided by EPS directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. EPS rarely provides this information so the attribute is usually empty.
Trait Implementations§
source§impl Clone for PaymentMethodDetailsEps
impl Clone for PaymentMethodDetailsEps
source§fn clone(&self) -> PaymentMethodDetailsEps
fn clone(&self) -> PaymentMethodDetailsEps
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PaymentMethodDetailsEps
impl Debug for PaymentMethodDetailsEps
source§impl Default for PaymentMethodDetailsEps
impl Default for PaymentMethodDetailsEps
source§fn default() -> PaymentMethodDetailsEps
fn default() -> PaymentMethodDetailsEps
source§impl<'de> Deserialize<'de> for PaymentMethodDetailsEps
impl<'de> Deserialize<'de> for PaymentMethodDetailsEps
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsEps
impl RefUnwindSafe for PaymentMethodDetailsEps
impl Send for PaymentMethodDetailsEps
impl Sync for PaymentMethodDetailsEps
impl Unpin for PaymentMethodDetailsEps
impl UnwindSafe for PaymentMethodDetailsEps
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)