Class: HighLevel::Models::Store::CreateStoreSettingDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/create_store_setting_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/store/create_store_setting_dto.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/store/create_store_setting_dto.rb', line 9

def alt_type
  @alt_type
end

#shipping_originObject (readonly)

Returns the value of attribute shipping_origin

Returns:

  • (Object)

    the current value of shipping_origin



9
10
11
# File 'lib/high_level/models/store/create_store_setting_dto.rb', line 9

def shipping_origin
  @shipping_origin
end

#store_order_fulfillment_notificationObject (readonly)

Returns the value of attribute store_order_fulfillment_notification

Returns:

  • (Object)

    the current value of store_order_fulfillment_notification



9
10
11
# File 'lib/high_level/models/store/create_store_setting_dto.rb', line 9

def store_order_fulfillment_notification
  @store_order_fulfillment_notification
end

#store_order_notificationObject (readonly)

Returns the value of attribute store_order_notification

Returns:

  • (Object)

    the current value of store_order_notification



9
10
11
# File 'lib/high_level/models/store/create_store_setting_dto.rb', line 9

def store_order_notification
  @store_order_notification
end