Class: Increase::Models::DeclinedTransaction::Source::WireDecline
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::DeclinedTransaction::Source::WireDecline
- Defined in:
- lib/increase/models/declined_transaction.rb
Instance Attribute Summary collapse
-
#inbound_wire_transfer_id ⇒ String
The identifier of the Inbound Wire Transfer that was declined.
-
#reason ⇒ Symbol
Why the wire transfer was declined.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#inbound_wire_transfer_id ⇒ String
The identifier of the Inbound Wire Transfer that was declined.
603 |
# File 'lib/increase/models/declined_transaction.rb', line 603 required :inbound_wire_transfer_id, String |
#reason ⇒ Symbol
Why the wire transfer was declined.
608 609 610 611 612 613 614 615 616 |
# File 'lib/increase/models/declined_transaction.rb', line 608 required :reason, Increase::Enum.new( :account_number_canceled, :account_number_disabled, :entity_not_active, :group_locked, :no_account_number, :transaction_not_allowed ) |