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

Version Path
velopayments-2.37.150.beta1 docs/LocalisationDetails.md
velopayments-2.35.58 docs/LocalisationDetails.md
velopayments-2.35.58.beta1 docs/LocalisationDetails.md
velopayments-2.29.128.beta1 docs/LocalisationDetails.md
velopayments-2.26.124.beta1 docs/LocalisationDetails.md