pub struct PaymentMethodCashapp {
pub buyer_id: Option<String>,
pub cashtag: Option<String>,
}
Fields§
§buyer_id: Option<String>
A unique and immutable identifier assigned by Cash App to every buyer.
cashtag: Option<String>
A public identifier for buyers using Cash App.
Trait Implementations§
Source§impl Clone for PaymentMethodCashapp
impl Clone for PaymentMethodCashapp
Source§fn clone(&self) -> PaymentMethodCashapp
fn clone(&self) -> PaymentMethodCashapp
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 PaymentMethodCashapp
impl Debug for PaymentMethodCashapp
Source§impl Deserialize for PaymentMethodCashapp
impl Deserialize for PaymentMethodCashapp
Source§impl FromValueOpt for PaymentMethodCashapp
impl FromValueOpt for PaymentMethodCashapp
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodCashapp
impl RefUnwindSafe for PaymentMethodCashapp
impl Send for PaymentMethodCashapp
impl Sync for PaymentMethodCashapp
impl Unpin for PaymentMethodCashapp
impl UnwindSafe for PaymentMethodCashapp
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