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
-
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 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.int
hashCode()
void
The raw data string used to generate QR code, it should be used together with QR code library.void
setHostedInstructionsUrl
(String hostedInstructionsUrl) The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.void
setImageUrlPng
(String imageUrlPng) The image_url_png string used to render QR code.void
setImageUrlSvg
(String imageUrlSvg) The image_url_svg string used to render QR code.Methods inherited from class com.stripe.model.StripeObject
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()
-