Class: Increase::Models::Transaction::Source::InboundWireDrawdownPayment
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::InboundWireDrawdownPayment
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount in the minor unit of the transaction's currency.
-
#beneficiary_address_line1 ⇒ String
A free-form address field set by the sender.
-
#beneficiary_address_line2 ⇒ String
A free-form address field set by the sender.
-
#beneficiary_address_line3 ⇒ String
A free-form address field set by the sender.
-
#beneficiary_name ⇒ String
A name set by the sender.
-
#beneficiary_reference ⇒ String
A free-form reference string set by the sender, to help identify the transfer.
-
#description ⇒ String
An Increase-constructed description of the transfer.
-
#input_message_accountability_data ⇒ String
A unique identifier available to the originating and receiving banks, commonly abbreviated as IMAD.
-
#originator_address_line1 ⇒ String
The address of the wire originator, set by the sending bank.
-
#originator_address_line2 ⇒ String
The address of the wire originator, set by the sending bank.
-
#originator_address_line3 ⇒ String
The address of the wire originator, set by the sending bank.
-
#originator_name ⇒ String
The originator of the wire, set by the sending bank.
-
#originator_routing_number ⇒ String
The American Banking Association (ABA) routing number of the bank originating the transfer.
-
#originator_to_beneficiary_information ⇒ String
An Increase-created concatenation of the Originator-to-Beneficiary lines.
-
#originator_to_beneficiary_information_line1 ⇒ String
A free-form message set by the wire originator.
-
#originator_to_beneficiary_information_line2 ⇒ String
A free-form message set by the wire originator.
-
#originator_to_beneficiary_information_line3 ⇒ String
A free-form message set by the wire originator.
-
#originator_to_beneficiary_information_line4 ⇒ String
A free-form message set by the wire originator.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#amount ⇒ Integer
The amount in the minor unit of the transaction's currency. For dollars, for example, this is cents.
1800 |
# File 'lib/increase/models/transaction.rb', line 1800 required :amount, Integer |
#beneficiary_address_line1 ⇒ String
A free-form address field set by the sender.
1805 |
# File 'lib/increase/models/transaction.rb', line 1805 required :beneficiary_address_line1, String |
#beneficiary_address_line2 ⇒ String
A free-form address field set by the sender.
1810 |
# File 'lib/increase/models/transaction.rb', line 1810 required :beneficiary_address_line2, String |
#beneficiary_address_line3 ⇒ String
A free-form address field set by the sender.
1815 |
# File 'lib/increase/models/transaction.rb', line 1815 required :beneficiary_address_line3, String |
#beneficiary_name ⇒ String
A name set by the sender.
1820 |
# File 'lib/increase/models/transaction.rb', line 1820 required :beneficiary_name, String |
#beneficiary_reference ⇒ String
A free-form reference string set by the sender, to help identify the transfer.
1825 |
# File 'lib/increase/models/transaction.rb', line 1825 required :beneficiary_reference, String |
#description ⇒ String
An Increase-constructed description of the transfer.
1830 |
# File 'lib/increase/models/transaction.rb', line 1830 required :description, String |
#input_message_accountability_data ⇒ String
A unique identifier available to the originating and receiving banks, commonly abbreviated as IMAD. It is created when the wire is submitted to the Fedwire service and is helpful when debugging wires with the receiving bank.
1835 |
# File 'lib/increase/models/transaction.rb', line 1835 required :input_message_accountability_data, String |
#originator_address_line1 ⇒ String
The address of the wire originator, set by the sending bank.
1840 |
# File 'lib/increase/models/transaction.rb', line 1840 required :originator_address_line1, String |
#originator_address_line2 ⇒ String
The address of the wire originator, set by the sending bank.
1845 |
# File 'lib/increase/models/transaction.rb', line 1845 required :originator_address_line2, String |
#originator_address_line3 ⇒ String
The address of the wire originator, set by the sending bank.
1850 |
# File 'lib/increase/models/transaction.rb', line 1850 required :originator_address_line3, String |
#originator_name ⇒ String
The originator of the wire, set by the sending bank.
1855 |
# File 'lib/increase/models/transaction.rb', line 1855 required :originator_name, String |
#originator_routing_number ⇒ String
The American Banking Association (ABA) routing number of the bank originating the transfer.
1860 |
# File 'lib/increase/models/transaction.rb', line 1860 required :originator_routing_number, String |
#originator_to_beneficiary_information ⇒ String
An Increase-created concatenation of the Originator-to-Beneficiary lines.
1865 |
# File 'lib/increase/models/transaction.rb', line 1865 required :originator_to_beneficiary_information, String |
#originator_to_beneficiary_information_line1 ⇒ String
A free-form message set by the wire originator.
1870 |
# File 'lib/increase/models/transaction.rb', line 1870 required :originator_to_beneficiary_information_line1, String |
#originator_to_beneficiary_information_line2 ⇒ String
A free-form message set by the wire originator.
1875 |
# File 'lib/increase/models/transaction.rb', line 1875 required :originator_to_beneficiary_information_line2, String |
#originator_to_beneficiary_information_line3 ⇒ String
A free-form message set by the wire originator.
1880 |
# File 'lib/increase/models/transaction.rb', line 1880 required :originator_to_beneficiary_information_line3, String |
#originator_to_beneficiary_information_line4 ⇒ String
A free-form message set by the wire originator.
1885 |
# File 'lib/increase/models/transaction.rb', line 1885 required :originator_to_beneficiary_information_line4, String |