| Name | Type | Description | Notes |
|---|---|---|---|
| customer_profile_oid | Integer | Customer profile oid to merge | [optional] |
| String | Email of the customer profile to merge | [optional] |
require 'ultracart_api'
instance = UltracartClient::CustomerMergeRequest.new(
customer_profile_oid: null,
email: null
)