Package com.stripe.model
Class PaymentIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
public static class PaymentIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
extends StripeObject
For more details about CashappHandleRedirectOrDisplayQrCode, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about QrCode, 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 boolean
boolean
The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration.The url for mobile redirect based auth.int
hashCode()
void
setHostedInstructionsUrl
(String hostedInstructionsUrl) The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration.void
setMobileAuthUrl
(String mobileAuthUrl) The url for mobile redirect based auth.void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CashappHandleRedirectOrDisplayQrCode
public CashappHandleRedirectOrDisplayQrCode()
-
-
Method Details
-
getHostedInstructionsUrl
The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration. -
getMobileAuthUrl
The url for mobile redirect based auth. -
getQrCode
-
setHostedInstructionsUrl
The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration. -
setMobileAuthUrl
The url for mobile redirect based auth. -
setQrCode
-
equals
-
canEqual
-
hashCode
public int hashCode()
-