Class: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts
- Defined in:
- lib/lithic/models/card_authorization_approval_request_webhook_event.rb
Overview
Defined Under Namespace
Classes: Cardholder, Hold, Merchant, Settlement
Instance Attribute Summary collapse
- #cardholder ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder
- #hold ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?
- #merchant ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant
- #settlement ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
Instance Method Summary collapse
- #initialize(amount:, currency:) ⇒ Object constructor
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(amount:, currency:) ⇒ Object
|
|
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 336
|
Instance Attribute Details
#cardholder ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder
317 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 317 required :cardholder, -> { Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder } |
#hold ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?
322 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 322 required :hold, -> { Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold }, nil?: true |
#merchant ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant
327 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 327 required :merchant, -> { Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant } |
#settlement ⇒ Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
332 333 334 |
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 332 required :settlement, -> { Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement }, nil?: true |