Package com.stripe.model
Class PaymentIntent.NextAction.SwishHandleRedirectOrDisplayQrCode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.SwishHandleRedirectOrDisplayQrCode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
public static class PaymentIntent.NextAction.SwishHandleRedirectOrDisplayQrCode
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 Swish instructions page, which allows customers to view the QR code.The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).int
hashCode()
void
setHostedInstructionsUrl
(String hostedInstructionsUrl) The URL to the hosted Swish instructions page, which allows customers to view the QR code.void
setMobileAuthUrl
(String mobileAuthUrl) The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SwishHandleRedirectOrDisplayQrCode
public SwishHandleRedirectOrDisplayQrCode()
-
-
Method Details
-
getHostedInstructionsUrl
The URL to the hosted Swish instructions page, which allows customers to view the QR code. -
getMobileAuthUrl
The url for mobile redirect based auth (for internal use only and not typically available in standard API requests). -
getQrCode
-
setHostedInstructionsUrl
The URL to the hosted Swish instructions page, which allows customers to view the QR code. -
setMobileAuthUrl
The url for mobile redirect based auth (for internal use only and not typically available in standard API requests). -
setQrCode
-
equals
-
canEqual
-
hashCode
public int hashCode()
-