pub struct PaymentMethodDetailsBizum {
pub buyer_id: Option<String>,
pub transaction_id: Option<String>,
}Fields§
§buyer_id: Option<String>A unique identifier for the buyer as determined by the local payment processor.
transaction_id: Option<String>The Bizum transaction ID associated with this payment.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsBizum
impl Clone for PaymentMethodDetailsBizum
Source§fn clone(&self) -> PaymentMethodDetailsBizum
fn clone(&self) -> PaymentMethodDetailsBizum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentMethodDetailsBizum
impl Debug for PaymentMethodDetailsBizum
impl Eq for PaymentMethodDetailsBizum
Source§impl FromValueOpt for PaymentMethodDetailsBizum
impl FromValueOpt for PaymentMethodDetailsBizum
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentMethodDetailsBizum
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsBizum
impl RefUnwindSafe for PaymentMethodDetailsBizum
impl Send for PaymentMethodDetailsBizum
impl Sync for PaymentMethodDetailsBizum
impl Unpin for PaymentMethodDetailsBizum
impl UnsafeUnpin for PaymentMethodDetailsBizum
impl UnwindSafe for PaymentMethodDetailsBizum
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