CheckoutNativeRedirectAction class abstract

CheckoutNativeRedirectAction

Properties:

  • data - When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
  • method - Specifies the HTTP method, for example GET or POST.
  • nativeRedirectData - Native SDK's redirect data containing the direct issuer link and state data that must be submitted to the /v1/nativeRedirect/redirectResult.
  • paymentMethodType - Specifies the payment method.
  • type - nativeRedirect
  • url - Specifies the URL to redirect to.
Annotations
  • @BuiltValue.new()

Constructors

CheckoutNativeRedirectAction([void updates(CheckoutNativeRedirectActionBuilder b)])
factory

Properties

data → BuiltMap<String, String>?
When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
no setter
hashCode int
The hash code for this object.
no setterinherited
method String?
Specifies the HTTP method, for example GET or POST.
no setter
nativeRedirectData String?
Native SDK's redirect data containing the direct issuer link and state data that must be submitted to the /v1/nativeRedirect/redirectResult.
no setter
paymentMethodType String?
Specifies the payment method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CheckoutNativeRedirectActionTypeEnum
nativeRedirect
no setter
url String?
Specifies the URL to redirect to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CheckoutNativeRedirectActionBuilder)) CheckoutNativeRedirectAction
Rebuilds the instance.
inherited
toBuilder() CheckoutNativeRedirectActionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CheckoutNativeRedirectAction>
no setter