Package com.stripe.model
Class PaymentIntent.NextAction.PixDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.PixDisplayQrCode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getData()
The raw data string used to generate QR code, it should be used together with QR code library.The date (unix timestamp) when the PIX expires.The URL to the hosted pix instructions page, which allows customers to view the pix QR code.The image_url_png string used to render png QR code.The image_url_svg string used to render svg QR code.int
hashCode()
void
The raw data string used to generate QR code, it should be used together with QR code library.void
setExpiresAt
(Long expiresAt) The date (unix timestamp) when the PIX expires.void
setHostedInstructionsUrl
(String hostedInstructionsUrl) The URL to the hosted pix instructions page, which allows customers to view the pix QR code.void
setImageUrlPng
(String imageUrlPng) The image_url_png string used to render png QR code.void
setImageUrlSvg
(String imageUrlSvg) The image_url_svg string used to render svg QR code.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PixDisplayQrCode
public PixDisplayQrCode()
-
-
Method Details
-
getData
The raw data string used to generate QR code, it should be used together with QR code library. -
getExpiresAt
The date (unix timestamp) when the PIX expires. -
getHostedInstructionsUrl
The URL to the hosted pix instructions page, which allows customers to view the pix QR code. -
getImageUrlPng
The image_url_png string used to render png QR code. -
getImageUrlSvg
The image_url_svg string used to render svg QR code. -
setData
The raw data string used to generate QR code, it should be used together with QR code library. -
setExpiresAt
The date (unix timestamp) when the PIX expires. -
setHostedInstructionsUrl
The URL to the hosted pix instructions page, which allows customers to view the pix QR code. -
setImageUrlPng
The image_url_png string used to render png QR code. -
setImageUrlSvg
The image_url_svg string used to render svg QR code. -
equals
-
canEqual
-
hashCode
public int hashCode()
-