pub struct MandateSepaDebit {
pub reference: String,
pub url: String,
}
Fields§
§reference: String
The unique reference of the mandate.
url: String
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
Trait Implementations§
Source§impl Clone for MandateSepaDebit
impl Clone for MandateSepaDebit
Source§fn clone(&self) -> MandateSepaDebit
fn clone(&self) -> MandateSepaDebit
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 MandateSepaDebit
impl Debug for MandateSepaDebit
Source§impl Deserialize for MandateSepaDebit
impl Deserialize for MandateSepaDebit
Source§impl ObjectDeser for MandateSepaDebit
impl ObjectDeser for MandateSepaDebit
Auto Trait Implementations§
impl Freeze for MandateSepaDebit
impl RefUnwindSafe for MandateSepaDebit
impl Send for MandateSepaDebit
impl Sync for MandateSepaDebit
impl Unpin for MandateSepaDebit
impl UnwindSafe for MandateSepaDebit
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