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
For more details about PromptpayDisplayQrCode, 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 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.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 PromptPay instructions page, which allows customers to view the PromptPay QR code.voidsetImageUrlPng(String imageUrlPng) The PNG path used to render the QR code, can be used as the source in an HTML img tag.voidsetImageUrlSvg(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, 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()
-