Gateway

@JsonClass(generateAdapter = true)
data class Gateway(@Json(name = "display_name") val displayName: String, @Json(name = "logo_url") val logoUrl: String, @Json(name = "customer_action_message") val customerActionMessage: String?, @Json(name = "customer_action_image_url") val customerActionImageUrl: String?)

Payment gateway information.

Parameters

displayName

Name of the payment gateway that can be displayed.

logoUrl

Gateway’s logo URL.

customerActionMessage

Customer action message markdown. Before using this property check that PONativeAlternativePaymentMethodParameterValues.customerActionMessage is not set, otherwise use it instead.

customerActionImageUrl

Customer action image URL if any.

Constructors

Link copied to clipboard
constructor(@Json(name = "display_name") displayName: String, @Json(name = "logo_url") logoUrl: String, @Json(name = "customer_action_message") customerActionMessage: String?, @Json(name = "customer_action_image_url") customerActionImageUrl: String?)

Properties

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