pub struct PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode {
pub hosted_instructions_url: String,
pub mobile_auth_url: String,
pub qr_code: PaymentIntentNextActionCashappQrCode,
}
Fields§
§hosted_instructions_url: String
The 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: String
The url for mobile redirect based auth
qr_code: PaymentIntentNextActionCashappQrCode
Trait 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 · 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>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Send for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Sync for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Unpin 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