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
For more details about WechatPayDisplayQrCode, 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 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.inthashCode()voidThe data being used to generate QR code.voidsetHostedInstructionsUrl(String hostedInstructionsUrl) The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.voidsetImageDataUrl(String imageDataUrl) The base64 image data for a pre-generated QR code.voidsetImageUrlPng(String imageUrlPng) The image_url_png string used to render QR code.voidsetImageUrlSvg(String imageUrlSvg) The image_url_svg string used to render QR code.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-