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
@@ -9,21 +9,19 @@ module Increase
|
|
9
9
|
params(
|
10
10
|
account_number_id: String,
|
11
11
|
amount: Integer,
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
originator_to_beneficiary_information_line4: String,
|
26
|
-
sender_reference: String,
|
12
|
+
creditor_address_line1: String,
|
13
|
+
creditor_address_line2: String,
|
14
|
+
creditor_address_line3: String,
|
15
|
+
creditor_name: String,
|
16
|
+
debtor_address_line1: String,
|
17
|
+
debtor_address_line2: String,
|
18
|
+
debtor_address_line3: String,
|
19
|
+
debtor_name: String,
|
20
|
+
end_to_end_identification: String,
|
21
|
+
instructing_agent_routing_number: String,
|
22
|
+
instruction_identification: String,
|
23
|
+
unique_end_to_end_transaction_reference: String,
|
24
|
+
unstructured_remittance_information: String,
|
27
25
|
wire_drawdown_request_id: String,
|
28
26
|
request_options: Increase::RequestOptions::OrHash
|
29
27
|
).returns(Increase::InboundWireTransfer)
|
@@ -33,51 +31,45 @@ module Increase
|
|
33
31
|
account_number_id:,
|
34
32
|
# The transfer amount in cents. Must be positive.
|
35
33
|
amount:,
|
36
|
-
# The sending bank will set
|
37
|
-
#
|
38
|
-
|
39
|
-
# The sending bank will set
|
40
|
-
#
|
41
|
-
|
42
|
-
# The sending bank will set
|
43
|
-
#
|
44
|
-
|
45
|
-
# The sending bank will set
|
34
|
+
# The sending bank will set creditor_address_line1 in production. You can simulate
|
35
|
+
# any value here.
|
36
|
+
creditor_address_line1: nil,
|
37
|
+
# The sending bank will set creditor_address_line2 in production. You can simulate
|
38
|
+
# any value here.
|
39
|
+
creditor_address_line2: nil,
|
40
|
+
# The sending bank will set creditor_address_line3 in production. You can simulate
|
41
|
+
# any value here.
|
42
|
+
creditor_address_line3: nil,
|
43
|
+
# The sending bank will set creditor_name in production. You can simulate any
|
46
44
|
# value here.
|
47
|
-
|
48
|
-
# The sending bank will set
|
45
|
+
creditor_name: nil,
|
46
|
+
# The sending bank will set debtor_address_line1 in production. You can simulate
|
49
47
|
# any value here.
|
50
|
-
|
51
|
-
# The sending bank will set
|
52
|
-
#
|
53
|
-
|
54
|
-
# The sending bank will set
|
55
|
-
#
|
56
|
-
|
57
|
-
# The sending bank will set
|
48
|
+
debtor_address_line1: nil,
|
49
|
+
# The sending bank will set debtor_address_line2 in production. You can simulate
|
50
|
+
# any value here.
|
51
|
+
debtor_address_line2: nil,
|
52
|
+
# The sending bank will set debtor_address_line3 in production. You can simulate
|
53
|
+
# any value here.
|
54
|
+
debtor_address_line3: nil,
|
55
|
+
# The sending bank will set debtor_name in production. You can simulate any value
|
56
|
+
# here.
|
57
|
+
debtor_name: nil,
|
58
|
+
# The sending bank will set end_to_end_identification in production. You can
|
58
59
|
# simulate any value here.
|
59
|
-
|
60
|
-
# The sending bank will set
|
61
|
-
# value here.
|
62
|
-
|
63
|
-
# The sending bank will set
|
60
|
+
end_to_end_identification: nil,
|
61
|
+
# The sending bank will set instructing_agent_routing_number in production. You
|
62
|
+
# can simulate any value here.
|
63
|
+
instructing_agent_routing_number: nil,
|
64
|
+
# The sending bank will set instruction_identification in production. You can
|
64
65
|
# simulate any value here.
|
65
|
-
|
66
|
-
# The sending bank will set
|
67
|
-
#
|
68
|
-
|
69
|
-
# The sending bank will set
|
70
|
-
#
|
71
|
-
|
72
|
-
# The sending bank will set originator_to_beneficiary_information_line3 in
|
73
|
-
# production. You can simulate any value here.
|
74
|
-
originator_to_beneficiary_information_line3: nil,
|
75
|
-
# The sending bank will set originator_to_beneficiary_information_line4 in
|
76
|
-
# production. You can simulate any value here.
|
77
|
-
originator_to_beneficiary_information_line4: nil,
|
78
|
-
# The sending bank will set sender_reference in production. You can simulate any
|
79
|
-
# value here.
|
80
|
-
sender_reference: nil,
|
66
|
+
instruction_identification: nil,
|
67
|
+
# The sending bank will set unique_end_to_end_transaction_reference in production.
|
68
|
+
# You can simulate any value here.
|
69
|
+
unique_end_to_end_transaction_reference: nil,
|
70
|
+
# The sending bank will set unstructured_remittance_information in production. You
|
71
|
+
# can simulate any value here.
|
72
|
+
unstructured_remittance_information: nil,
|
81
73
|
# The identifier of a Wire Drawdown Request the inbound Wire Transfer is
|
82
74
|
# fulfilling.
|
83
75
|
wire_drawdown_request_id: nil,
|
@@ -5,21 +5,19 @@ module Increase
|
|
5
5
|
{
|
6
6
|
account_number_id: String,
|
7
7
|
amount: Integer,
|
8
|
-
:
|
9
|
-
:
|
10
|
-
:
|
11
|
-
|
12
|
-
|
13
|
-
:
|
14
|
-
:
|
15
|
-
:
|
16
|
-
|
17
|
-
|
18
|
-
:
|
19
|
-
:
|
20
|
-
:
|
21
|
-
:originator_to_beneficiary_information_line4 => String,
|
22
|
-
sender_reference: String,
|
8
|
+
:creditor_address_line1 => String,
|
9
|
+
:creditor_address_line2 => String,
|
10
|
+
:creditor_address_line3 => String,
|
11
|
+
creditor_name: String,
|
12
|
+
:debtor_address_line1 => String,
|
13
|
+
:debtor_address_line2 => String,
|
14
|
+
:debtor_address_line3 => String,
|
15
|
+
debtor_name: String,
|
16
|
+
end_to_end_identification: String,
|
17
|
+
instructing_agent_routing_number: String,
|
18
|
+
instruction_identification: String,
|
19
|
+
unique_end_to_end_transaction_reference: String,
|
20
|
+
unstructured_remittance_information: String,
|
23
21
|
wire_drawdown_request_id: String
|
24
22
|
}
|
25
23
|
& Increase::Internal::Type::request_parameters
|
@@ -32,65 +30,57 @@ module Increase
|
|
32
30
|
|
33
31
|
attr_accessor amount: Integer
|
34
32
|
|
35
|
-
attr_reader
|
33
|
+
attr_reader creditor_address_line1: String?
|
36
34
|
|
37
|
-
def
|
35
|
+
def creditor_address_line1=: (String) -> String
|
38
36
|
|
39
|
-
attr_reader
|
37
|
+
attr_reader creditor_address_line2: String?
|
40
38
|
|
41
|
-
def
|
39
|
+
def creditor_address_line2=: (String) -> String
|
42
40
|
|
43
|
-
attr_reader
|
41
|
+
attr_reader creditor_address_line3: String?
|
44
42
|
|
45
|
-
def
|
43
|
+
def creditor_address_line3=: (String) -> String
|
46
44
|
|
47
|
-
attr_reader
|
45
|
+
attr_reader creditor_name: String?
|
48
46
|
|
49
|
-
def
|
47
|
+
def creditor_name=: (String) -> String
|
50
48
|
|
51
|
-
attr_reader
|
49
|
+
attr_reader debtor_address_line1: String?
|
52
50
|
|
53
|
-
def
|
51
|
+
def debtor_address_line1=: (String) -> String
|
54
52
|
|
55
|
-
attr_reader
|
53
|
+
attr_reader debtor_address_line2: String?
|
56
54
|
|
57
|
-
def
|
55
|
+
def debtor_address_line2=: (String) -> String
|
58
56
|
|
59
|
-
attr_reader
|
57
|
+
attr_reader debtor_address_line3: String?
|
60
58
|
|
61
|
-
def
|
59
|
+
def debtor_address_line3=: (String) -> String
|
62
60
|
|
63
|
-
attr_reader
|
61
|
+
attr_reader debtor_name: String?
|
64
62
|
|
65
|
-
def
|
63
|
+
def debtor_name=: (String) -> String
|
66
64
|
|
67
|
-
attr_reader
|
65
|
+
attr_reader end_to_end_identification: String?
|
68
66
|
|
69
|
-
def
|
67
|
+
def end_to_end_identification=: (String) -> String
|
70
68
|
|
71
|
-
attr_reader
|
69
|
+
attr_reader instructing_agent_routing_number: String?
|
72
70
|
|
73
|
-
def
|
71
|
+
def instructing_agent_routing_number=: (String) -> String
|
74
72
|
|
75
|
-
attr_reader
|
73
|
+
attr_reader instruction_identification: String?
|
76
74
|
|
77
|
-
def
|
75
|
+
def instruction_identification=: (String) -> String
|
78
76
|
|
79
|
-
attr_reader
|
77
|
+
attr_reader unique_end_to_end_transaction_reference: String?
|
80
78
|
|
81
|
-
def
|
79
|
+
def unique_end_to_end_transaction_reference=: (String) -> String
|
82
80
|
|
83
|
-
attr_reader
|
81
|
+
attr_reader unstructured_remittance_information: String?
|
84
82
|
|
85
|
-
def
|
86
|
-
|
87
|
-
attr_reader originator_to_beneficiary_information_line4: String?
|
88
|
-
|
89
|
-
def originator_to_beneficiary_information_line4=: (String) -> String
|
90
|
-
|
91
|
-
attr_reader sender_reference: String?
|
92
|
-
|
93
|
-
def sender_reference=: (String) -> String
|
83
|
+
def unstructured_remittance_information=: (String) -> String
|
94
84
|
|
95
85
|
attr_reader wire_drawdown_request_id: String?
|
96
86
|
|
@@ -99,21 +89,19 @@ module Increase
|
|
99
89
|
def initialize: (
|
100
90
|
account_number_id: String,
|
101
91
|
amount: Integer,
|
102
|
-
?
|
103
|
-
?
|
104
|
-
?
|
105
|
-
?
|
106
|
-
?
|
107
|
-
?
|
108
|
-
?
|
109
|
-
?
|
110
|
-
?
|
111
|
-
?
|
112
|
-
?
|
113
|
-
?
|
114
|
-
?
|
115
|
-
?originator_to_beneficiary_information_line4: String,
|
116
|
-
?sender_reference: String,
|
92
|
+
?creditor_address_line1: String,
|
93
|
+
?creditor_address_line2: String,
|
94
|
+
?creditor_address_line3: String,
|
95
|
+
?creditor_name: String,
|
96
|
+
?debtor_address_line1: String,
|
97
|
+
?debtor_address_line2: String,
|
98
|
+
?debtor_address_line3: String,
|
99
|
+
?debtor_name: String,
|
100
|
+
?end_to_end_identification: String,
|
101
|
+
?instructing_agent_routing_number: String,
|
102
|
+
?instruction_identification: String,
|
103
|
+
?unique_end_to_end_transaction_reference: String,
|
104
|
+
?unstructured_remittance_information: String,
|
117
105
|
?wire_drawdown_request_id: String,
|
118
106
|
?request_options: Increase::request_opts
|
119
107
|
) -> void
|
@@ -121,21 +109,19 @@ module Increase
|
|
121
109
|
def to_hash: -> {
|
122
110
|
account_number_id: String,
|
123
111
|
amount: Integer,
|
124
|
-
:
|
125
|
-
:
|
126
|
-
:
|
127
|
-
|
128
|
-
|
129
|
-
:
|
130
|
-
:
|
131
|
-
:
|
132
|
-
|
133
|
-
|
134
|
-
:
|
135
|
-
:
|
136
|
-
:
|
137
|
-
:originator_to_beneficiary_information_line4 => String,
|
138
|
-
sender_reference: String,
|
112
|
+
:creditor_address_line1 => String,
|
113
|
+
:creditor_address_line2 => String,
|
114
|
+
:creditor_address_line3 => String,
|
115
|
+
creditor_name: String,
|
116
|
+
:debtor_address_line1 => String,
|
117
|
+
:debtor_address_line2 => String,
|
118
|
+
:debtor_address_line3 => String,
|
119
|
+
debtor_name: String,
|
120
|
+
end_to_end_identification: String,
|
121
|
+
instructing_agent_routing_number: String,
|
122
|
+
instruction_identification: String,
|
123
|
+
unique_end_to_end_transaction_reference: String,
|
124
|
+
unstructured_remittance_information: String,
|
139
125
|
wire_drawdown_request_id: String,
|
140
126
|
request_options: Increase::RequestOptions
|
141
127
|
}
|
@@ -4116,107 +4116,97 @@ module Increase
|
|
4116
4116
|
type inbound_wire_transfer =
|
4117
4117
|
{
|
4118
4118
|
amount: Integer,
|
4119
|
-
:
|
4120
|
-
:
|
4121
|
-
:
|
4122
|
-
|
4123
|
-
|
4119
|
+
:creditor_address_line1 => String?,
|
4120
|
+
:creditor_address_line2 => String?,
|
4121
|
+
:creditor_address_line3 => String?,
|
4122
|
+
creditor_name: String?,
|
4123
|
+
:debtor_address_line1 => String?,
|
4124
|
+
:debtor_address_line2 => String?,
|
4125
|
+
:debtor_address_line3 => String?,
|
4126
|
+
debtor_name: String?,
|
4124
4127
|
description: String,
|
4128
|
+
end_to_end_identification: String?,
|
4125
4129
|
input_message_accountability_data: String?,
|
4126
|
-
:
|
4127
|
-
:
|
4128
|
-
:
|
4129
|
-
|
4130
|
-
|
4131
|
-
originator_to_beneficiary_information: String?,
|
4132
|
-
:originator_to_beneficiary_information_line1 => String?,
|
4133
|
-
:originator_to_beneficiary_information_line2 => String?,
|
4134
|
-
:originator_to_beneficiary_information_line3 => String?,
|
4135
|
-
:originator_to_beneficiary_information_line4 => String?,
|
4136
|
-
transfer_id: String
|
4130
|
+
instructing_agent_routing_number: String?,
|
4131
|
+
instruction_identification: String?,
|
4132
|
+
transfer_id: String,
|
4133
|
+
unique_end_to_end_transaction_reference: String?,
|
4134
|
+
unstructured_remittance_information: String?
|
4137
4135
|
}
|
4138
4136
|
|
4139
4137
|
class InboundWireTransfer < Increase::Internal::Type::BaseModel
|
4140
4138
|
attr_accessor amount: Integer
|
4141
4139
|
|
4142
|
-
attr_accessor
|
4143
|
-
|
4144
|
-
attr_accessor beneficiary_address_line2: String?
|
4145
|
-
|
4146
|
-
attr_accessor beneficiary_address_line3: String?
|
4140
|
+
attr_accessor creditor_address_line1: String?
|
4147
4141
|
|
4148
|
-
attr_accessor
|
4142
|
+
attr_accessor creditor_address_line2: String?
|
4149
4143
|
|
4150
|
-
attr_accessor
|
4144
|
+
attr_accessor creditor_address_line3: String?
|
4151
4145
|
|
4152
|
-
attr_accessor
|
4146
|
+
attr_accessor creditor_name: String?
|
4153
4147
|
|
4154
|
-
attr_accessor
|
4148
|
+
attr_accessor debtor_address_line1: String?
|
4155
4149
|
|
4156
|
-
attr_accessor
|
4150
|
+
attr_accessor debtor_address_line2: String?
|
4157
4151
|
|
4158
|
-
attr_accessor
|
4152
|
+
attr_accessor debtor_address_line3: String?
|
4159
4153
|
|
4160
|
-
attr_accessor
|
4154
|
+
attr_accessor debtor_name: String?
|
4161
4155
|
|
4162
|
-
attr_accessor
|
4156
|
+
attr_accessor description: String
|
4163
4157
|
|
4164
|
-
attr_accessor
|
4158
|
+
attr_accessor end_to_end_identification: String?
|
4165
4159
|
|
4166
|
-
attr_accessor
|
4160
|
+
attr_accessor input_message_accountability_data: String?
|
4167
4161
|
|
4168
|
-
attr_accessor
|
4162
|
+
attr_accessor instructing_agent_routing_number: String?
|
4169
4163
|
|
4170
|
-
attr_accessor
|
4164
|
+
attr_accessor instruction_identification: String?
|
4171
4165
|
|
4172
|
-
attr_accessor
|
4166
|
+
attr_accessor transfer_id: String
|
4173
4167
|
|
4174
|
-
attr_accessor
|
4168
|
+
attr_accessor unique_end_to_end_transaction_reference: String?
|
4175
4169
|
|
4176
|
-
attr_accessor
|
4170
|
+
attr_accessor unstructured_remittance_information: String?
|
4177
4171
|
|
4178
4172
|
def initialize: (
|
4179
4173
|
amount: Integer,
|
4180
|
-
|
4181
|
-
|
4182
|
-
|
4183
|
-
|
4184
|
-
|
4174
|
+
creditor_address_line1: String?,
|
4175
|
+
creditor_address_line2: String?,
|
4176
|
+
creditor_address_line3: String?,
|
4177
|
+
creditor_name: String?,
|
4178
|
+
debtor_address_line1: String?,
|
4179
|
+
debtor_address_line2: String?,
|
4180
|
+
debtor_address_line3: String?,
|
4181
|
+
debtor_name: String?,
|
4185
4182
|
description: String,
|
4183
|
+
end_to_end_identification: String?,
|
4186
4184
|
input_message_accountability_data: String?,
|
4187
|
-
|
4188
|
-
|
4189
|
-
|
4190
|
-
|
4191
|
-
|
4192
|
-
originator_to_beneficiary_information: String?,
|
4193
|
-
originator_to_beneficiary_information_line1: String?,
|
4194
|
-
originator_to_beneficiary_information_line2: String?,
|
4195
|
-
originator_to_beneficiary_information_line3: String?,
|
4196
|
-
originator_to_beneficiary_information_line4: String?,
|
4197
|
-
transfer_id: String
|
4185
|
+
instructing_agent_routing_number: String?,
|
4186
|
+
instruction_identification: String?,
|
4187
|
+
transfer_id: String,
|
4188
|
+
unique_end_to_end_transaction_reference: String?,
|
4189
|
+
unstructured_remittance_information: String?
|
4198
4190
|
) -> void
|
4199
4191
|
|
4200
4192
|
def to_hash: -> {
|
4201
4193
|
amount: Integer,
|
4202
|
-
:
|
4203
|
-
:
|
4204
|
-
:
|
4205
|
-
|
4206
|
-
|
4194
|
+
:creditor_address_line1 => String?,
|
4195
|
+
:creditor_address_line2 => String?,
|
4196
|
+
:creditor_address_line3 => String?,
|
4197
|
+
creditor_name: String?,
|
4198
|
+
:debtor_address_line1 => String?,
|
4199
|
+
:debtor_address_line2 => String?,
|
4200
|
+
:debtor_address_line3 => String?,
|
4201
|
+
debtor_name: String?,
|
4207
4202
|
description: String,
|
4203
|
+
end_to_end_identification: String?,
|
4208
4204
|
input_message_accountability_data: String?,
|
4209
|
-
:
|
4210
|
-
:
|
4211
|
-
:
|
4212
|
-
|
4213
|
-
|
4214
|
-
originator_to_beneficiary_information: String?,
|
4215
|
-
:originator_to_beneficiary_information_line1 => String?,
|
4216
|
-
:originator_to_beneficiary_information_line2 => String?,
|
4217
|
-
:originator_to_beneficiary_information_line3 => String?,
|
4218
|
-
:originator_to_beneficiary_information_line4 => String?,
|
4219
|
-
transfer_id: String
|
4205
|
+
instructing_agent_routing_number: String?,
|
4206
|
+
instruction_identification: String?,
|
4207
|
+
transfer_id: String,
|
4208
|
+
unique_end_to_end_transaction_reference: String?,
|
4209
|
+
unstructured_remittance_information: String?
|
4220
4210
|
}
|
4221
4211
|
end
|
4222
4212
|
|
@@ -5,21 +5,19 @@ module Increase
|
|
5
5
|
def create: (
|
6
6
|
account_number_id: String,
|
7
7
|
amount: Integer,
|
8
|
-
?
|
9
|
-
?
|
10
|
-
?
|
11
|
-
?
|
12
|
-
?
|
13
|
-
?
|
14
|
-
?
|
15
|
-
?
|
16
|
-
?
|
17
|
-
?
|
18
|
-
?
|
19
|
-
?
|
20
|
-
?
|
21
|
-
?originator_to_beneficiary_information_line4: String,
|
22
|
-
?sender_reference: String,
|
8
|
+
?creditor_address_line1: String,
|
9
|
+
?creditor_address_line2: String,
|
10
|
+
?creditor_address_line3: String,
|
11
|
+
?creditor_name: String,
|
12
|
+
?debtor_address_line1: String,
|
13
|
+
?debtor_address_line2: String,
|
14
|
+
?debtor_address_line3: String,
|
15
|
+
?debtor_name: String,
|
16
|
+
?end_to_end_identification: String,
|
17
|
+
?instructing_agent_routing_number: String,
|
18
|
+
?instruction_identification: String,
|
19
|
+
?unique_end_to_end_transaction_reference: String,
|
20
|
+
?unstructured_remittance_information: String,
|
23
21
|
?wire_drawdown_request_id: String,
|
24
22
|
?request_options: Increase::request_opts
|
25
23
|
) -> Increase::InboundWireTransfer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: increase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Increase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|