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
For more details about PaynowDisplayQrCode, please refer to the API Reference.
-
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 URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.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.voidsetHostedInstructionsUrl(String hostedInstructionsUrl) The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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. -
getHostedInstructionsUrl
The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code. -
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. -
setHostedInstructionsUrl
The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code. -
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()
-