Sha256: f12c657642197566a8e0f1762dfe40bda520d287c28266f90bdc9a168ebd81d1
Contents?: true
Size: 594 Bytes
Versions: 5
Compression:
Stored size: 594 Bytes
Contents
# VeloPayments::CompanyV1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | **tax_id** | **String** | Company Tax Id (EIN) must be 9 numeric characters. Must match the regular expression ```[\\d]{9}```. | [optional] **operating_name** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CompanyV1.new(name: ABC Ltd, tax_id: 123, operating_name: ABC) ```
Version data entries
5 entries across 5 versions & 1 rubygems