CheckoutRedirectAction class abstract

CheckoutRedirectAction

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.
  • paymentMethodType - Specifies the payment method.
  • type - redirect
  • url - Specifies the URL to redirect to.
Annotations
  • @BuiltValue.new()

Constructors

CheckoutRedirectAction([void updates(CheckoutRedirectActionBuilder 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
paymentMethodType String?
Specifies the payment method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CheckoutRedirectActionTypeEnum
redirect
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(CheckoutRedirectActionBuilder)) CheckoutRedirectAction
Rebuilds the instance.
inherited
toBuilder() CheckoutRedirectActionBuilder
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<CheckoutRedirectAction>
no setter