Class: Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::RetryPayment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::RetryPayment
show all
- Defined in:
- lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb,
sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs
Defined Under Namespace
Modules: ActionType, Outcome
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(amount_attempted:, currency:, failure_reason:, outcome:, payment_provider:, payment_provider_transaction_id:, payment_transaction_record_id:, action_type: nil) ⇒ Object
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 287
|
Instance Attribute Details
#action_type ⇒ Symbol, ...
284
285
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 284
optional :action_type,
enum: -> { Orb::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::RetryPayment::ActionType }
|
#amount_attempted ⇒ String?
248
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 248
required :amount_attempted, String, nil?: true
|
#currency ⇒ String?
253
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 253
required :currency, String, nil?: true
|
#failure_reason ⇒ String?
258
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 258
required :failure_reason, String, nil?: true
|
263
264
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 263
required :outcome,
enum: -> { Orb::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::RetryPayment::Outcome }
|
#payment_provider ⇒ String?
269
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 269
required :payment_provider, String, nil?: true
|
#payment_provider_transaction_id ⇒ String?
274
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 274
required :payment_provider_transaction_id, String, nil?: true
|
#payment_transaction_record_id ⇒ String?
279
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 279
required :payment_transaction_record_id, String, nil?: true
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 305
|
Instance Method Details
#to_hash ⇒ {
264
|
# File 'sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs', line 264
def to_hash: -> {
|