Class: Increase::Models::PendingTransaction::Source::WireTransferInstruction

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/pending_transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#account_numberString

The account number for the destination account.

Returns:

  • (String)


533
# File 'lib/increase/models/pending_transaction.rb', line 533

required :account_number, String

#amountInteger

The pending amount in the minor unit of the transaction's currency. For dollars, for example, this is cents.

Returns:

  • (Integer)


538
# File 'lib/increase/models/pending_transaction.rb', line 538

required :amount, Integer

#message_to_recipientString

The message that will show on the recipient's bank statement.

Returns:

  • (String)


543
# File 'lib/increase/models/pending_transaction.rb', line 543

required :message_to_recipient, String

#routing_numberString

The American Bankers' Association (ABA) Routing Transit Number (RTN) for the destination account.

Returns:

  • (String)


548
# File 'lib/increase/models/pending_transaction.rb', line 548

required :routing_number, String

#transfer_idString

The identifier of the Wire Transfer that led to this Pending Transaction.

Returns:

  • (String)


553
# File 'lib/increase/models/pending_transaction.rb', line 553

required :transfer_id, String