diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fc89ad7b..b90a705e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.37.1" + ".": "1.38.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6c8ed5eb7..18686e944 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5d00a1f3cc31adb9e28a09287bc20126f96e6cd866d60603c63ddcd92545b678.yml -openapi_spec_hash: 7ab8de7087209fcf49713651d997d5a2 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-dea7b54f0adc920e4d2bc337bab1133189114389cb1f124b2f9cccedcedf881c.yml +openapi_spec_hash: c1349e34f78bfe5ba28b946fe7bb15dd config_hash: b0b366d8c705ea0efe62093bae953e5a diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f557bf88..c21ba7290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.38.0 (2025-08-19) + +Full Changelog: [v1.37.1...v1.38.0](https://github.com/Increase/increase-ruby/compare/v1.37.1...v1.38.0) + +### Features + +* **api:** api update ([e013ac0](https://github.com/Increase/increase-ruby/commit/e013ac0b0862670e3cb4052dc5a4a14722beed4e)) + ## 1.37.1 (2025-08-19) Full Changelog: [v1.37.0...v1.37.1](https://github.com/Increase/increase-ruby/compare/v1.37.0...v1.37.1) diff --git a/Gemfile.lock b/Gemfile.lock index f7ccf72d5..384b34492 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.37.1) + increase (1.38.0) connection_pool GEM diff --git a/README.md b/README.md index 8be4f92a9..6f4133f77 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.37.1" +gem "increase", "~> 1.38.0" ``` diff --git a/lib/increase/models/inbound_wire_transfer.rb b/lib/increase/models/inbound_wire_transfer.rb index 36f922fad..8f83ae1a0 100644 --- a/lib/increase/models/inbound_wire_transfer.rb +++ b/lib/increase/models/inbound_wire_transfer.rb @@ -65,12 +65,66 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel # @return [Time] required :created_at, Time + # @!attribute creditor_address_line1 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :creditor_address_line1, String, nil?: true + + # @!attribute creditor_address_line2 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :creditor_address_line2, String, nil?: true + + # @!attribute creditor_address_line3 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :creditor_address_line3, String, nil?: true + + # @!attribute creditor_name + # A name set by the sender. + # + # @return [String, nil] + required :creditor_name, String, nil?: true + + # @!attribute debtor_address_line1 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :debtor_address_line1, String, nil?: true + + # @!attribute debtor_address_line2 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :debtor_address_line2, String, nil?: true + + # @!attribute debtor_address_line3 + # A free-form address field set by the sender. + # + # @return [String, nil] + required :debtor_address_line3, String, nil?: true + + # @!attribute debtor_name + # A name set by the sender. + # + # @return [String, nil] + required :debtor_name, String, nil?: true + # @!attribute description # An Increase-constructed description of the transfer. # # @return [String] required :description, String + # @!attribute end_to_end_identification + # A free-form reference string set by the sender, to help identify the transfer. + # + # @return [String, nil] + required :end_to_end_identification, String, nil?: true + # @!attribute input_message_accountability_data # 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 @@ -79,6 +133,19 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel # @return [String, nil] required :input_message_accountability_data, String, nil?: true + # @!attribute instructing_agent_routing_number + # The American Banking Association (ABA) routing number of the bank that sent the + # wire. + # + # @return [String, nil] + required :instructing_agent_routing_number, String, nil?: true + + # @!attribute instruction_identification + # The sending bank's identifier for the wire transfer. + # + # @return [String, nil] + required :instruction_identification, String, nil?: true + # @!attribute originator_address_line1 # The address of the wire originator, set by the sending bank. # @@ -166,13 +233,27 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::InboundWireTransfer::Type] required :type, enum: -> { Increase::InboundWireTransfer::Type } + # @!attribute unique_end_to_end_transaction_reference + # The Unique End-to-end Transaction Reference + # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) + # of the transfer. + # + # @return [String, nil] + required :unique_end_to_end_transaction_reference, String, nil?: true + + # @!attribute unstructured_remittance_information + # A free-form message set by the sender. + # + # @return [String, nil] + required :unstructured_remittance_information, String, nil?: true + # @!attribute wire_drawdown_request_id # The wire drawdown request the inbound wire transfer is fulfilling. # # @return [String, nil] required :wire_drawdown_request_id, String, nil?: true - # @!method initialize(id:, account_id:, account_number_id:, amount:, beneficiary_address_line1:, beneficiary_address_line2:, beneficiary_address_line3:, beneficiary_name:, beneficiary_reference:, created_at:, description:, input_message_accountability_data:, originator_address_line1:, originator_address_line2:, originator_address_line3:, originator_name:, originator_routing_number:, originator_to_beneficiary_information:, originator_to_beneficiary_information_line1:, originator_to_beneficiary_information_line2:, originator_to_beneficiary_information_line3:, originator_to_beneficiary_information_line4:, reversal:, sender_reference:, status:, type:, wire_drawdown_request_id:) + # @!method initialize(id:, account_id:, account_number_id:, amount:, beneficiary_address_line1:, beneficiary_address_line2:, beneficiary_address_line3:, beneficiary_name:, beneficiary_reference:, created_at:, creditor_address_line1:, creditor_address_line2:, creditor_address_line3:, creditor_name:, debtor_address_line1:, debtor_address_line2:, debtor_address_line3:, debtor_name:, description:, end_to_end_identification:, input_message_accountability_data:, instructing_agent_routing_number:, instruction_identification:, originator_address_line1:, originator_address_line2:, originator_address_line3:, originator_name:, originator_routing_number:, originator_to_beneficiary_information:, originator_to_beneficiary_information_line1:, originator_to_beneficiary_information_line2:, originator_to_beneficiary_information_line3:, originator_to_beneficiary_information_line4:, reversal:, sender_reference:, status:, type:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:, wire_drawdown_request_id:) # Some parameter documentations has been truncated, see # {Increase::Models::InboundWireTransfer} for more details. # @@ -199,10 +280,32 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel # # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th # + # @param creditor_address_line1 [String, nil] A free-form address field set by the sender. + # + # @param creditor_address_line2 [String, nil] A free-form address field set by the sender. + # + # @param creditor_address_line3 [String, nil] A free-form address field set by the sender. + # + # @param creditor_name [String, nil] A name set by the sender. + # + # @param debtor_address_line1 [String, nil] A free-form address field set by the sender. + # + # @param debtor_address_line2 [String, nil] A free-form address field set by the sender. + # + # @param debtor_address_line3 [String, nil] A free-form address field set by the sender. + # + # @param debtor_name [String, nil] A name set by the sender. + # # @param description [String] An Increase-constructed description of the transfer. # + # @param end_to_end_identification [String, nil] A free-form reference string set by the sender, to help identify the transfer. + # # @param input_message_accountability_data [String, nil] A unique identifier available to the originating and receiving banks, commonly a # + # @param instructing_agent_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank that sent the + # + # @param instruction_identification [String, nil] The sending bank's identifier for the wire transfer. + # # @param originator_address_line1 [String, nil] The address of the wire originator, set by the sending bank. # # @param originator_address_line2 [String, nil] The address of the wire originator, set by the sending bank. @@ -231,6 +334,10 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel # # @param type [Symbol, Increase::Models::InboundWireTransfer::Type] A constant representing the object's type. For this resource it will always be ` # + # @param unique_end_to_end_transaction_reference [String, nil] The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/paymen + # + # @param unstructured_remittance_information [String, nil] A free-form message set by the sender. + # # @param wire_drawdown_request_id [String, nil] The wire drawdown request the inbound wire transfer is fulfilling. # @see Increase::Models::InboundWireTransfer#reversal diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 440a12c87..cbc788de6 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.37.1" + VERSION = "1.38.0" end diff --git a/rbi/increase/models/inbound_wire_transfer.rbi b/rbi/increase/models/inbound_wire_transfer.rbi index 65efeea99..5d08d3598 100644 --- a/rbi/increase/models/inbound_wire_transfer.rbi +++ b/rbi/increase/models/inbound_wire_transfer.rbi @@ -49,16 +49,61 @@ module Increase sig { returns(Time) } attr_accessor :created_at + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :creditor_address_line1 + + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :creditor_address_line2 + + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :creditor_address_line3 + + # A name set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :creditor_name + + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_address_line1 + + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_address_line2 + + # A free-form address field set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_address_line3 + + # A name set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_name + # An Increase-constructed description of the transfer. sig { returns(String) } attr_accessor :description + # A free-form reference string set by the sender, to help identify the transfer. + sig { returns(T.nilable(String)) } + attr_accessor :end_to_end_identification + # 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. sig { returns(T.nilable(String)) } attr_accessor :input_message_accountability_data + # The American Banking Association (ABA) routing number of the bank that sent the + # wire. + sig { returns(T.nilable(String)) } + attr_accessor :instructing_agent_routing_number + + # The sending bank's identifier for the wire transfer. + sig { returns(T.nilable(String)) } + attr_accessor :instruction_identification + # The address of the wire originator, set by the sending bank. sig { returns(T.nilable(String)) } attr_accessor :originator_address_line1 @@ -125,6 +170,16 @@ module Increase sig { returns(Increase::InboundWireTransfer::Type::TaggedSymbol) } attr_accessor :type + # The Unique End-to-end Transaction Reference + # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) + # of the transfer. + sig { returns(T.nilable(String)) } + attr_accessor :unique_end_to_end_transaction_reference + + # A free-form message set by the sender. + sig { returns(T.nilable(String)) } + attr_accessor :unstructured_remittance_information + # The wire drawdown request the inbound wire transfer is fulfilling. sig { returns(T.nilable(String)) } attr_accessor :wire_drawdown_request_id @@ -143,8 +198,19 @@ module Increase beneficiary_name: T.nilable(String), beneficiary_reference: T.nilable(String), created_at: Time, + creditor_address_line1: T.nilable(String), + creditor_address_line2: T.nilable(String), + creditor_address_line3: T.nilable(String), + creditor_name: T.nilable(String), + debtor_address_line1: T.nilable(String), + debtor_address_line2: T.nilable(String), + debtor_address_line3: T.nilable(String), + debtor_name: T.nilable(String), description: String, + end_to_end_identification: T.nilable(String), input_message_accountability_data: T.nilable(String), + instructing_agent_routing_number: T.nilable(String), + instruction_identification: T.nilable(String), originator_address_line1: T.nilable(String), originator_address_line2: T.nilable(String), originator_address_line3: T.nilable(String), @@ -159,6 +225,8 @@ module Increase sender_reference: T.nilable(String), status: Increase::InboundWireTransfer::Status::OrSymbol, type: Increase::InboundWireTransfer::Type::OrSymbol, + unique_end_to_end_transaction_reference: T.nilable(String), + unstructured_remittance_information: T.nilable(String), wire_drawdown_request_id: T.nilable(String) ).returns(T.attached_class) end @@ -184,12 +252,35 @@ module Increase # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which # the inbound wire transfer was created. created_at:, + # A free-form address field set by the sender. + creditor_address_line1:, + # A free-form address field set by the sender. + creditor_address_line2:, + # A free-form address field set by the sender. + creditor_address_line3:, + # A name set by the sender. + creditor_name:, + # A free-form address field set by the sender. + debtor_address_line1:, + # A free-form address field set by the sender. + debtor_address_line2:, + # A free-form address field set by the sender. + debtor_address_line3:, + # A name set by the sender. + debtor_name:, # An Increase-constructed description of the transfer. description:, + # A free-form reference string set by the sender, to help identify the transfer. + end_to_end_identification:, # 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. input_message_accountability_data:, + # The American Banking Association (ABA) routing number of the bank that sent the + # wire. + instructing_agent_routing_number:, + # The sending bank's identifier for the wire transfer. + instruction_identification:, # The address of the wire originator, set by the sending bank. originator_address_line1:, # The address of the wire originator, set by the sending bank. @@ -221,6 +312,12 @@ module Increase # A constant representing the object's type. For this resource it will always be # `inbound_wire_transfer`. type:, + # The Unique End-to-end Transaction Reference + # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) + # of the transfer. + unique_end_to_end_transaction_reference:, + # A free-form message set by the sender. + unstructured_remittance_information:, # The wire drawdown request the inbound wire transfer is fulfilling. wire_drawdown_request_id: ) @@ -239,8 +336,19 @@ module Increase beneficiary_name: T.nilable(String), beneficiary_reference: T.nilable(String), created_at: Time, + creditor_address_line1: T.nilable(String), + creditor_address_line2: T.nilable(String), + creditor_address_line3: T.nilable(String), + creditor_name: T.nilable(String), + debtor_address_line1: T.nilable(String), + debtor_address_line2: T.nilable(String), + debtor_address_line3: T.nilable(String), + debtor_name: T.nilable(String), description: String, + end_to_end_identification: T.nilable(String), input_message_accountability_data: T.nilable(String), + instructing_agent_routing_number: T.nilable(String), + instruction_identification: T.nilable(String), originator_address_line1: T.nilable(String), originator_address_line2: T.nilable(String), originator_address_line3: T.nilable(String), @@ -255,6 +363,8 @@ module Increase sender_reference: T.nilable(String), status: Increase::InboundWireTransfer::Status::TaggedSymbol, type: Increase::InboundWireTransfer::Type::TaggedSymbol, + unique_end_to_end_transaction_reference: T.nilable(String), + unstructured_remittance_information: T.nilable(String), wire_drawdown_request_id: T.nilable(String) } ) diff --git a/sig/increase/models/inbound_wire_transfer.rbs b/sig/increase/models/inbound_wire_transfer.rbs index 18a811f50..c374bac19 100644 --- a/sig/increase/models/inbound_wire_transfer.rbs +++ b/sig/increase/models/inbound_wire_transfer.rbs @@ -12,8 +12,19 @@ module Increase beneficiary_name: String?, beneficiary_reference: String?, created_at: Time, + :creditor_address_line1 => String?, + :creditor_address_line2 => String?, + :creditor_address_line3 => String?, + creditor_name: String?, + :debtor_address_line1 => String?, + :debtor_address_line2 => String?, + :debtor_address_line3 => String?, + debtor_name: String?, description: String, + end_to_end_identification: String?, input_message_accountability_data: String?, + instructing_agent_routing_number: String?, + instruction_identification: String?, :originator_address_line1 => String?, :originator_address_line2 => String?, :originator_address_line3 => String?, @@ -28,6 +39,8 @@ module Increase sender_reference: String?, status: Increase::Models::InboundWireTransfer::status, type: Increase::Models::InboundWireTransfer::type_, + unique_end_to_end_transaction_reference: String?, + unstructured_remittance_information: String?, wire_drawdown_request_id: String? } @@ -52,10 +65,32 @@ module Increase attr_accessor created_at: Time + attr_accessor creditor_address_line1: String? + + attr_accessor creditor_address_line2: String? + + attr_accessor creditor_address_line3: String? + + attr_accessor creditor_name: String? + + attr_accessor debtor_address_line1: String? + + attr_accessor debtor_address_line2: String? + + attr_accessor debtor_address_line3: String? + + attr_accessor debtor_name: String? + attr_accessor description: String + attr_accessor end_to_end_identification: String? + attr_accessor input_message_accountability_data: String? + attr_accessor instructing_agent_routing_number: String? + + attr_accessor instruction_identification: String? + attr_accessor originator_address_line1: String? attr_accessor originator_address_line2: String? @@ -84,6 +119,10 @@ module Increase attr_accessor type: Increase::Models::InboundWireTransfer::type_ + attr_accessor unique_end_to_end_transaction_reference: String? + + attr_accessor unstructured_remittance_information: String? + attr_accessor wire_drawdown_request_id: String? def initialize: ( @@ -97,8 +136,19 @@ module Increase beneficiary_name: String?, beneficiary_reference: String?, created_at: Time, + creditor_address_line1: String?, + creditor_address_line2: String?, + creditor_address_line3: String?, + creditor_name: String?, + debtor_address_line1: String?, + debtor_address_line2: String?, + debtor_address_line3: String?, + debtor_name: String?, description: String, + end_to_end_identification: String?, input_message_accountability_data: String?, + instructing_agent_routing_number: String?, + instruction_identification: String?, originator_address_line1: String?, originator_address_line2: String?, originator_address_line3: String?, @@ -113,6 +163,8 @@ module Increase sender_reference: String?, status: Increase::Models::InboundWireTransfer::status, type: Increase::Models::InboundWireTransfer::type_, + unique_end_to_end_transaction_reference: String?, + unstructured_remittance_information: String?, wire_drawdown_request_id: String? ) -> void @@ -127,8 +179,19 @@ module Increase beneficiary_name: String?, beneficiary_reference: String?, created_at: Time, + :creditor_address_line1 => String?, + :creditor_address_line2 => String?, + :creditor_address_line3 => String?, + creditor_name: String?, + :debtor_address_line1 => String?, + :debtor_address_line2 => String?, + :debtor_address_line3 => String?, + debtor_name: String?, description: String, + end_to_end_identification: String?, input_message_accountability_data: String?, + instructing_agent_routing_number: String?, + instruction_identification: String?, :originator_address_line1 => String?, :originator_address_line2 => String?, :originator_address_line3 => String?, @@ -143,6 +206,8 @@ module Increase sender_reference: String?, status: Increase::Models::InboundWireTransfer::status, type: Increase::Models::InboundWireTransfer::type_, + unique_end_to_end_transaction_reference: String?, + unstructured_remittance_information: String?, wire_drawdown_request_id: String? } diff --git a/test/increase/resources/inbound_wire_transfers_test.rb b/test/increase/resources/inbound_wire_transfers_test.rb index a2a01352c..d7ba4a627 100644 --- a/test/increase/resources/inbound_wire_transfers_test.rb +++ b/test/increase/resources/inbound_wire_transfers_test.rb @@ -22,8 +22,19 @@ def test_retrieve beneficiary_name: String | nil, beneficiary_reference: String | nil, created_at: Time, + creditor_address_line1: String | nil, + creditor_address_line2: String | nil, + creditor_address_line3: String | nil, + creditor_name: String | nil, + debtor_address_line1: String | nil, + debtor_address_line2: String | nil, + debtor_address_line3: String | nil, + debtor_name: String | nil, description: String, + end_to_end_identification: String | nil, input_message_accountability_data: String | nil, + instructing_agent_routing_number: String | nil, + instruction_identification: String | nil, originator_address_line1: String | nil, originator_address_line2: String | nil, originator_address_line3: String | nil, @@ -38,6 +49,8 @@ def test_retrieve sender_reference: String | nil, status: Increase::InboundWireTransfer::Status, type: Increase::InboundWireTransfer::Type, + unique_end_to_end_transaction_reference: String | nil, + unstructured_remittance_information: String | nil, wire_drawdown_request_id: String | nil } end @@ -69,8 +82,19 @@ def test_list beneficiary_name: String | nil, beneficiary_reference: String | nil, created_at: Time, + creditor_address_line1: String | nil, + creditor_address_line2: String | nil, + creditor_address_line3: String | nil, + creditor_name: String | nil, + debtor_address_line1: String | nil, + debtor_address_line2: String | nil, + debtor_address_line3: String | nil, + debtor_name: String | nil, description: String, + end_to_end_identification: String | nil, input_message_accountability_data: String | nil, + instructing_agent_routing_number: String | nil, + instruction_identification: String | nil, originator_address_line1: String | nil, originator_address_line2: String | nil, originator_address_line3: String | nil, @@ -85,6 +109,8 @@ def test_list sender_reference: String | nil, status: Increase::InboundWireTransfer::Status, type: Increase::InboundWireTransfer::Type, + unique_end_to_end_transaction_reference: String | nil, + unstructured_remittance_information: String | nil, wire_drawdown_request_id: String | nil } end @@ -110,8 +136,19 @@ def test_reverse_required_params beneficiary_name: String | nil, beneficiary_reference: String | nil, created_at: Time, + creditor_address_line1: String | nil, + creditor_address_line2: String | nil, + creditor_address_line3: String | nil, + creditor_name: String | nil, + debtor_address_line1: String | nil, + debtor_address_line2: String | nil, + debtor_address_line3: String | nil, + debtor_name: String | nil, description: String, + end_to_end_identification: String | nil, input_message_accountability_data: String | nil, + instructing_agent_routing_number: String | nil, + instruction_identification: String | nil, originator_address_line1: String | nil, originator_address_line2: String | nil, originator_address_line3: String | nil, @@ -126,6 +163,8 @@ def test_reverse_required_params sender_reference: String | nil, status: Increase::InboundWireTransfer::Status, type: Increase::InboundWireTransfer::Type, + unique_end_to_end_transaction_reference: String | nil, + unstructured_remittance_information: String | nil, wire_drawdown_request_id: String | nil } end diff --git a/test/increase/resources/simulations/inbound_wire_transfers_test.rb b/test/increase/resources/simulations/inbound_wire_transfers_test.rb index 9551a16d1..9d3935569 100644 --- a/test/increase/resources/simulations/inbound_wire_transfers_test.rb +++ b/test/increase/resources/simulations/inbound_wire_transfers_test.rb @@ -26,8 +26,19 @@ def test_create_required_params beneficiary_name: String | nil, beneficiary_reference: String | nil, created_at: Time, + creditor_address_line1: String | nil, + creditor_address_line2: String | nil, + creditor_address_line3: String | nil, + creditor_name: String | nil, + debtor_address_line1: String | nil, + debtor_address_line2: String | nil, + debtor_address_line3: String | nil, + debtor_name: String | nil, description: String, + end_to_end_identification: String | nil, input_message_accountability_data: String | nil, + instructing_agent_routing_number: String | nil, + instruction_identification: String | nil, originator_address_line1: String | nil, originator_address_line2: String | nil, originator_address_line3: String | nil, @@ -42,6 +53,8 @@ def test_create_required_params sender_reference: String | nil, status: Increase::InboundWireTransfer::Status, type: Increase::InboundWireTransfer::Type, + unique_end_to_end_transaction_reference: String | nil, + unstructured_remittance_information: String | nil, wire_drawdown_request_id: String | nil } end