Sha256: a56b3ee872b55097d56dd1a73c65682b955ec6d313a4195854488279fb23b6ee
Contents?: true
Size: 628 Bytes
Versions: 2
Compression:
Stored size: 628 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/InvoicePayer.md |
helloextend_api_client-1.0.2 | docs/InvoicePayer.md |