Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 600 Bytes

TerminalTax.md

File metadata and controls

22 lines (16 loc) · 600 Bytes

WorldnetPayments::TerminalTax

Properties

Name Type Description Notes
unique_reference String Unique reference number assigned by the gateway. This field must be used when trying to update an existing terminal's tax. [optional]
name String Tax Name.
rate Float The ratio expressed as a percentage at which a transaction is taxed.

Example

require 'worldnet_payments'

instance = WorldnetPayments::TerminalTax.new(
  unique_reference: null,
  name: null,
  rate: null
)