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

Version Path
velopayments-2.23.78.beta1 docs/CompanyV1.md
velopayments-2.20.119 docs/CompanyV1.md
velopayments-2.20.29.beta1 docs/CompanyV1.md
velopayments-2.19.116 docs/CompanyV1.md
velopayments-2.19.40.beta1 docs/CompanyV1.md