Sha256: f02e85ecee1dec3ac5196387456adccc02bc501e95a03a459d2bdc314d7ed43b
Contents?: true
Size: 623 Bytes
Versions: 2
Compression:
Stored size: 623 Bytes
Contents
# HelloextendApiClient::InvoicePayee ## 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::InvoicePayee.new(name: Extend, Inc, address: null, email: billing@helloextend.com, phone: 555-555-5555) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/InvoicePayee.md |
helloextend_api_client-1.0.2 | docs/InvoicePayee.md |