Package com.stripe.model
Class SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.NextAction
public static class SetupIntent.NextAction.CashappHandleRedirectOrDisplayQrCode
extends StripeObject
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-