Sha256: d97f177d8512cf3bca5d836914f34aaf8fcca2c5225c75b93ccf2fb0202b7264
Contents?: true
Size: 629 Bytes
Versions: 5
Compression:
Stored size: 629 Bytes
Contents
# VeloPayments::LocalisationDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **template** | **String** | the English language message template used to construct the error message | [optional] | | **parameters** | **Hash<String, String>** | name to value map containing any named parameters that appear in the message template | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::LocalisationDetails.new( template: size must be between {min} and {max}, parameters: {"min":"0","max":"10"} ) ```
Version data entries
5 entries across 5 versions & 1 rubygems