| Name | Type | Description | Notes |
|---|---|---|---|
| token | String | [optional] | |
| name | String | ||
| is_whitelist | Boolean | [default to false] | |
| country_codes | Array<String> | ||
| created_time | Time | [optional] | |
| last_modified_time | Time | [optional] |
require 'marqeta'
instance = Marqeta::AcceptedCountriesModel.new(
token: null,
name: null,
is_whitelist: null,
country_codes: null,
created_time: null,
last_modified_time: null
)