Sha256: b449c4c605199c864ef60b136d69deca4138d2201e3580cb2d6c7bf7c5688acb
Contents?: true
Size: 580 Bytes
Versions: 203
Compression:
Stored size: 580 Bytes
Contents
# UltracartClient::CartProfileLoginRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cart** | [**Cart**](Cart.md) | | [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 ```ruby require 'ultracart_api' instance = UltracartClient::CartProfileLoginRequest.new( cart: null, customer_profile_oid: null, password: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems