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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +63 -81
- data/lib/increase/models/transaction.rb +68 -82
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +14 -18
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/simulations/inbound_wire_transfer_create_params.rbi +123 -149
- data/rbi/increase/models/transaction.rbi +89 -101
- data/rbi/increase/resources/simulations/inbound_wire_transfers.rbi +48 -56
- data/sig/increase/models/simulations/inbound_wire_transfer_create_params.rbs +65 -79
- data/sig/increase/models/transaction.rbs +58 -68
- data/sig/increase/resources/simulations/inbound_wire_transfers.rbs +13 -15
- metadata +2 -2
@@ -23,125 +23,109 @@ module Increase
|
|
23
23
|
sig { returns(Integer) }
|
24
24
|
attr_accessor :amount
|
25
25
|
|
26
|
-
# The sending bank will set
|
27
|
-
#
|
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 :
|
29
|
+
attr_reader :creditor_address_line1
|
30
30
|
|
31
|
-
sig { params(
|
32
|
-
attr_writer :
|
31
|
+
sig { params(creditor_address_line1: String).void }
|
32
|
+
attr_writer :creditor_address_line1
|
33
33
|
|
34
|
-
# The sending bank will set
|
35
|
-
#
|
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 :
|
37
|
+
attr_reader :creditor_address_line2
|
38
38
|
|
39
|
-
sig { params(
|
40
|
-
attr_writer :
|
39
|
+
sig { params(creditor_address_line2: String).void }
|
40
|
+
attr_writer :creditor_address_line2
|
41
41
|
|
42
|
-
# The sending bank will set
|
43
|
-
#
|
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 :
|
45
|
+
attr_reader :creditor_address_line3
|
46
46
|
|
47
|
-
sig { params(
|
48
|
-
attr_writer :
|
47
|
+
sig { params(creditor_address_line3: String).void }
|
48
|
+
attr_writer :creditor_address_line3
|
49
49
|
|
50
|
-
# The sending bank will set
|
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 :
|
53
|
+
attr_reader :creditor_name
|
54
54
|
|
55
|
-
sig { params(
|
56
|
-
attr_writer :
|
55
|
+
sig { params(creditor_name: String).void }
|
56
|
+
attr_writer :creditor_name
|
57
57
|
|
58
|
-
# The sending bank will set
|
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 :
|
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(
|
72
|
-
attr_writer :
|
63
|
+
sig { params(debtor_address_line1: String).void }
|
64
|
+
attr_writer :debtor_address_line1
|
73
65
|
|
74
|
-
# The sending bank will set
|
75
|
-
#
|
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 :
|
69
|
+
attr_reader :debtor_address_line2
|
78
70
|
|
79
|
-
sig { params(
|
80
|
-
attr_writer :
|
71
|
+
sig { params(debtor_address_line2: String).void }
|
72
|
+
attr_writer :debtor_address_line2
|
81
73
|
|
82
|
-
# The sending bank will set
|
83
|
-
#
|
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 :
|
77
|
+
attr_reader :debtor_address_line3
|
86
78
|
|
87
|
-
sig { params(
|
88
|
-
attr_writer :
|
79
|
+
sig { params(debtor_address_line3: String).void }
|
80
|
+
attr_writer :debtor_address_line3
|
89
81
|
|
90
|
-
# The sending bank will set
|
91
|
-
#
|
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 :
|
85
|
+
attr_reader :debtor_name
|
94
86
|
|
95
|
-
sig { params(
|
96
|
-
attr_writer :
|
87
|
+
sig { params(debtor_name: String).void }
|
88
|
+
attr_writer :debtor_name
|
97
89
|
|
98
|
-
# The sending bank will set
|
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 :
|
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(
|
112
|
-
attr_writer :
|
95
|
+
sig { params(end_to_end_identification: String).void }
|
96
|
+
attr_writer :end_to_end_identification
|
113
97
|
|
114
|
-
# The sending bank will set
|
115
|
-
#
|
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 :
|
101
|
+
attr_reader :instructing_agent_routing_number
|
118
102
|
|
119
|
-
sig { params(
|
120
|
-
attr_writer :
|
103
|
+
sig { params(instructing_agent_routing_number: String).void }
|
104
|
+
attr_writer :instructing_agent_routing_number
|
121
105
|
|
122
|
-
# The sending bank will set
|
123
|
-
#
|
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 :
|
109
|
+
attr_reader :instruction_identification
|
126
110
|
|
127
|
-
sig { params(
|
128
|
-
attr_writer :
|
111
|
+
sig { params(instruction_identification: String).void }
|
112
|
+
attr_writer :instruction_identification
|
129
113
|
|
130
|
-
# The sending bank will set
|
131
|
-
#
|
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 :
|
117
|
+
attr_reader :unique_end_to_end_transaction_reference
|
134
118
|
|
135
|
-
sig { params(
|
136
|
-
attr_writer :
|
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
|
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 :
|
125
|
+
attr_reader :unstructured_remittance_information
|
142
126
|
|
143
|
-
sig { params(
|
144
|
-
attr_writer :
|
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
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
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
|
183
|
-
#
|
184
|
-
|
185
|
-
# The sending bank will set
|
186
|
-
#
|
187
|
-
|
188
|
-
# The sending bank will set
|
189
|
-
#
|
190
|
-
|
191
|
-
# The sending bank will set
|
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
|
-
|
194
|
-
# The sending bank will set
|
175
|
+
creditor_name: nil,
|
176
|
+
# The sending bank will set debtor_address_line1 in production. You can simulate
|
195
177
|
# any value here.
|
196
|
-
|
197
|
-
# The sending bank will set
|
198
|
-
#
|
199
|
-
|
200
|
-
# The sending bank will set
|
201
|
-
#
|
202
|
-
|
203
|
-
# The sending bank will set
|
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
|
-
|
206
|
-
# The sending bank will set
|
207
|
-
# value here.
|
208
|
-
|
209
|
-
# The sending bank will set
|
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
|
-
|
212
|
-
# The sending bank will set
|
213
|
-
#
|
214
|
-
|
215
|
-
# The sending bank will set
|
216
|
-
#
|
217
|
-
|
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
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
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 :
|
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 :
|
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 :
|
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 :
|
9954
|
+
attr_accessor :creditor_name
|
9955
9955
|
|
9956
|
-
# A free-form
|
9956
|
+
# A free-form address field set by the sender.
|
9957
9957
|
sig { returns(T.nilable(String)) }
|
9958
|
-
attr_accessor :
|
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
|
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 :
|
9962
|
+
attr_accessor :debtor_address_line2
|
9969
9963
|
|
9970
|
-
#
|
9964
|
+
# A free-form address field set by the sender.
|
9971
9965
|
sig { returns(T.nilable(String)) }
|
9972
|
-
attr_accessor :
|
9966
|
+
attr_accessor :debtor_address_line3
|
9973
9967
|
|
9974
|
-
#
|
9968
|
+
# A name set by the sender.
|
9975
9969
|
sig { returns(T.nilable(String)) }
|
9976
|
-
attr_accessor :
|
9970
|
+
attr_accessor :debtor_name
|
9977
9971
|
|
9978
|
-
#
|
9979
|
-
sig { returns(
|
9980
|
-
attr_accessor :
|
9972
|
+
# An Increase-constructed description of the transfer.
|
9973
|
+
sig { returns(String) }
|
9974
|
+
attr_accessor :description
|
9981
9975
|
|
9982
|
-
#
|
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 :
|
9978
|
+
attr_accessor :end_to_end_identification
|
9985
9979
|
|
9986
|
-
#
|
9987
|
-
# the
|
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 :
|
9984
|
+
attr_accessor :input_message_accountability_data
|
9990
9985
|
|
9991
|
-
#
|
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 :
|
9989
|
+
attr_accessor :instructing_agent_routing_number
|
9994
9990
|
|
9995
|
-
#
|
9991
|
+
# The sending bank's identifier for the wire transfer.
|
9996
9992
|
sig { returns(T.nilable(String)) }
|
9997
|
-
attr_accessor :
|
9993
|
+
attr_accessor :instruction_identification
|
9998
9994
|
|
9999
|
-
#
|
10000
|
-
sig { returns(
|
10001
|
-
attr_accessor :
|
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
|
-
#
|
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 :
|
10003
|
+
attr_accessor :unique_end_to_end_transaction_reference
|
10006
10004
|
|
10007
|
-
# A free-form message set by the
|
10005
|
+
# A free-form message set by the sender.
|
10008
10006
|
sig { returns(T.nilable(String)) }
|
10009
|
-
attr_accessor :
|
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
|
-
|
10023
|
-
|
10024
|
-
|
10025
|
-
|
10026
|
-
|
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
|
-
|
10030
|
-
|
10031
|
-
|
10032
|
-
|
10033
|
-
|
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
|
-
|
10038
|
+
creditor_address_line1:,
|
10047
10039
|
# A free-form address field set by the sender.
|
10048
|
-
|
10040
|
+
creditor_address_line2:,
|
10049
10041
|
# A free-form address field set by the sender.
|
10050
|
-
|
10042
|
+
creditor_address_line3:,
|
10051
10043
|
# A name set by the sender.
|
10052
|
-
|
10053
|
-
# A free-form
|
10054
|
-
|
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
|
10062
|
-
|
10063
|
-
|
10064
|
-
|
10065
|
-
|
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
|
-
|
10092
|
-
|
10093
|
-
|
10094
|
-
|
10095
|
-
|
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
|
-
|
10099
|
-
|
10100
|
-
|
10101
|
-
|
10102
|
-
|
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
|