Class: Increase::Models::Transaction::Source::InboundWireTransfer
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Transaction::Source::InboundWireTransfer
- Defined in:
- lib/increase/models/transaction.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount in USD cents.
-
#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.
-
#transfer_id ⇒ String
The ID of the Inbound Wire Transfer object that resulted in this Transaction.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#amount ⇒ Integer
The amount in USD cents.
5422 |
# File 'lib/increase/models/transaction.rb', line 5422 required :amount, Integer |
#beneficiary_address_line1 ⇒ String?
A free-form address field set by the sender.
5428 |
# File 'lib/increase/models/transaction.rb', line 5428 required :beneficiary_address_line1, String, nil?: true |
#beneficiary_address_line2 ⇒ String?
A free-form address field set by the sender.
5434 |
# File 'lib/increase/models/transaction.rb', line 5434 required :beneficiary_address_line2, String, nil?: true |
#beneficiary_address_line3 ⇒ String?
A free-form address field set by the sender.
5440 |
# File 'lib/increase/models/transaction.rb', line 5440 required :beneficiary_address_line3, String, nil?: true |
#beneficiary_name ⇒ String?
A name set by the sender.
5446 |
# File 'lib/increase/models/transaction.rb', line 5446 required :beneficiary_name, String, nil?: true |
#beneficiary_reference ⇒ String?
A free-form reference string set by the sender, to help identify the transfer.
5452 |
# File 'lib/increase/models/transaction.rb', line 5452 required :beneficiary_reference, String, nil?: true |
#description ⇒ String
An Increase-constructed description of the transfer.
5458 |
# File 'lib/increase/models/transaction.rb', line 5458 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 originating bank.
5466 |
# File 'lib/increase/models/transaction.rb', line 5466 required :input_message_accountability_data, String, nil?: true |
#originator_address_line1 ⇒ String?
The address of the wire originator, set by the sending bank.
5472 |
# File 'lib/increase/models/transaction.rb', line 5472 required :originator_address_line1, String, nil?: true |
#originator_address_line2 ⇒ String?
The address of the wire originator, set by the sending bank.
5478 |
# File 'lib/increase/models/transaction.rb', line 5478 required :originator_address_line2, String, nil?: true |
#originator_address_line3 ⇒ String?
The address of the wire originator, set by the sending bank.
5484 |
# File 'lib/increase/models/transaction.rb', line 5484 required :originator_address_line3, String, nil?: true |
#originator_name ⇒ String?
The originator of the wire, set by the sending bank.
5490 |
# File 'lib/increase/models/transaction.rb', line 5490 required :originator_name, String, nil?: true |
#originator_routing_number ⇒ String?
The American Banking Association (ABA) routing number of the bank originating the transfer.
5497 |
# File 'lib/increase/models/transaction.rb', line 5497 required :originator_routing_number, String, nil?: true |
#originator_to_beneficiary_information ⇒ String?
An Increase-created concatenation of the Originator-to-Beneficiary lines.
5503 |
# File 'lib/increase/models/transaction.rb', line 5503 required :originator_to_beneficiary_information, String, nil?: true |
#originator_to_beneficiary_information_line1 ⇒ String?
A free-form message set by the wire originator.
5509 |
# File 'lib/increase/models/transaction.rb', line 5509 required :originator_to_beneficiary_information_line1, String, nil?: true |
#originator_to_beneficiary_information_line2 ⇒ String?
A free-form message set by the wire originator.
5515 |
# File 'lib/increase/models/transaction.rb', line 5515 required :originator_to_beneficiary_information_line2, String, nil?: true |
#originator_to_beneficiary_information_line3 ⇒ String?
A free-form message set by the wire originator.
5521 |
# File 'lib/increase/models/transaction.rb', line 5521 required :originator_to_beneficiary_information_line3, String, nil?: true |
#originator_to_beneficiary_information_line4 ⇒ String?
A free-form message set by the wire originator.
5527 |
# File 'lib/increase/models/transaction.rb', line 5527 required :originator_to_beneficiary_information_line4, String, nil?: true |
#transfer_id ⇒ String
The ID of the Inbound Wire Transfer object that resulted in this Transaction.
5533 |
# File 'lib/increase/models/transaction.rb', line 5533 required :transfer_id, String |