Class: OpenApiSDK::Shared::UnifiedEcommerceCustomerOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedEcommerceCustomerOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedecommercecustomeroutput.rb
Instance Method Summary collapse
-
#initialize(addresses: nil, created_at: nil, email: nil, field_mappings: nil, first_name: nil, id: nil, last_name: nil, modified_at: nil, phone_number: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedEcommerceCustomerOutput
constructor
A new instance of UnifiedEcommerceCustomerOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(addresses: nil, created_at: nil, email: nil, field_mappings: nil, first_name: nil, id: nil, last_name: nil, modified_at: nil, phone_number: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedEcommerceCustomerOutput
Returns a new instance of UnifiedEcommerceCustomerOutput.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/open_api_sdk/models/shared/unifiedecommercecustomeroutput.rb', line 39 def initialize(addresses: nil, created_at: nil, email: nil, field_mappings: nil, first_name: nil, id: nil, last_name: nil, modified_at: nil, phone_number: nil, remote_data: nil, remote_id: nil) @addresses = addresses @created_at = created_at @email = email @field_mappings = field_mappings @first_name = first_name @id = id @last_name = last_name @modified_at = modified_at @phone_number = phone_number @remote_data = remote_data @remote_id = remote_id end |