PrimaryConnectClient::VisitGuarantorEmployer
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
phone_numbers | Array<PhoneNumber> | [optional] | |
address | Address | [optional] |
Example
require 'primary_connect_client'
instance = PrimaryConnectClient::VisitGuarantorEmployer.new(
name: ABC Inc.,
phone_numbers: null,
address: null
)