Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 490 Bytes

CreateZoneParamsZone.md

File metadata and controls

24 lines (18 loc) · 490 Bytes

SpreeClient::CreateZoneParamsZone

Properties

Name Type Description Notes
name String
description String [optional]
default_tax Boolean [optional]
kind String [optional]

Example

require 'spree_client'

instance = SpreeClient::CreateZoneParamsZone.new(
  name: EU,
  description: All countries in the EU,
  default_tax: null,
  kind: state
)