Display
@JsonClass(generateAdapter = true)
UI configuration.
Parameters
name
Payment method name.
logo
Image resource for light/dark themes.
brandColor
Brand color for light/dark themes.
description
Optional payment method description.
Constructors
Link copied to clipboard
constructor(name: String, logo: POImageResource, @Json(name = "brand_color") brandColor: POColor, description: String?)