Sha256: 3f50878ccacc11e7c36ace26c730db3aadd0f4fadf3bb1aec55f4becea5c507c
Contents?: true
Size: 530 Bytes
Versions: 5
Compression:
Stored size: 530 Bytes
Contents
# 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] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::Company.new(name: ABC Group Plc, tax_id: 123123123, operating_name: ABC Co) ```
Version data entries
5 entries across 5 versions & 1 rubygems