Package com.stripe.model
Class PaymentIntent.NextAction.WechatPayDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.WechatPayDisplayQrCode
- 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 data being used to generate QR code.The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.The base64 image data for a pre-generated 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 data being used to generate QR code.void
setHostedInstructionsUrl
(String hostedInstructionsUrl) The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.void
setImageDataUrl
(String imageDataUrl) The base64 image data for a pre-generated 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
-
WechatPayDisplayQrCode
public WechatPayDisplayQrCode()
-
-
Method Details
-
getData
The data being used to generate QR code. -
getHostedInstructionsUrl
The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code. -
getImageDataUrl
The base64 image data for a pre-generated 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 data being used to generate QR code. -
setHostedInstructionsUrl
The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code. -
setImageDataUrl
The base64 image data for a pre-generated 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()
-