Sha256: 57a691fbb787e33eb6747d063a86c11c92fde0b446ae44a4975ec1f29023b6a9

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

# VeloPayments::CompanyV4

## 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

```ruby
require 'velopayments'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CompanyV4.md
velopayments-2.35.58 docs/CompanyV4.md
velopayments-2.35.58.beta1 docs/CompanyV4.md