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
For more details about SwishHandleRedirectOrDisplayQrCode, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor 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 booleanbooleanThe 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).inthashCode()voidsetHostedInstructionsUrl(String hostedInstructionsUrl) The URL to the hosted Swish instructions page, which allows customers to view the QR code.voidsetMobileAuthUrl(String mobileAuthUrl) The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-