Class: OpenApiSDK::Shared::UnifiedAccountingAddressOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedAccountingAddressOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedaccountingaddressoutput.rb
Instance Method Summary collapse
-
#initialize(city: nil, company_info_id: nil, contact_id: nil, country: nil, country_subdivision: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, state: nil, street_1: nil, street_2: nil, type: nil, zip: nil) ⇒ UnifiedAccountingAddressOutput
constructor
A new instance of UnifiedAccountingAddressOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(city: nil, company_info_id: nil, contact_id: nil, country: nil, country_subdivision: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, state: nil, street_1: nil, street_2: nil, type: nil, zip: nil) ⇒ UnifiedAccountingAddressOutput
Returns a new instance of UnifiedAccountingAddressOutput.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/open_api_sdk/models/shared/unifiedaccountingaddressoutput.rb', line 49 def initialize(city: nil, company_info_id: nil, contact_id: nil, country: nil, country_subdivision: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, state: nil, street_1: nil, street_2: nil, type: nil, zip: nil) @city = city @company_info_id = company_info_id @contact_id = contact_id @country = country @country_subdivision = country_subdivision @created_at = created_at @field_mappings = field_mappings @id = id @modified_at = modified_at @remote_data = remote_data @remote_id = remote_id @state = state @street_1 = street_1 @street_2 = street_2 @type = type @zip = zip end |