Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

UpdateShipmentParams.md

File metadata and controls

18 lines (12 loc) · 350 Bytes

SpreeClient::UpdateShipmentParams

Properties

Name Type Description Notes
shipment UpdateShipmentParamsShipment [optional]

Example

require 'spree_client'

instance = SpreeClient::UpdateShipmentParams.new(
  shipment: null
)