pub struct PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode {
pub hosted_instructions_url: String,
pub mobile_auth_url: String,
pub qr_code: PaymentIntentNextActionCashappQrCode,
}Fields§
§hosted_instructions_url: StringThe URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration.
mobile_auth_url: StringThe url for mobile redirect based auth
qr_code: PaymentIntentNextActionCashappQrCodeTrait Implementations§
Source§impl Clone for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Clone for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Source§fn clone(&self) -> PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
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 FromValueOpt for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl FromValueOpt for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl PartialEq for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Source§fn eq(
&self,
other: &PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode,
) -> bool
fn eq( &self, other: &PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl StructuralPartialEq for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Send for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Sync for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Unpin for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl UnsafeUnpin for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl UnwindSafe for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
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