Package com.stripe.model
Class PaymentIntent.NextAction.PromptpayDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.PromptpayDisplayQrCode
- 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 PromptPay instructions page, which allows customers to view the PromptPay QR code.The PNG path used to render the QR code, can be used as the source in an HTML img tag.The SVG path used to render the QR code, can be used as the source in an HTML img tag.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 PromptPay instructions page, which allows customers to view the PromptPay QR code.void
setImageUrlPng
(String imageUrlPng) The PNG path used to render the QR code, can be used as the source in an HTML img tag.void
setImageUrlSvg
(String imageUrlSvg) The SVG path used to render the QR code, can be used as the source in an HTML img tag.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PromptpayDisplayQrCode
public PromptpayDisplayQrCode()
-
-
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 PromptPay instructions page, which allows customers to view the PromptPay QR code. -
getImageUrlPng
The PNG path used to render the QR code, can be used as the source in an HTML img tag. -
getImageUrlSvg
The SVG path used to render the QR code, can be used as the source in an HTML img tag. -
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 PromptPay instructions page, which allows customers to view the PromptPay QR code. -
setImageUrlPng
The PNG path used to render the QR code, can be used as the source in an HTML img tag. -
setImageUrlSvg
The SVG path used to render the QR code, can be used as the source in an HTML img tag. -
equals
-
canEqual
-
hashCode
public int hashCode()
-