AlternativePaymentConfiguration

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

Alternative payment configuration.

Parameters

gatewayConfigurationId

Gateway configuration ID.

redirectUrl

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

savingAllowed

Defines whether saving of the payment method is allowed for future payments.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard