Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 458 Bytes

Company.md

File metadata and controls

22 lines (16 loc) · 458 Bytes

VeloPayments::Company

Properties

Name Type Description Notes
name String
tax_id String Company Tax Id must be between 6 and 30 characters long [optional]
operating_name String [optional]

Example

require 'velopayments'

instance = VeloPayments::Company.new(
  name: ABC Group Plc,
  tax_id: 123123123,
  operating_name: ABC Co
)