Class: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Merchant

Inherits:
Merchant show all
Defined in:
lib/lithic/models/card_authorization_approval_request_webhook_event.rb

Overview

See Also:

Instance Attribute Summary collapse

Attributes inherited from Merchant

#acceptor_id, #acquiring_institution_id, #city, #country, #descriptor, #mcc, #state

Method Summary

Methods inherited from Merchant

#initialize

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from Lithic::Models::Merchant

Instance Attribute Details

#phone_numberString?

Phone number of card acceptor.

Returns:

  • (String, nil)


618
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 618

required :phone_number, String, nil?: true

#postal_codeString?

Postal code of card acceptor.

Returns:

  • (String, nil)


624
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 624

required :postal_code, String, nil?: true

#street_addressString?

Street address of card acceptor.

Returns:

  • (String, nil)


630
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 630

required :street_address, String, nil?: true