Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 947 Bytes

CheckoutNativeRedirectAction.md

File metadata and controls

22 lines (15 loc) · 947 Bytes

CheckoutNativeRedirectAction

Properties

Name Type Description Notes
type inline nativeRedirect
`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]
nativeRedirectData kotlin.String Native SDK's redirect data containing the direct issuer link and state data that must be submitted to the /v1/nativeRedirect/redirectResult. [optional]
paymentMethodType kotlin.String Specifies the payment method. [optional]
url kotlin.String Specifies the URL to redirect to. [optional]

Enum: type

Name Value
type nativeRedirect