Gateway

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?)

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.