Sha256: 968f9a1fa2395858c2a16fa6a7b20b2755f5bc105be927b9b6c8c1af618b5bb9
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/BillingAddressPhone.md |
first_data_gateway-1.3.0 | docs/BillingAddressPhone.md |