Name | Type | Description | Notes |
---|---|---|---|
country | String | Country where the terminal is based. | |
time_zone | String | Terminal's preferred time-zone. |
require 'worldnet_payments'
instance = WorldnetPayments::TerminalLocationDetails.new(
country: null,
time_zone: null
)