Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 580 Bytes

File metadata and controls

22 lines (16 loc) · 580 Bytes

UltracartClient::CartProfileLoginRequest

Properties

Name Type Description Notes
cart Cart [optional]
customer_profile_oid Integer Unique identifier for customer profile. Can not be used with browser key authentication type. [optional]
password String Password for the profile [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CartProfileLoginRequest.new(
  cart: null,
  customer_profile_oid: null,
  password: null
)