Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 374 Bytes

File metadata and controls

18 lines (12 loc) · 374 Bytes

UltracartClient::CheckoutStateProvinceResponse

Properties

Name Type Description Notes
state_provinces Array<StateProvince> [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CheckoutStateProvinceResponse.new(
  state_provinces: null
)