Email

@JsonClass(generateAdapter = true)
data class Email(val key: String, val label: String, val required: Boolean) : PONativeAlternativePaymentElement.Form.Parameter

Email parameter.

Parameters

key

Parameter key.

label

Parameter display label.

required

Indicates whether the parameter is required.

Constructors

Link copied to clipboard
constructor(key: String, label: String, required: Boolean)

Properties

Link copied to clipboard
open override val key: String
Link copied to clipboard
open override val label: String
Link copied to clipboard
open override val required: Boolean