pub struct PaymentIntentNextActionPixDisplayQrCode {
pub data: Option<String>,
pub expires_at: Option<i64>,
pub hosted_instructions_url: Option<String>,
pub image_url_png: Option<String>,
pub image_url_svg: Option<String>,
}Fields§
§data: Option<String>The raw data string used to generate QR code, it should be used together with QR code library.
expires_at: Option<i64>The date (unix timestamp) when the PIX expires.
hosted_instructions_url: Option<String>The URL to the hosted pix instructions page, which allows customers to view the pix QR code.
image_url_png: Option<String>The image_url_png string used to render png QR code.
image_url_svg: Option<String>The image_url_svg string used to render svg QR code.
Trait Implementations§
source§impl Clone for PaymentIntentNextActionPixDisplayQrCode
impl Clone for PaymentIntentNextActionPixDisplayQrCode
source§fn clone(&self) -> PaymentIntentNextActionPixDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionPixDisplayQrCode
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 PaymentIntentNextActionPixDisplayQrCode
impl Default for PaymentIntentNextActionPixDisplayQrCode
source§fn default() -> PaymentIntentNextActionPixDisplayQrCode
fn default() -> PaymentIntentNextActionPixDisplayQrCode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentIntentNextActionPixDisplayQrCode
impl<'de> Deserialize<'de> for PaymentIntentNextActionPixDisplayQrCode
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