Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 725 Bytes

CheckoutRedirectAction.md

File metadata and controls

21 lines (14 loc) · 725 Bytes

CheckoutRedirectAction

Properties

Name Type Description Notes
type inline redirect
`data` kotlin.collections.Map<kotlin.String, kotlin.String> When the redirect URL must be accessed via POST, use this data to post to the redirect URL. [optional]
method kotlin.String Specifies the HTTP method, for example GET or POST. [optional]
paymentMethodType kotlin.String Specifies the payment method. [optional]
url kotlin.String Specifies the URL to redirect to. [optional]

Enum: type

Name Value
type redirect