Sha256: f4135082ce941c6ece8200e2a93b031da9b1c0a3b3bb0f649d382bc67de4caac
Contents?: true
Size: 999 Bytes
Versions: 2
Compression:
Stored size: 999 Bytes
Contents
# HelloextendApiClient::Customer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone** | **String** | | [optional] **email** | **String** | While you can create a contract without passing an email address, we <b>strongly</b> recommend that you require and include the customer’s email address for every transaction including an extended warranty purchase. Extend needs to be able to email the customer their warranty contract information and terms, and to be able to communicate with the customer throughout the life of the protection plan. | **name** | **String** | | **address** | [**Address**](Address.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Customer.new(phone: 123-456-7890, email: BobRoss@gmail.com, name: Bob Ross, address: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/Customer.md |
helloextend_api_client-1.0.2 | docs/Customer.md |