pub struct PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode {
pub hosted_instructions_url: String,
pub mobile_auth_url: String,
pub qr_code: PaymentIntentNextActionSwishQrCode,
}
Fields§
§hosted_instructions_url: String
The URL to the hosted Swish instructions page, which allows customers to view the QR code.
mobile_auth_url: String
The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).
qr_code: PaymentIntentNextActionSwishQrCode
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl Clone for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
Source§fn clone(&self) -> PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
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 PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl FromValueOpt for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl Send for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl Sync for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl Unpin for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
impl UnwindSafe for PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
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