pub struct SourceTypeMultibanco {
pub entity: Option<String>,
pub reference: Option<String>,
pub refund_account_holder_address_city: Option<String>,
pub refund_account_holder_address_country: Option<String>,
pub refund_account_holder_address_line1: Option<String>,
pub refund_account_holder_address_line2: Option<String>,
pub refund_account_holder_address_postal_code: Option<String>,
pub refund_account_holder_address_state: Option<String>,
pub refund_account_holder_name: Option<String>,
pub refund_iban: Option<String>,
}
Fields§
§entity: Option<String>
§reference: Option<String>
§refund_account_holder_address_city: Option<String>
§refund_account_holder_address_country: Option<String>
§refund_account_holder_address_line1: Option<String>
§refund_account_holder_address_line2: Option<String>
§refund_account_holder_address_postal_code: Option<String>
§refund_account_holder_address_state: Option<String>
§refund_account_holder_name: Option<String>
§refund_iban: Option<String>
Trait Implementations§
Source§impl Clone for SourceTypeMultibanco
impl Clone for SourceTypeMultibanco
Source§fn clone(&self) -> SourceTypeMultibanco
fn clone(&self) -> SourceTypeMultibanco
Returns a duplicate 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 SourceTypeMultibanco
impl Debug for SourceTypeMultibanco
Source§impl Deserialize for SourceTypeMultibanco
impl Deserialize for SourceTypeMultibanco
Source§impl FromValueOpt for SourceTypeMultibanco
impl FromValueOpt for SourceTypeMultibanco
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SourceTypeMultibanco
impl RefUnwindSafe for SourceTypeMultibanco
impl Send for SourceTypeMultibanco
impl Sync for SourceTypeMultibanco
impl Unpin for SourceTypeMultibanco
impl UnwindSafe for SourceTypeMultibanco
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
Mutably borrows from an owned value. Read more