Sha256: 180141f059db8edb618fe7bf855e2cb00f37752d4f66df2eef1037480d1f6614
Contents?: true
Size: 763 Bytes
Versions: 196
Compression:
Stored size: 763 Bytes
Contents
# UltracartClient::EmailCommseqWebhookSendTestRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cart_id** | **String** | | [optional] | | **cart_item_ids** | **Array<String>** | | [optional] | | **email** | **String** | | [optional] | | **esp_commseq_step_uuid** | **String** | | [optional] | | **esp_commseq_uuid** | **String** | | [optional] | | **name** | **String** | | [optional] | | **order_id** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailCommseqWebhookSendTestRequest.new( cart_id: null, cart_item_ids: null, email: null, esp_commseq_step_uuid: null, esp_commseq_uuid: null, name: null, order_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems