PONativeAlternativePaymentMethodParameter
@JsonClass(generateAdapter = true)
Native alternative payment method parameter definition.
Parameters
key
Name of the field that needs to be collected for the request (e.g. blik_code).
length
Expected length of the field. Used for validation.
required
Indicates whether parameter is required or optional.
rawType
Raw parameter type.
displayName
Parameter’s localized name that could be displayed to user.
availableValues
Some types (e.g. single-select) can have a collection of pre-populated values that user can choose from.
Types
Link copied to clipboard
@JsonClass(generateAdapter = false)
Defines supported parameter types.
Link copied to clipboard
@JsonClass(generateAdapter = true)
Defines available parameter value.
Functions
Link copied to clipboard
Returns supported ParameterType or ParameterType.UNKNOWN otherwise.