Package com.stripe.model
Class PaymentIntent.NextAction.PaynowDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.PaynowDisplayQrCode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PaymentIntent.NextAction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetData()The raw data string used to generate QR code, it should be used together with QR code library.The image_url_png string used to render QR code.The image_url_svg string used to render QR code.inthashCode()voidThe raw data string used to generate QR code, it should be used together with QR code library.voidsetImageUrlPng(String imageUrlPng) The image_url_png string used to render QR code.voidsetImageUrlSvg(String imageUrlSvg) The image_url_svg string used to render QR code.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaynowDisplayQrCode
public PaynowDisplayQrCode()
-
-
Method Details
-
getData
The raw data string used to generate QR code, it should be used together with QR code library. -
getImageUrlPng
The image_url_png string used to render QR code. -
getImageUrlSvg
The image_url_svg string used to render QR code. -
setData
The raw data string used to generate QR code, it should be used together with QR code library. -
setImageUrlPng
The image_url_png string used to render QR code. -
setImageUrlSvg
The image_url_svg string used to render QR code. -
equals
-
canEqual
-
hashCode
public int hashCode()
-