increase 1.43.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,125 +23,109 @@ module Increase
23
23
  sig { returns(Integer) }
24
24
  attr_accessor :amount
25
25
 
26
- # The sending bank will set beneficiary_address_line1 in production. You can
27
- # simulate any value here.
26
+ # The sending bank will set creditor_address_line1 in production. You can simulate
27
+ # any value here.
28
28
  sig { returns(T.nilable(String)) }
29
- attr_reader :beneficiary_address_line1
29
+ attr_reader :creditor_address_line1
30
30
 
31
- sig { params(beneficiary_address_line1: String).void }
32
- attr_writer :beneficiary_address_line1
31
+ sig { params(creditor_address_line1: String).void }
32
+ attr_writer :creditor_address_line1
33
33
 
34
- # The sending bank will set beneficiary_address_line2 in production. You can
35
- # simulate any value here.
34
+ # The sending bank will set creditor_address_line2 in production. You can simulate
35
+ # any value here.
36
36
  sig { returns(T.nilable(String)) }
37
- attr_reader :beneficiary_address_line2
37
+ attr_reader :creditor_address_line2
38
38
 
39
- sig { params(beneficiary_address_line2: String).void }
40
- attr_writer :beneficiary_address_line2
39
+ sig { params(creditor_address_line2: String).void }
40
+ attr_writer :creditor_address_line2
41
41
 
42
- # The sending bank will set beneficiary_address_line3 in production. You can
43
- # simulate any value here.
42
+ # The sending bank will set creditor_address_line3 in production. You can simulate
43
+ # any value here.
44
44
  sig { returns(T.nilable(String)) }
45
- attr_reader :beneficiary_address_line3
45
+ attr_reader :creditor_address_line3
46
46
 
47
- sig { params(beneficiary_address_line3: String).void }
48
- attr_writer :beneficiary_address_line3
47
+ sig { params(creditor_address_line3: String).void }
48
+ attr_writer :creditor_address_line3
49
49
 
50
- # The sending bank will set beneficiary_name in production. You can simulate any
50
+ # The sending bank will set creditor_name in production. You can simulate any
51
51
  # value here.
52
52
  sig { returns(T.nilable(String)) }
53
- attr_reader :beneficiary_name
53
+ attr_reader :creditor_name
54
54
 
55
- sig { params(beneficiary_name: String).void }
56
- attr_writer :beneficiary_name
55
+ sig { params(creditor_name: String).void }
56
+ attr_writer :creditor_name
57
57
 
58
- # The sending bank will set beneficiary_reference in production. You can simulate
58
+ # The sending bank will set debtor_address_line1 in production. You can simulate
59
59
  # any value here.
60
60
  sig { returns(T.nilable(String)) }
61
- attr_reader :beneficiary_reference
62
-
63
- sig { params(beneficiary_reference: String).void }
64
- attr_writer :beneficiary_reference
65
-
66
- # The sending bank will set originator_address_line1 in production. You can
67
- # simulate any value here.
68
- sig { returns(T.nilable(String)) }
69
- attr_reader :originator_address_line1
61
+ attr_reader :debtor_address_line1
70
62
 
71
- sig { params(originator_address_line1: String).void }
72
- attr_writer :originator_address_line1
63
+ sig { params(debtor_address_line1: String).void }
64
+ attr_writer :debtor_address_line1
73
65
 
74
- # The sending bank will set originator_address_line2 in production. You can
75
- # simulate any value here.
66
+ # The sending bank will set debtor_address_line2 in production. You can simulate
67
+ # any value here.
76
68
  sig { returns(T.nilable(String)) }
77
- attr_reader :originator_address_line2
69
+ attr_reader :debtor_address_line2
78
70
 
79
- sig { params(originator_address_line2: String).void }
80
- attr_writer :originator_address_line2
71
+ sig { params(debtor_address_line2: String).void }
72
+ attr_writer :debtor_address_line2
81
73
 
82
- # The sending bank will set originator_address_line3 in production. You can
83
- # simulate any value here.
74
+ # The sending bank will set debtor_address_line3 in production. You can simulate
75
+ # any value here.
84
76
  sig { returns(T.nilable(String)) }
85
- attr_reader :originator_address_line3
77
+ attr_reader :debtor_address_line3
86
78
 
87
- sig { params(originator_address_line3: String).void }
88
- attr_writer :originator_address_line3
79
+ sig { params(debtor_address_line3: String).void }
80
+ attr_writer :debtor_address_line3
89
81
 
90
- # The sending bank will set originator_name in production. You can simulate any
91
- # value here.
82
+ # The sending bank will set debtor_name in production. You can simulate any value
83
+ # here.
92
84
  sig { returns(T.nilable(String)) }
93
- attr_reader :originator_name
85
+ attr_reader :debtor_name
94
86
 
95
- sig { params(originator_name: String).void }
96
- attr_writer :originator_name
87
+ sig { params(debtor_name: String).void }
88
+ attr_writer :debtor_name
97
89
 
98
- # The sending bank will set originator_routing_number in production. You can
90
+ # The sending bank will set end_to_end_identification in production. You can
99
91
  # simulate any value here.
100
92
  sig { returns(T.nilable(String)) }
101
- attr_reader :originator_routing_number
102
-
103
- sig { params(originator_routing_number: String).void }
104
- attr_writer :originator_routing_number
105
-
106
- # The sending bank will set originator_to_beneficiary_information_line1 in
107
- # production. You can simulate any value here.
108
- sig { returns(T.nilable(String)) }
109
- attr_reader :originator_to_beneficiary_information_line1
93
+ attr_reader :end_to_end_identification
110
94
 
111
- sig { params(originator_to_beneficiary_information_line1: String).void }
112
- attr_writer :originator_to_beneficiary_information_line1
95
+ sig { params(end_to_end_identification: String).void }
96
+ attr_writer :end_to_end_identification
113
97
 
114
- # The sending bank will set originator_to_beneficiary_information_line2 in
115
- # production. You can simulate any value here.
98
+ # The sending bank will set instructing_agent_routing_number in production. You
99
+ # can simulate any value here.
116
100
  sig { returns(T.nilable(String)) }
117
- attr_reader :originator_to_beneficiary_information_line2
101
+ attr_reader :instructing_agent_routing_number
118
102
 
119
- sig { params(originator_to_beneficiary_information_line2: String).void }
120
- attr_writer :originator_to_beneficiary_information_line2
103
+ sig { params(instructing_agent_routing_number: String).void }
104
+ attr_writer :instructing_agent_routing_number
121
105
 
122
- # The sending bank will set originator_to_beneficiary_information_line3 in
123
- # production. You can simulate any value here.
106
+ # The sending bank will set instruction_identification in production. You can
107
+ # simulate any value here.
124
108
  sig { returns(T.nilable(String)) }
125
- attr_reader :originator_to_beneficiary_information_line3
109
+ attr_reader :instruction_identification
126
110
 
127
- sig { params(originator_to_beneficiary_information_line3: String).void }
128
- attr_writer :originator_to_beneficiary_information_line3
111
+ sig { params(instruction_identification: String).void }
112
+ attr_writer :instruction_identification
129
113
 
130
- # The sending bank will set originator_to_beneficiary_information_line4 in
131
- # production. You can simulate any value here.
114
+ # The sending bank will set unique_end_to_end_transaction_reference in production.
115
+ # You can simulate any value here.
132
116
  sig { returns(T.nilable(String)) }
133
- attr_reader :originator_to_beneficiary_information_line4
117
+ attr_reader :unique_end_to_end_transaction_reference
134
118
 
135
- sig { params(originator_to_beneficiary_information_line4: String).void }
136
- attr_writer :originator_to_beneficiary_information_line4
119
+ sig { params(unique_end_to_end_transaction_reference: String).void }
120
+ attr_writer :unique_end_to_end_transaction_reference
137
121
 
138
- # The sending bank will set sender_reference in production. You can simulate any
139
- # value here.
122
+ # The sending bank will set unstructured_remittance_information in production. You
123
+ # can simulate any value here.
140
124
  sig { returns(T.nilable(String)) }
141
- attr_reader :sender_reference
125
+ attr_reader :unstructured_remittance_information
142
126
 
143
- sig { params(sender_reference: String).void }
144
- attr_writer :sender_reference
127
+ sig { params(unstructured_remittance_information: String).void }
128
+ attr_writer :unstructured_remittance_information
145
129
 
146
130
  # The identifier of a Wire Drawdown Request the inbound Wire Transfer is
147
131
  # fulfilling.
@@ -155,21 +139,19 @@ module Increase
155
139
  params(
156
140
  account_number_id: String,
157
141
  amount: Integer,
158
- beneficiary_address_line1: String,
159
- beneficiary_address_line2: String,
160
- beneficiary_address_line3: String,
161
- beneficiary_name: String,
162
- beneficiary_reference: String,
163
- originator_address_line1: String,
164
- originator_address_line2: String,
165
- originator_address_line3: String,
166
- originator_name: String,
167
- originator_routing_number: String,
168
- originator_to_beneficiary_information_line1: String,
169
- originator_to_beneficiary_information_line2: String,
170
- originator_to_beneficiary_information_line3: String,
171
- originator_to_beneficiary_information_line4: String,
172
- sender_reference: String,
142
+ creditor_address_line1: String,
143
+ creditor_address_line2: String,
144
+ creditor_address_line3: String,
145
+ creditor_name: String,
146
+ debtor_address_line1: String,
147
+ debtor_address_line2: String,
148
+ debtor_address_line3: String,
149
+ debtor_name: String,
150
+ end_to_end_identification: String,
151
+ instructing_agent_routing_number: String,
152
+ instruction_identification: String,
153
+ unique_end_to_end_transaction_reference: String,
154
+ unstructured_remittance_information: String,
173
155
  wire_drawdown_request_id: String,
174
156
  request_options: Increase::RequestOptions::OrHash
175
157
  ).returns(T.attached_class)
@@ -179,51 +161,45 @@ module Increase
179
161
  account_number_id:,
180
162
  # The transfer amount in cents. Must be positive.
181
163
  amount:,
182
- # The sending bank will set beneficiary_address_line1 in production. You can
183
- # simulate any value here.
184
- beneficiary_address_line1: nil,
185
- # The sending bank will set beneficiary_address_line2 in production. You can
186
- # simulate any value here.
187
- beneficiary_address_line2: nil,
188
- # The sending bank will set beneficiary_address_line3 in production. You can
189
- # simulate any value here.
190
- beneficiary_address_line3: nil,
191
- # The sending bank will set beneficiary_name in production. You can simulate any
164
+ # The sending bank will set creditor_address_line1 in production. You can simulate
165
+ # any value here.
166
+ creditor_address_line1: nil,
167
+ # The sending bank will set creditor_address_line2 in production. You can simulate
168
+ # any value here.
169
+ creditor_address_line2: nil,
170
+ # The sending bank will set creditor_address_line3 in production. You can simulate
171
+ # any value here.
172
+ creditor_address_line3: nil,
173
+ # The sending bank will set creditor_name in production. You can simulate any
192
174
  # value here.
193
- beneficiary_name: nil,
194
- # The sending bank will set beneficiary_reference in production. You can simulate
175
+ creditor_name: nil,
176
+ # The sending bank will set debtor_address_line1 in production. You can simulate
195
177
  # any value here.
196
- beneficiary_reference: nil,
197
- # The sending bank will set originator_address_line1 in production. You can
198
- # simulate any value here.
199
- originator_address_line1: nil,
200
- # The sending bank will set originator_address_line2 in production. You can
201
- # simulate any value here.
202
- originator_address_line2: nil,
203
- # The sending bank will set originator_address_line3 in production. You can
178
+ debtor_address_line1: nil,
179
+ # The sending bank will set debtor_address_line2 in production. You can simulate
180
+ # any value here.
181
+ debtor_address_line2: nil,
182
+ # The sending bank will set debtor_address_line3 in production. You can simulate
183
+ # any value here.
184
+ debtor_address_line3: nil,
185
+ # The sending bank will set debtor_name in production. You can simulate any value
186
+ # here.
187
+ debtor_name: nil,
188
+ # The sending bank will set end_to_end_identification in production. You can
204
189
  # simulate any value here.
205
- originator_address_line3: nil,
206
- # The sending bank will set originator_name in production. You can simulate any
207
- # value here.
208
- originator_name: nil,
209
- # The sending bank will set originator_routing_number in production. You can
190
+ end_to_end_identification: nil,
191
+ # The sending bank will set instructing_agent_routing_number in production. You
192
+ # can simulate any value here.
193
+ instructing_agent_routing_number: nil,
194
+ # The sending bank will set instruction_identification in production. You can
210
195
  # simulate any value here.
211
- originator_routing_number: nil,
212
- # The sending bank will set originator_to_beneficiary_information_line1 in
213
- # production. You can simulate any value here.
214
- originator_to_beneficiary_information_line1: nil,
215
- # The sending bank will set originator_to_beneficiary_information_line2 in
216
- # production. You can simulate any value here.
217
- originator_to_beneficiary_information_line2: nil,
218
- # The sending bank will set originator_to_beneficiary_information_line3 in
219
- # production. You can simulate any value here.
220
- originator_to_beneficiary_information_line3: nil,
221
- # The sending bank will set originator_to_beneficiary_information_line4 in
222
- # production. You can simulate any value here.
223
- originator_to_beneficiary_information_line4: nil,
224
- # The sending bank will set sender_reference in production. You can simulate any
225
- # value here.
226
- sender_reference: nil,
196
+ instruction_identification: nil,
197
+ # The sending bank will set unique_end_to_end_transaction_reference in production.
198
+ # You can simulate any value here.
199
+ unique_end_to_end_transaction_reference: nil,
200
+ # The sending bank will set unstructured_remittance_information in production. You
201
+ # can simulate any value here.
202
+ unstructured_remittance_information: nil,
227
203
  # The identifier of a Wire Drawdown Request the inbound Wire Transfer is
228
204
  # fulfilling.
229
205
  wire_drawdown_request_id: nil,
@@ -236,21 +212,19 @@ module Increase
236
212
  {
237
213
  account_number_id: String,
238
214
  amount: Integer,
239
- beneficiary_address_line1: String,
240
- beneficiary_address_line2: String,
241
- beneficiary_address_line3: String,
242
- beneficiary_name: String,
243
- beneficiary_reference: String,
244
- originator_address_line1: String,
245
- originator_address_line2: String,
246
- originator_address_line3: String,
247
- originator_name: String,
248
- originator_routing_number: String,
249
- originator_to_beneficiary_information_line1: String,
250
- originator_to_beneficiary_information_line2: String,
251
- originator_to_beneficiary_information_line3: String,
252
- originator_to_beneficiary_information_line4: String,
253
- sender_reference: String,
215
+ creditor_address_line1: String,
216
+ creditor_address_line2: String,
217
+ creditor_address_line3: String,
218
+ creditor_name: String,
219
+ debtor_address_line1: String,
220
+ debtor_address_line2: String,
221
+ debtor_address_line3: String,
222
+ debtor_name: String,
223
+ end_to_end_identification: String,
224
+ instructing_agent_routing_number: String,
225
+ instruction_identification: String,
226
+ unique_end_to_end_transaction_reference: String,
227
+ unstructured_remittance_information: String,
254
228
  wire_drawdown_request_id: String,
255
229
  request_options: Increase::RequestOptions
256
230
  }
@@ -9939,78 +9939,72 @@ module Increase
9939
9939
 
9940
9940
  # A free-form address field set by the sender.
9941
9941
  sig { returns(T.nilable(String)) }
9942
- attr_accessor :beneficiary_address_line1
9942
+ attr_accessor :creditor_address_line1
9943
9943
 
9944
9944
  # A free-form address field set by the sender.
9945
9945
  sig { returns(T.nilable(String)) }
9946
- attr_accessor :beneficiary_address_line2
9946
+ attr_accessor :creditor_address_line2
9947
9947
 
9948
9948
  # A free-form address field set by the sender.
9949
9949
  sig { returns(T.nilable(String)) }
9950
- attr_accessor :beneficiary_address_line3
9950
+ attr_accessor :creditor_address_line3
9951
9951
 
9952
9952
  # A name set by the sender.
9953
9953
  sig { returns(T.nilable(String)) }
9954
- attr_accessor :beneficiary_name
9954
+ attr_accessor :creditor_name
9955
9955
 
9956
- # A free-form reference string set by the sender, to help identify the transfer.
9956
+ # A free-form address field set by the sender.
9957
9957
  sig { returns(T.nilable(String)) }
9958
- attr_accessor :beneficiary_reference
9959
-
9960
- # An Increase-constructed description of the transfer.
9961
- sig { returns(String) }
9962
- attr_accessor :description
9958
+ attr_accessor :debtor_address_line1
9963
9959
 
9964
- # A unique identifier available to the originating and receiving banks, commonly
9965
- # abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
9966
- # service and is helpful when debugging wires with the originating bank.
9960
+ # A free-form address field set by the sender.
9967
9961
  sig { returns(T.nilable(String)) }
9968
- attr_accessor :input_message_accountability_data
9962
+ attr_accessor :debtor_address_line2
9969
9963
 
9970
- # The address of the wire originator, set by the sending bank.
9964
+ # A free-form address field set by the sender.
9971
9965
  sig { returns(T.nilable(String)) }
9972
- attr_accessor :originator_address_line1
9966
+ attr_accessor :debtor_address_line3
9973
9967
 
9974
- # The address of the wire originator, set by the sending bank.
9968
+ # A name set by the sender.
9975
9969
  sig { returns(T.nilable(String)) }
9976
- attr_accessor :originator_address_line2
9970
+ attr_accessor :debtor_name
9977
9971
 
9978
- # The address of the wire originator, set by the sending bank.
9979
- sig { returns(T.nilable(String)) }
9980
- attr_accessor :originator_address_line3
9972
+ # An Increase-constructed description of the transfer.
9973
+ sig { returns(String) }
9974
+ attr_accessor :description
9981
9975
 
9982
- # The originator of the wire, set by the sending bank.
9976
+ # A free-form reference string set by the sender, to help identify the transfer.
9983
9977
  sig { returns(T.nilable(String)) }
9984
- attr_accessor :originator_name
9978
+ attr_accessor :end_to_end_identification
9985
9979
 
9986
- # The American Banking Association (ABA) routing number of the bank originating
9987
- # the transfer.
9980
+ # A unique identifier available to the originating and receiving banks, commonly
9981
+ # abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
9982
+ # service and is helpful when debugging wires with the originating bank.
9988
9983
  sig { returns(T.nilable(String)) }
9989
- attr_accessor :originator_routing_number
9984
+ attr_accessor :input_message_accountability_data
9990
9985
 
9991
- # An Increase-created concatenation of the Originator-to-Beneficiary lines.
9986
+ # The American Banking Association (ABA) routing number of the bank that sent the
9987
+ # wire.
9992
9988
  sig { returns(T.nilable(String)) }
9993
- attr_accessor :originator_to_beneficiary_information
9989
+ attr_accessor :instructing_agent_routing_number
9994
9990
 
9995
- # A free-form message set by the wire originator.
9991
+ # The sending bank's identifier for the wire transfer.
9996
9992
  sig { returns(T.nilable(String)) }
9997
- attr_accessor :originator_to_beneficiary_information_line1
9993
+ attr_accessor :instruction_identification
9998
9994
 
9999
- # A free-form message set by the wire originator.
10000
- sig { returns(T.nilable(String)) }
10001
- attr_accessor :originator_to_beneficiary_information_line2
9995
+ # The ID of the Inbound Wire Transfer object that resulted in this Transaction.
9996
+ sig { returns(String) }
9997
+ attr_accessor :transfer_id
10002
9998
 
10003
- # A free-form message set by the wire originator.
9999
+ # The Unique End-to-end Transaction Reference
10000
+ # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
10001
+ # of the transfer.
10004
10002
  sig { returns(T.nilable(String)) }
10005
- attr_accessor :originator_to_beneficiary_information_line3
10003
+ attr_accessor :unique_end_to_end_transaction_reference
10006
10004
 
10007
- # A free-form message set by the wire originator.
10005
+ # A free-form message set by the sender.
10008
10006
  sig { returns(T.nilable(String)) }
10009
- attr_accessor :originator_to_beneficiary_information_line4
10010
-
10011
- # The ID of the Inbound Wire Transfer object that resulted in this Transaction.
10012
- sig { returns(String) }
10013
- attr_accessor :transfer_id
10007
+ attr_accessor :unstructured_remittance_information
10014
10008
 
10015
10009
  # An Inbound Wire Transfer Intention object. This field will be present in the
10016
10010
  # JSON response if and only if `category` is equal to `inbound_wire_transfer`. An
@@ -10019,68 +10013,64 @@ module Increase
10019
10013
  sig do
10020
10014
  params(
10021
10015
  amount: Integer,
10022
- beneficiary_address_line1: T.nilable(String),
10023
- beneficiary_address_line2: T.nilable(String),
10024
- beneficiary_address_line3: T.nilable(String),
10025
- beneficiary_name: T.nilable(String),
10026
- beneficiary_reference: T.nilable(String),
10016
+ creditor_address_line1: T.nilable(String),
10017
+ creditor_address_line2: T.nilable(String),
10018
+ creditor_address_line3: T.nilable(String),
10019
+ creditor_name: T.nilable(String),
10020
+ debtor_address_line1: T.nilable(String),
10021
+ debtor_address_line2: T.nilable(String),
10022
+ debtor_address_line3: T.nilable(String),
10023
+ debtor_name: T.nilable(String),
10027
10024
  description: String,
10025
+ end_to_end_identification: T.nilable(String),
10028
10026
  input_message_accountability_data: T.nilable(String),
10029
- originator_address_line1: T.nilable(String),
10030
- originator_address_line2: T.nilable(String),
10031
- originator_address_line3: T.nilable(String),
10032
- originator_name: T.nilable(String),
10033
- originator_routing_number: T.nilable(String),
10034
- originator_to_beneficiary_information: T.nilable(String),
10035
- originator_to_beneficiary_information_line1: T.nilable(String),
10036
- originator_to_beneficiary_information_line2: T.nilable(String),
10037
- originator_to_beneficiary_information_line3: T.nilable(String),
10038
- originator_to_beneficiary_information_line4: T.nilable(String),
10039
- transfer_id: String
10027
+ instructing_agent_routing_number: T.nilable(String),
10028
+ instruction_identification: T.nilable(String),
10029
+ transfer_id: String,
10030
+ unique_end_to_end_transaction_reference: T.nilable(String),
10031
+ unstructured_remittance_information: T.nilable(String)
10040
10032
  ).returns(T.attached_class)
10041
10033
  end
10042
10034
  def self.new(
10043
10035
  # The amount in USD cents.
10044
10036
  amount:,
10045
10037
  # A free-form address field set by the sender.
10046
- beneficiary_address_line1:,
10038
+ creditor_address_line1:,
10047
10039
  # A free-form address field set by the sender.
10048
- beneficiary_address_line2:,
10040
+ creditor_address_line2:,
10049
10041
  # A free-form address field set by the sender.
10050
- beneficiary_address_line3:,
10042
+ creditor_address_line3:,
10051
10043
  # A name set by the sender.
10052
- beneficiary_name:,
10053
- # A free-form reference string set by the sender, to help identify the transfer.
10054
- beneficiary_reference:,
10044
+ creditor_name:,
10045
+ # A free-form address field set by the sender.
10046
+ debtor_address_line1:,
10047
+ # A free-form address field set by the sender.
10048
+ debtor_address_line2:,
10049
+ # A free-form address field set by the sender.
10050
+ debtor_address_line3:,
10051
+ # A name set by the sender.
10052
+ debtor_name:,
10055
10053
  # An Increase-constructed description of the transfer.
10056
10054
  description:,
10055
+ # A free-form reference string set by the sender, to help identify the transfer.
10056
+ end_to_end_identification:,
10057
10057
  # A unique identifier available to the originating and receiving banks, commonly
10058
10058
  # abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
10059
10059
  # service and is helpful when debugging wires with the originating bank.
10060
10060
  input_message_accountability_data:,
10061
- # The address of the wire originator, set by the sending bank.
10062
- originator_address_line1:,
10063
- # The address of the wire originator, set by the sending bank.
10064
- originator_address_line2:,
10065
- # The address of the wire originator, set by the sending bank.
10066
- originator_address_line3:,
10067
- # The originator of the wire, set by the sending bank.
10068
- originator_name:,
10069
- # The American Banking Association (ABA) routing number of the bank originating
10070
- # the transfer.
10071
- originator_routing_number:,
10072
- # An Increase-created concatenation of the Originator-to-Beneficiary lines.
10073
- originator_to_beneficiary_information:,
10074
- # A free-form message set by the wire originator.
10075
- originator_to_beneficiary_information_line1:,
10076
- # A free-form message set by the wire originator.
10077
- originator_to_beneficiary_information_line2:,
10078
- # A free-form message set by the wire originator.
10079
- originator_to_beneficiary_information_line3:,
10080
- # A free-form message set by the wire originator.
10081
- originator_to_beneficiary_information_line4:,
10061
+ # The American Banking Association (ABA) routing number of the bank that sent the
10062
+ # wire.
10063
+ instructing_agent_routing_number:,
10064
+ # The sending bank's identifier for the wire transfer.
10065
+ instruction_identification:,
10082
10066
  # The ID of the Inbound Wire Transfer object that resulted in this Transaction.
10083
- transfer_id:
10067
+ transfer_id:,
10068
+ # The Unique End-to-end Transaction Reference
10069
+ # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
10070
+ # of the transfer.
10071
+ unique_end_to_end_transaction_reference:,
10072
+ # A free-form message set by the sender.
10073
+ unstructured_remittance_information:
10084
10074
  )
10085
10075
  end
10086
10076
 
@@ -10088,24 +10078,22 @@ module Increase
10088
10078
  override.returns(
10089
10079
  {
10090
10080
  amount: Integer,
10091
- beneficiary_address_line1: T.nilable(String),
10092
- beneficiary_address_line2: T.nilable(String),
10093
- beneficiary_address_line3: T.nilable(String),
10094
- beneficiary_name: T.nilable(String),
10095
- beneficiary_reference: T.nilable(String),
10081
+ creditor_address_line1: T.nilable(String),
10082
+ creditor_address_line2: T.nilable(String),
10083
+ creditor_address_line3: T.nilable(String),
10084
+ creditor_name: T.nilable(String),
10085
+ debtor_address_line1: T.nilable(String),
10086
+ debtor_address_line2: T.nilable(String),
10087
+ debtor_address_line3: T.nilable(String),
10088
+ debtor_name: T.nilable(String),
10096
10089
  description: String,
10090
+ end_to_end_identification: T.nilable(String),
10097
10091
  input_message_accountability_data: T.nilable(String),
10098
- originator_address_line1: T.nilable(String),
10099
- originator_address_line2: T.nilable(String),
10100
- originator_address_line3: T.nilable(String),
10101
- originator_name: T.nilable(String),
10102
- originator_routing_number: T.nilable(String),
10103
- originator_to_beneficiary_information: T.nilable(String),
10104
- originator_to_beneficiary_information_line1: T.nilable(String),
10105
- originator_to_beneficiary_information_line2: T.nilable(String),
10106
- originator_to_beneficiary_information_line3: T.nilable(String),
10107
- originator_to_beneficiary_information_line4: T.nilable(String),
10108
- transfer_id: String
10092
+ instructing_agent_routing_number: T.nilable(String),
10093
+ instruction_identification: T.nilable(String),
10094
+ transfer_id: String,
10095
+ unique_end_to_end_transaction_reference: T.nilable(String),
10096
+ unstructured_remittance_information: T.nilable(String)
10109
10097
  }
10110
10098
  )
10111
10099
  end