Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

File metadata and controls

20 lines (14 loc) · 484 Bytes

UltracartClient::ItemEmailNotifications

Properties

Name Type Description Notes
skip_receipt Boolean Skip receipt email to customer [optional]
skip_shipment_notification Boolean Skip shipment notification to customer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ItemEmailNotifications.new(
  skip_receipt: null,
  skip_shipment_notification: null
)