docs/CompanyV1.md in velopayments-2.18.113 vs docs/CompanyV1.md in velopayments-2.19.40.beta1
- old
+ new
@@ -11,11 +11,11 @@
## Code Sample
```ruby
require 'VeloPayments'
-instance = VeloPayments::CompanyV1.new(name: null,
- tax_id: null,
- operating_name: null)
+instance = VeloPayments::CompanyV1.new(name: ABC Ltd,
+ tax_id: 123,
+ operating_name: ABC)
```