AlternativePaymentConfiguration

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

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.