Struct stripe::generated::core::payment_intent::PaymentIntentNextActionWechatPayDisplayQrCode
source · 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: StringThe data being used to generate QR code.
hosted_instructions_url: StringThe URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.
image_data_url: StringThe base64 image data for a pre-generated QR code.
image_url_png: StringThe image_url_png string used to render QR code.
image_url_svg: StringThe 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 copy 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 PaymentIntentNextActionWechatPayDisplayQrCode
impl Default for PaymentIntentNextActionWechatPayDisplayQrCode
source§fn default() -> PaymentIntentNextActionWechatPayDisplayQrCode
fn default() -> PaymentIntentNextActionWechatPayDisplayQrCode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentIntentNextActionWechatPayDisplayQrCode
impl<'de> Deserialize<'de> for PaymentIntentNextActionWechatPayDisplayQrCode
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