docs/BillingAddressPhone.md in first_data_gateway-1.2.0 vs docs/BillingAddressPhone.md in first_data_gateway-1.3.0

- old
+ new

@@ -1,9 +1,19 @@ # OpenapiClient::BillingAddressPhone ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Type of phone. | [optional] **number** | **String** | Free-form phone number. | [optional] + +## Code Sample + +```ruby +require 'OpenapiClient' + +instance = OpenapiClient::BillingAddressPhone.new(type: mobile, + number: 212-515-1212) +```