Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 452 Bytes

File metadata and controls

20 lines (14 loc) · 452 Bytes

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

require 'ultracart_api'

instance = UltracartClient::CustomerMergeRequest.new(
  customer_profile_oid: null,
  email: null
)