Class: Lithic::Models::Transaction::Merchant
- Inherits:
-
Merchant
- Object
- Internal::Type::BaseModel
- Merchant
- Lithic::Models::Transaction::Merchant
- Defined in:
- lib/lithic/models/transaction.rb,
sig/lithic/models/transaction.rbs
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
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
277 |
# File 'sig/lithic/models/transaction.rbs', line 277
def initialize: (
|
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 |
Instance Method Details
#to_hash ⇒ {
283 |
# File 'sig/lithic/models/transaction.rbs', line 283
def to_hash: -> {
|