Class: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Merchant
- Inherits:
-
Merchant
- Object
- Internal::Type::BaseModel
- Merchant
- Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Merchant
- Defined in:
- lib/lithic/models/card_authorization_approval_request_webhook_event.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.
618 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 618 required :phone_number, String, nil?: true |
#postal_code ⇒ String?
Postal code of card acceptor.
624 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 624 required :postal_code, String, nil?: true |
#street_address ⇒ String?
Street address of card acceptor.
630 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 630 required :street_address, String, nil?: true |