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
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 image_url_png string used to render QR code, can be used as <img src="…" />.The image_url_svg string used to render QR code, can be used as <img src="…" />.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 image_url_png string used to render QR code, can be used as <img src="…" />.voidsetImageUrlSvg(String imageUrlSvg) The image_url_svg string used to render QR code, can be used as <img src="…" />.Methods inherited from class com.stripe.model.StripeObject
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 image_url_png string used to render QR code, can be used as <img src="…" />. -
getImageUrlSvg
The image_url_svg string used to render QR code, can be used as <img src="…" />. -
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 image_url_png string used to render QR code, can be used as <img src="…" />. -
setImageUrlSvg
The image_url_svg string used to render QR code, can be used as <img src="…" />. -
equals
-
canEqual
-
hashCode
public int hashCode()
-