# HelloextendApiClient::InvoicePayer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | [optional] **address** | [**Address**](Address.md) | | [optional] **email** | **String** | | [optional] **phone** | **String** | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::InvoicePayer.new(name: ABC Televisions, address: null, email: sales@abctelevisions.com, phone: 555-555-5555) ```