pub struct SourceTypeGiropay {
pub bank_code: Option<String>,
pub bank_name: Option<String>,
pub bic: Option<String>,
pub statement_descriptor: Option<String>,
}Fields§
§bank_code: Option<String>§bank_name: Option<String>§bic: Option<String>§statement_descriptor: Option<String>Trait Implementations§
source§impl Clone for SourceTypeGiropay
impl Clone for SourceTypeGiropay
source§fn clone(&self) -> SourceTypeGiropay
fn clone(&self) -> SourceTypeGiropay
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SourceTypeGiropay
impl Debug for SourceTypeGiropay
source§impl Default for SourceTypeGiropay
impl Default for SourceTypeGiropay
source§fn default() -> SourceTypeGiropay
fn default() -> SourceTypeGiropay
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SourceTypeGiropay
impl<'de> Deserialize<'de> for SourceTypeGiropay
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>,
Deserialize this value from the given Serde deserializer. Read more