Class: Increase::Models::PendingTransaction::Source::CheckDepositInstruction

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

#amountInteger

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

Returns:

  • (Integer)


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

required :amount, Integer

#back_image_file_idString

The identifier of the File containing the image of the back of the check that was deposited.

Returns:

  • (String)


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

required :back_image_file_id, String

#check_deposit_idString

The identifier of the Check Deposit.

Returns:

  • (String)


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

required :check_deposit_id, String

#currencySymbol

The ISO 4217 code for the transaction's currency.

Returns:

  • (Symbol)


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

required :currency, Increase::Enum.new(:CAD, :CHF, :EUR, :GBP, :JPY, :USD)

#front_image_file_idString

The identifier of the File containing the image of the front of the check that was deposited.

Returns:

  • (String)


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

required :front_image_file_id, String