pub struct PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode {
pub hosted_instructions_url: String,
pub mobile_auth_url: String,
pub qr_code: PaymentIntentNextActionCashappQrCode,
}Expand description
The resource representing a Stripe “PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode”.
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl Default for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Source§fn default() -> PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
fn default() -> PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
impl<'de> Deserialize<'de> for PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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