Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 429 Bytes

TerminalLocationDetails.md

File metadata and controls

20 lines (14 loc) · 429 Bytes

WorldnetPayments::TerminalLocationDetails

Properties

Name Type Description Notes
country String Country where the terminal is based.
time_zone String Terminal's preferred time-zone.

Example

require 'worldnet_payments'

instance = WorldnetPayments::TerminalLocationDetails.new(
  country: null,
  time_zone: null
)