Sha256: adfe693e32bd4c1dd3bef9e3ac7c41f230a41b46e743092147ad9fef0374944e
Contents?: true
Size: 532 Bytes
Versions: 5
Compression:
Stored size: 532 Bytes
Contents
# VeloPayments::Company2 ## 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::Company2.new(name: ABC Group Plc, tax_id: 123123123, operating_name: ABC Co) ```
Version data entries
5 entries across 5 versions & 1 rubygems