PONativeAlternativePaymentMethodDefaultValuesResponse
data class PONativeAlternativePaymentMethodDefaultValuesResponse constructor(val uuid: UUID, val defaultValues: Map<String, String>) : POEventDispatcher.Response
Defines the response with default values for native alternative payment method parameters. This response can only be created from PONativeAlternativePaymentMethodDefaultValuesRequest.toResponse function.
Parameters
uuid
Unique identifier of response that must be equal to UUID of request.
defaultValues
Map where key is PONativeAlternativePaymentMethodParameter.key and value is a default value for this parameter.