Class: DeliveryFivePostClient::Models::API::V1::Partners::WarehouseUpdateParams::Contacts

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/delivery_five_post_client/models/api/v1/partners/warehouse_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(email: nil, phone: nil) ⇒ Object

Some parameter documentations has been truncated, see DeliveryFivePostClient::Models::API::V1::Partners::WarehouseUpdateParams::Contacts for more details.

Обновление контактов / Contacts update

Parameters:

  • email (String) (defaults to: nil) —

    Email адрес / Email address

  • phone (String) (defaults to: nil) —

    Номер телефона в международном формате (+79001234567) / Phone number in internat



# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_update_params.rb', line 115

Instance Attribute Details

#email ⇒ String?

Email адрес / Email address

Returns:

  • (String, nil)


106
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_update_params.rb', line 106

optional :email, String

#phone ⇒ String?

Номер телефона в международном формате (+79001234567) / Phone number in international format (+79001234567)

Returns:

  • (String, nil)


113
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_update_params.rb', line 113

optional :phone, String