pub struct PaymentIntentNextActionWechatPayDisplayQrCode {
pub data: String,
pub hosted_instructions_url: String,
pub image_data_url: String,
pub image_url_png: String,
pub image_url_svg: String,
}
Fields§
§data: String
The data being used to generate QR code
hosted_instructions_url: String
The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.
image_data_url: String
The base64 image data for a pre-generated QR code
image_url_png: String
The image_url_png string used to render QR code
image_url_svg: String
The image_url_svg string used to render QR code
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionWechatPayDisplayQrCode
impl Clone for PaymentIntentNextActionWechatPayDisplayQrCode
Source§fn clone(&self) -> PaymentIntentNextActionWechatPayDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionWechatPayDisplayQrCode
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 PaymentIntentNextActionWechatPayDisplayQrCode
impl FromValueOpt for PaymentIntentNextActionWechatPayDisplayQrCode
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionWechatPayDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionWechatPayDisplayQrCode
impl Send for PaymentIntentNextActionWechatPayDisplayQrCode
impl Sync for PaymentIntentNextActionWechatPayDisplayQrCode
impl Unpin for PaymentIntentNextActionWechatPayDisplayQrCode
impl UnwindSafe for PaymentIntentNextActionWechatPayDisplayQrCode
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