Class: Fortnox::API::Mapper::EmailInformation

Inherits:
Base
  • Object
show all
Defined in:
lib/fortnox/api/mappers/email_information.rb

Constant Summary collapse

KEY_MAP =
{
  email_address_bcc: 'EmailAddressBCC',
  email_address_cc: 'EmailAddressCC'
}.freeze
JSON_ENTITY_WRAPPER =
JSON_COLLECTION_WRAPPER = 'EmailInformation'

Method Summary

Methods inherited from Base

#diff

Methods included from CanonicalNameSym

#canonical_name_sym

Methods included from ToJSON

#entity_to_hash, included, #wrap_entity_json_hash

Methods included from FromJSON

#wrapped_json_collection_to_entities_hash, #wrapped_json_hash_to_entity_hash