SupportedPaymentMethod

fun SupportedPaymentMethod(    code: PaymentMethodCode,     requiresMandate: Boolean,     @StringRes displayNameResource: Int,     @DrawableRes iconResource: Int,     tintIconOnSelection: Boolean,     requirement: PaymentMethodRequirements,     formSpec: LayoutSpec)