Class: Peddler::APIs::FinancesV0::FinancialEventGroup
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::FinancialEventGroup
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#account_tail ⇒ String?
readonly
Returns the value of attribute account_tail.
-
#beginning_balance ⇒ Peddler::Money?
readonly
Returns the value of attribute beginning_balance.
-
#converted_total ⇒ Peddler::Money?
readonly
Returns the value of attribute converted_total.
-
#financial_event_group_end ⇒ String?
readonly
Returns the value of attribute financial_event_group_end.
-
#financial_event_group_id ⇒ String?
readonly
Returns the value of attribute financial_event_group_id.
-
#financial_event_group_start ⇒ String?
readonly
Returns the value of attribute financial_event_group_start.
-
#fund_transfer_date ⇒ String?
readonly
Returns the value of attribute fund_transfer_date.
-
#fund_transfer_status ⇒ String?
readonly
Returns the value of attribute fund_transfer_status.
-
#original_total ⇒ Peddler::Money?
readonly
Returns the value of attribute original_total.
-
#processing_status ⇒ String?
readonly
Returns the value of attribute processing_status.
-
#trace_id ⇒ String?
readonly
Returns the value of attribute trace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup
Instance Method Summary collapse
-
#members ⇒ [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
-
#to_h ⇒ { account_tail: String?, beginning_balance: Peddler::Money?, converted_total: Peddler::Money?, financial_event_group_end: String?, financial_event_group_id: String?, financial_event_group_start: String?, fund_transfer_date: String?, fund_transfer_status: String?, original_total: Peddler::Money?, processing_status: String?, trace_id: String? }
Instance Attribute Details
#account_tail ⇒ String? (readonly)
Returns the value of attribute account_tail.
435 436 437 |
# File 'sig/peddler/apis/finances_v0.rbs', line 435 def account_tail @account_tail end |
#beginning_balance ⇒ Peddler::Money? (readonly)
Returns the value of attribute beginning_balance.
436 437 438 |
# File 'sig/peddler/apis/finances_v0.rbs', line 436 def beginning_balance @beginning_balance end |
#converted_total ⇒ Peddler::Money? (readonly)
Returns the value of attribute converted_total.
437 438 439 |
# File 'sig/peddler/apis/finances_v0.rbs', line 437 def converted_total @converted_total end |
#financial_event_group_end ⇒ String? (readonly)
Returns the value of attribute financial_event_group_end.
438 439 440 |
# File 'sig/peddler/apis/finances_v0.rbs', line 438 def financial_event_group_end @financial_event_group_end end |
#financial_event_group_id ⇒ String? (readonly)
Returns the value of attribute financial_event_group_id.
439 440 441 |
# File 'sig/peddler/apis/finances_v0.rbs', line 439 def financial_event_group_id @financial_event_group_id end |
#financial_event_group_start ⇒ String? (readonly)
Returns the value of attribute financial_event_group_start.
440 441 442 |
# File 'sig/peddler/apis/finances_v0.rbs', line 440 def financial_event_group_start @financial_event_group_start end |
#fund_transfer_date ⇒ String? (readonly)
Returns the value of attribute fund_transfer_date.
441 442 443 |
# File 'sig/peddler/apis/finances_v0.rbs', line 441 def fund_transfer_date @fund_transfer_date end |
#fund_transfer_status ⇒ String? (readonly)
Returns the value of attribute fund_transfer_status.
442 443 444 |
# File 'sig/peddler/apis/finances_v0.rbs', line 442 def fund_transfer_status @fund_transfer_status end |
#original_total ⇒ Peddler::Money? (readonly)
Returns the value of attribute original_total.
443 444 445 |
# File 'sig/peddler/apis/finances_v0.rbs', line 443 def original_total @original_total end |
#processing_status ⇒ String? (readonly)
Returns the value of attribute processing_status.
444 445 446 |
# File 'sig/peddler/apis/finances_v0.rbs', line 444 def processing_status @processing_status end |
#trace_id ⇒ String? (readonly)
Returns the value of attribute trace_id.
445 446 447 |
# File 'sig/peddler/apis/finances_v0.rbs', line 445 def trace_id @trace_id end |
Class Method Details
.[](account_tail:, beginning_balance:, converted_total:, financial_event_group_end:, financial_event_group_id:, financial_event_group_start:, fund_transfer_date:, fund_transfer_status:, original_total:, processing_status:, trace_id:) ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup
428 429 |
# File 'sig/peddler/apis/finances_v0.rbs', line 428
def self.[]: (?account_tail: String?, ?beginning_balance: Peddler::Money?, ?converted_total: Peddler::Money?, ?financial_event_group_end: String?, ?financial_event_group_id: String?, ?financial_event_group_start: String?, ?fund_transfer_date: String?, ?fund_transfer_status: String?, ?original_total: Peddler::Money?, ?processing_status: String?, ?trace_id: String?) -> Peddler::APIs::FinancesV0::FinancialEventGroup
| (String?, Peddler::Money?, Peddler::Money?, String?, String?, String?, String?, String?, Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::FinancialEventGroup
|
.members ⇒ [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
431 |
# File 'sig/peddler/apis/finances_v0.rbs', line 431
def self.members: () -> [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
|
.new(account_tail:, beginning_balance:, converted_total:, financial_event_group_end:, financial_event_group_id:, financial_event_group_start:, fund_transfer_date:, fund_transfer_status:, original_total:, processing_status:, trace_id:) ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup
426 427 |
# File 'sig/peddler/apis/finances_v0.rbs', line 426
def self.new: (?account_tail: String?, ?beginning_balance: Peddler::Money?, ?converted_total: Peddler::Money?, ?financial_event_group_end: String?, ?financial_event_group_id: String?, ?financial_event_group_start: String?, ?fund_transfer_date: String?, ?fund_transfer_status: String?, ?original_total: Peddler::Money?, ?processing_status: String?, ?trace_id: String?) -> Peddler::APIs::FinancesV0::FinancialEventGroup
| (String?, Peddler::Money?, Peddler::Money?, String?, String?, String?, String?, String?, Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::FinancialEventGroup
|
.parse ⇒ Peddler::APIs::FinancesV0::FinancialEventGroup
433 |
# File 'sig/peddler/apis/finances_v0.rbs', line 433
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::FinancialEventGroup
|
Instance Method Details
#members ⇒ [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
447 |
# File 'sig/peddler/apis/finances_v0.rbs', line 447
def members: () -> [ :account_tail, :beginning_balance, :converted_total, :financial_event_group_end, :financial_event_group_id, :financial_event_group_start, :fund_transfer_date, :fund_transfer_status, :original_total, :processing_status, :trace_id ]
|
#to_h ⇒ { account_tail: String?, beginning_balance: Peddler::Money?, converted_total: Peddler::Money?, financial_event_group_end: String?, financial_event_group_id: String?, financial_event_group_start: String?, fund_transfer_date: String?, fund_transfer_status: String?, original_total: Peddler::Money?, processing_status: String?, trace_id: String? }
448 |
# File 'sig/peddler/apis/finances_v0.rbs', line 448
def to_h: () -> { account_tail: String?, beginning_balance: Peddler::Money?, converted_total: Peddler::Money?, financial_event_group_end: String?, financial_event_group_id: String?, financial_event_group_start: String?, fund_transfer_date: String?, fund_transfer_status: String?, original_total: Peddler::Money?, processing_status: String?, trace_id: String? }
|