Sha256: a796c5ef6fc5732ae91a50442f450ed7be715ea81bec116d0a5d7e1e44137ae4
Contents?: true
Size: 452 Bytes
Versions: 194
Compression:
Stored size: 452 Bytes
Contents
# UltracartClient::CustomerMergeRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_profile_oid** | **Integer** | Customer profile oid to merge | [optional] | | **email** | **String** | Email of the customer profile to merge | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerMergeRequest.new( customer_profile_oid: null, email: null ) ```
Version data entries
194 entries across 194 versions & 1 rubygems