Class: Lithic::Models::Transaction::Merchant
- Inherits:
-
Merchant
- Object
- Internal::Type::BaseModel
- Merchant
- Lithic::Models::Transaction::Merchant
- Defined in:
- lib/lithic/models/transaction.rb
Overview
Instance Attribute Summary collapse
-
#phone_number ⇒ String?
Phone number of card acceptor.
-
#postal_code ⇒ String?
Postal code of card acceptor.
-
#street_address ⇒ String?
Street address of card acceptor.
Attributes inherited from Merchant
#acceptor_id, #acquiring_institution_id, #city, #country, #descriptor, #mcc, #state
Method Summary
Methods inherited from Merchant
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_number ⇒ String?
Phone number of card acceptor.
405 |
# File 'lib/lithic/models/transaction.rb', line 405 required :phone_number, String, nil?: true |
#postal_code ⇒ String?
Postal code of card acceptor.
411 |
# File 'lib/lithic/models/transaction.rb', line 411 required :postal_code, String, nil?: true |
#street_address ⇒ String?
Street address of card acceptor.
417 |
# File 'lib/lithic/models/transaction.rb', line 417 required :street_address, String, nil?: true |