Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

File metadata and controls

18 lines (12 loc) · 356 Bytes

UltracartClient::CheckoutAllowedCountriesResponse

Properties

Name Type Description Notes
countries Array<Country> [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CheckoutAllowedCountriesResponse.new(
  countries: null
)