Class: Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#disbursement_id ⇒ String?
readonly
Returns the value of attribute disbursement_id.
-
#funds_transfers_type ⇒ String?
readonly
Returns the value of attribute funds_transfers_type.
-
#payment_disbursement_type ⇒ String?
readonly
Returns the value of attribute payment_disbursement_type.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#status ⇒ String?
readonly
Returns the value of attribute status.
-
#transfer_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute transfer_amount.
-
#transfer_id ⇒ String?
readonly
Returns the value of attribute transfer_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
Instance Method Summary collapse
-
#members ⇒ [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
-
#to_h ⇒ { disbursement_id: String?, funds_transfers_type: String?, payment_disbursement_type: String?, posted_date: String?, status: String?, transfer_amount: Peddler::Money?, transfer_id: String? }
Instance Attribute Details
#disbursement_id ⇒ String? (readonly)
Returns the value of attribute disbursement_id.
388 389 390 |
# File 'sig/peddler/apis/finances_v0.rbs', line 388 def disbursement_id @disbursement_id end |
#funds_transfers_type ⇒ String? (readonly)
Returns the value of attribute funds_transfers_type.
389 390 391 |
# File 'sig/peddler/apis/finances_v0.rbs', line 389 def funds_transfers_type @funds_transfers_type end |
#payment_disbursement_type ⇒ String? (readonly)
Returns the value of attribute payment_disbursement_type.
390 391 392 |
# File 'sig/peddler/apis/finances_v0.rbs', line 390 def payment_disbursement_type @payment_disbursement_type end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
391 392 393 |
# File 'sig/peddler/apis/finances_v0.rbs', line 391 def posted_date @posted_date end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
392 393 394 |
# File 'sig/peddler/apis/finances_v0.rbs', line 392 def status @status end |
#transfer_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute transfer_amount.
393 394 395 |
# File 'sig/peddler/apis/finances_v0.rbs', line 393 def transfer_amount @transfer_amount end |
#transfer_id ⇒ String? (readonly)
Returns the value of attribute transfer_id.
394 395 396 |
# File 'sig/peddler/apis/finances_v0.rbs', line 394 def transfer_id @transfer_id end |
Class Method Details
.[](disbursement_id:, funds_transfers_type:, payment_disbursement_type:, posted_date:, status:, transfer_amount:, transfer_id:) ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
381 382 |
# File 'sig/peddler/apis/finances_v0.rbs', line 381
def self.[]: (?disbursement_id: String?, ?funds_transfers_type: String?, ?payment_disbursement_type: String?, ?posted_date: String?, ?status: String?, ?transfer_amount: Peddler::Money?, ?transfer_id: String?) -> Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
| (String?, String?, String?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
|
.members ⇒ [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
384 |
# File 'sig/peddler/apis/finances_v0.rbs', line 384
def self.members: () -> [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
|
.new(disbursement_id:, funds_transfers_type:, payment_disbursement_type:, posted_date:, status:, transfer_amount:, transfer_id:) ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
379 380 |
# File 'sig/peddler/apis/finances_v0.rbs', line 379
def self.new: (?disbursement_id: String?, ?funds_transfers_type: String?, ?payment_disbursement_type: String?, ?posted_date: String?, ?status: String?, ?transfer_amount: Peddler::Money?, ?transfer_id: String?) -> Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
| (String?, String?, String?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
386 |
# File 'sig/peddler/apis/finances_v0.rbs', line 386
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::FailedAdhocDisbursementEvent
|
Instance Method Details
#members ⇒ [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
396 |
# File 'sig/peddler/apis/finances_v0.rbs', line 396
def members: () -> [ :disbursement_id, :funds_transfers_type, :payment_disbursement_type, :posted_date, :status, :transfer_amount, :transfer_id ]
|
#to_h ⇒ { disbursement_id: String?, funds_transfers_type: String?, payment_disbursement_type: String?, posted_date: String?, status: String?, transfer_amount: Peddler::Money?, transfer_id: String? }
397 |
# File 'sig/peddler/apis/finances_v0.rbs', line 397
def to_h: () -> { disbursement_id: String?, funds_transfers_type: String?, payment_disbursement_type: String?, posted_date: String?, status: String?, transfer_amount: Peddler::Money?, transfer_id: String? }
|