Sha256: 01485f0e08d7d9454bc535ab91be3c09ac4bf139c83bd1bfb0f679aac548f28f
Contents?: true
Size: 442 Bytes
Versions: 2
Compression:
Stored size: 442 Bytes
Contents
# OpenapiClient::CustomerAddressPhone ## 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::CustomerAddressPhone.new(type: mobile, number: 212-515-1212) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/CustomerAddressPhone.md |
first_data_gateway-1.3.0 | docs/CustomerAddressPhone.md |