Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

Tax.md

File metadata and controls

20 lines (14 loc) · 378 Bytes

WorldnetPayments::Tax

Properties

Name Type Description Notes
name String Tax Name.
rate Float The ratio expressed as a percentage at which a transaction is taxed.

Example

require 'worldnet_payments'

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