AlternativePaymentConfiguration

@JsonClass(generateAdapter = true)
data class AlternativePaymentConfiguration(@Json(name = "gateway_configuration_id") val gatewayConfigurationId: String, @Json(name = "redirect_url") val redirectUrl: String?)

Alternative payment configuration.

Parameters

gatewayConfigurationId

Gateway configuration ID.

redirectUrl

Redirect URL. If it's null, then payment should go through the native flow.

Constructors

Link copied to clipboard
constructor(@Json(name = "gateway_configuration_id") gatewayConfigurationId: String, @Json(name = "redirect_url") redirectUrl: String?)

Properties

Link copied to clipboard
Link copied to clipboard