increase 1.8.0 → 1.10.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 +17 -0
- data/README.md +1 -1
- data/lib/increase/models/card_payment.rb +3 -0
- data/lib/increase/models/declined_transaction.rb +3 -0
- data/lib/increase/models/physical_card.rb +36 -1
- data/lib/increase/models/simulations/card_authorization_create_params.rb +3 -0
- data/lib/increase/models/wire_drawdown_request.rb +174 -88
- data/lib/increase/models/wire_drawdown_request_create_params.rb +156 -81
- data/lib/increase/resources/wire_drawdown_requests.rb +10 -21
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_payment.rbi +7 -0
- data/rbi/increase/models/declined_transaction.rbi +7 -0
- data/rbi/increase/models/physical_card.rbi +56 -0
- data/rbi/increase/models/simulations/card_authorization_create_params.rbi +7 -0
- data/rbi/increase/models/wire_drawdown_request.rbi +239 -95
- data/rbi/increase/models/wire_drawdown_request_create_params.rbi +249 -118
- data/rbi/increase/resources/wire_drawdown_requests.rbi +25 -43
- data/sig/increase/models/card_payment.rbs +4 -0
- data/sig/increase/models/declined_transaction.rbs +4 -0
- data/sig/increase/models/physical_card.rbs +19 -0
- data/sig/increase/models/simulations/card_authorization_create_params.rbs +4 -0
- data/sig/increase/models/wire_drawdown_request.rbs +119 -55
- data/sig/increase/models/wire_drawdown_request_create_params.rbs +123 -61
- data/sig/increase/resources/wire_drawdown_requests.rbs +7 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca0b9db9acd9a0db562f430e3e3806f89541db9f4b2c9005f8b30cba3b5bf640
|
4
|
+
data.tar.gz: 6a1246ed10ca4015d98f0245c46f7f18707c5a4ea1c01a5933c8a3d81a6cfe43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00d5e8eb056a03775b347adff661b0bf82a6a7efea55fa9b716a5a0851bc70c4fdbf02ca513403dff721a377a6356c128dc565d941e5ef547c693007e5e55deb
|
7
|
+
data.tar.gz: 1b8ab970ecd464ffc08bba1ec608e703ebefd90bf528679d9b6fe1bd2115bb0793c3490d5ec8b93f8a28f0c596b3bcc08e341cf82d120f6801251bc638d30129
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.10.0 (2025-07-08)
|
4
|
+
|
5
|
+
Full Changelog: [v1.9.0...v1.10.0](https://github.com/Increase/increase-ruby/compare/v1.9.0...v1.10.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([2e57642](https://github.com/Increase/increase-ruby/commit/2e576426eaf44efb61af1d5012820b83ed36d059))
|
10
|
+
* **api:** api update ([c873f32](https://github.com/Increase/increase-ruby/commit/c873f32a202b3db985d36d07a933467c7c45f472))
|
11
|
+
|
12
|
+
## 1.9.0 (2025-07-04)
|
13
|
+
|
14
|
+
Full Changelog: [v1.8.0...v1.9.0](https://github.com/Increase/increase-ruby/compare/v1.8.0...v1.9.0)
|
15
|
+
|
16
|
+
### Features
|
17
|
+
|
18
|
+
* **api:** api update ([39cfff5](https://github.com/Increase/increase-ruby/commit/39cfff5f5bbb36f2ac638c05b3259c3a76a9fe08))
|
19
|
+
|
3
20
|
## 1.8.0 (2025-07-04)
|
4
21
|
|
5
22
|
Full Changelog: [v1.7.0...v1.8.0](https://github.com/Increase/increase-ruby/compare/v1.7.0...v1.8.0)
|
data/README.md
CHANGED
@@ -2186,6 +2186,9 @@ module Increase
|
|
2186
2186
|
# The transaction was declined because the 3DS authentication failed.
|
2187
2187
|
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
|
2188
2188
|
|
2189
|
+
# The transaction was suspected to be used by a card tester to test for valid card numbers.
|
2190
|
+
SUSPECTED_CARD_TESTING = :suspected_card_testing
|
2191
|
+
|
2189
2192
|
# The transaction was suspected to be fraudulent. Please reach out to support@increase.com for more information.
|
2190
2193
|
SUSPECTED_FRAUD = :suspected_fraud
|
2191
2194
|
|
@@ -1098,6 +1098,9 @@ module Increase
|
|
1098
1098
|
# The transaction was declined because the 3DS authentication failed.
|
1099
1099
|
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
|
1100
1100
|
|
1101
|
+
# The transaction was suspected to be used by a card tester to test for valid card numbers.
|
1102
|
+
SUSPECTED_CARD_TESTING = :suspected_card_testing
|
1103
|
+
|
1101
1104
|
# The transaction was suspected to be fraudulent. Please reach out to support@increase.com for more information.
|
1102
1105
|
SUSPECTED_FRAUD = :suspected_fraud
|
1103
1106
|
|
@@ -126,6 +126,16 @@ module Increase
|
|
126
126
|
# @return [Symbol, Increase::Models::PhysicalCard::Shipment::Method]
|
127
127
|
required :method_, enum: -> { Increase::PhysicalCard::Shipment::Method }, api_name: :method
|
128
128
|
|
129
|
+
# @!attribute schedule
|
130
|
+
# When this physical card should be produced by the card printer. The default
|
131
|
+
# timeline is the day after the card printer receives the order, except for
|
132
|
+
# `FEDEX_PRIORITY_OVERNIGHT` cards, which default to `SAME_DAY`. To use faster
|
133
|
+
# production methods, please reach out to
|
134
|
+
# [support@increase.com](mailto:support@increase.com).
|
135
|
+
#
|
136
|
+
# @return [Symbol, Increase::Models::PhysicalCard::Shipment::Schedule]
|
137
|
+
required :schedule, enum: -> { Increase::PhysicalCard::Shipment::Schedule }
|
138
|
+
|
129
139
|
# @!attribute status
|
130
140
|
# The status of this shipment.
|
131
141
|
#
|
@@ -138,13 +148,18 @@ module Increase
|
|
138
148
|
# @return [Increase::Models::PhysicalCard::Shipment::Tracking, nil]
|
139
149
|
required :tracking, -> { Increase::PhysicalCard::Shipment::Tracking }, nil?: true
|
140
150
|
|
141
|
-
# @!method initialize(address:, method_:, status:, tracking:)
|
151
|
+
# @!method initialize(address:, method_:, schedule:, status:, tracking:)
|
152
|
+
# Some parameter documentations has been truncated, see
|
153
|
+
# {Increase::Models::PhysicalCard::Shipment} for more details.
|
154
|
+
#
|
142
155
|
# The details used to ship this physical card.
|
143
156
|
#
|
144
157
|
# @param address [Increase::Models::PhysicalCard::Shipment::Address] The location to where the card's packing label is addressed.
|
145
158
|
#
|
146
159
|
# @param method_ [Symbol, Increase::Models::PhysicalCard::Shipment::Method] The shipping method.
|
147
160
|
#
|
161
|
+
# @param schedule [Symbol, Increase::Models::PhysicalCard::Shipment::Schedule] When this physical card should be produced by the card printer. The default time
|
162
|
+
#
|
148
163
|
# @param status [Symbol, Increase::Models::PhysicalCard::Shipment::Status] The status of this shipment.
|
149
164
|
#
|
150
165
|
# @param tracking [Increase::Models::PhysicalCard::Shipment::Tracking, nil] Tracking details for the shipment.
|
@@ -230,6 +245,26 @@ module Increase
|
|
230
245
|
# @return [Array<Symbol>]
|
231
246
|
end
|
232
247
|
|
248
|
+
# When this physical card should be produced by the card printer. The default
|
249
|
+
# timeline is the day after the card printer receives the order, except for
|
250
|
+
# `FEDEX_PRIORITY_OVERNIGHT` cards, which default to `SAME_DAY`. To use faster
|
251
|
+
# production methods, please reach out to
|
252
|
+
# [support@increase.com](mailto:support@increase.com).
|
253
|
+
#
|
254
|
+
# @see Increase::Models::PhysicalCard::Shipment#schedule
|
255
|
+
module Schedule
|
256
|
+
extend Increase::Internal::Type::Enum
|
257
|
+
|
258
|
+
# The physical card will be shipped one business day after the order is received by the card printer. A card that is submitted to Increase on a Monday evening (Pacific Time) will ship out on Wednesday.
|
259
|
+
NEXT_DAY = :next_day
|
260
|
+
|
261
|
+
# The physical card will be shipped on the same business day that the order is received by the card printer. A card that is submitted to Increase on a Monday evening (Pacific Time) will ship out on Tuesday.
|
262
|
+
SAME_DAY = :same_day
|
263
|
+
|
264
|
+
# @!method self.values
|
265
|
+
# @return [Array<Symbol>]
|
266
|
+
end
|
267
|
+
|
233
268
|
# The status of this shipment.
|
234
269
|
#
|
235
270
|
# @see Increase::Models::PhysicalCard::Shipment#status
|
@@ -222,6 +222,9 @@ module Increase
|
|
222
222
|
# The transaction was declined because the 3DS authentication failed.
|
223
223
|
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
|
224
224
|
|
225
|
+
# The transaction was suspected to be used by a card tester to test for valid card numbers.
|
226
|
+
SUSPECTED_CARD_TESTING = :suspected_card_testing
|
227
|
+
|
225
228
|
# The transaction was suspected to be fraudulent. Please reach out to support@increase.com for more information.
|
226
229
|
SUSPECTED_FRAUD = :suspected_fraud
|
227
230
|
|
@@ -11,8 +11,8 @@ module Increase
|
|
11
11
|
required :id, String
|
12
12
|
|
13
13
|
# @!attribute account_number_id
|
14
|
-
# The Account Number to which the recipient of this request
|
15
|
-
# send funds.
|
14
|
+
# The Account Number to which the debtor—the recipient of this request—is being
|
15
|
+
# requested to send funds.
|
16
16
|
#
|
17
17
|
# @return [String]
|
18
18
|
required :account_number_id, String
|
@@ -30,6 +30,18 @@ module Increase
|
|
30
30
|
# @return [Time]
|
31
31
|
required :created_at, Time
|
32
32
|
|
33
|
+
# @!attribute creditor_address
|
34
|
+
# The creditor's address.
|
35
|
+
#
|
36
|
+
# @return [Increase::Models::WireDrawdownRequest::CreditorAddress]
|
37
|
+
required :creditor_address, -> { Increase::WireDrawdownRequest::CreditorAddress }
|
38
|
+
|
39
|
+
# @!attribute creditor_name
|
40
|
+
# The creditor's name.
|
41
|
+
#
|
42
|
+
# @return [String]
|
43
|
+
required :creditor_name, String
|
44
|
+
|
33
45
|
# @!attribute currency
|
34
46
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being
|
35
47
|
# requested. Will always be "USD".
|
@@ -37,86 +49,44 @@ module Increase
|
|
37
49
|
# @return [String]
|
38
50
|
required :currency, String
|
39
51
|
|
40
|
-
# @!attribute
|
41
|
-
#
|
42
|
-
# be the identifier of the corresponding Transaction.
|
43
|
-
#
|
44
|
-
# @return [String, nil]
|
45
|
-
required :fulfillment_inbound_wire_transfer_id, String, nil?: true
|
46
|
-
|
47
|
-
# @!attribute idempotency_key
|
48
|
-
# The idempotency key you chose for this object. This value is unique across
|
49
|
-
# Increase and is used to ensure that a request is only processed once. Learn more
|
50
|
-
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
51
|
-
#
|
52
|
-
# @return [String, nil]
|
53
|
-
required :idempotency_key, String, nil?: true
|
54
|
-
|
55
|
-
# @!attribute message_to_recipient
|
56
|
-
# The message the recipient will see as part of the drawdown request.
|
52
|
+
# @!attribute debtor_account_number
|
53
|
+
# The debtor's account number.
|
57
54
|
#
|
58
55
|
# @return [String]
|
59
|
-
required :
|
60
|
-
|
61
|
-
# @!attribute originator_address_line1
|
62
|
-
# The originator's address line 1.
|
63
|
-
#
|
64
|
-
# @return [String, nil]
|
65
|
-
required :originator_address_line1, String, nil?: true
|
66
|
-
|
67
|
-
# @!attribute originator_address_line2
|
68
|
-
# The originator's address line 2.
|
69
|
-
#
|
70
|
-
# @return [String, nil]
|
71
|
-
required :originator_address_line2, String, nil?: true
|
72
|
-
|
73
|
-
# @!attribute originator_address_line3
|
74
|
-
# The originator's address line 3.
|
75
|
-
#
|
76
|
-
# @return [String, nil]
|
77
|
-
required :originator_address_line3, String, nil?: true
|
56
|
+
required :debtor_account_number, String
|
78
57
|
|
79
|
-
# @!attribute
|
80
|
-
# The
|
58
|
+
# @!attribute debtor_address
|
59
|
+
# The debtor's address.
|
81
60
|
#
|
82
|
-
# @return [
|
83
|
-
required :
|
61
|
+
# @return [Increase::Models::WireDrawdownRequest::DebtorAddress]
|
62
|
+
required :debtor_address, -> { Increase::WireDrawdownRequest::DebtorAddress }
|
84
63
|
|
85
|
-
# @!attribute
|
86
|
-
# The
|
64
|
+
# @!attribute debtor_name
|
65
|
+
# The debtor's name.
|
87
66
|
#
|
88
67
|
# @return [String]
|
89
|
-
required :
|
68
|
+
required :debtor_name, String
|
90
69
|
|
91
|
-
# @!attribute
|
92
|
-
#
|
70
|
+
# @!attribute debtor_routing_number
|
71
|
+
# The debtor's routing number.
|
93
72
|
#
|
94
|
-
# @return [String
|
95
|
-
required :
|
96
|
-
|
97
|
-
# @!attribute recipient_address_line2
|
98
|
-
# Line 2 of the drawdown request's recipient's address.
|
99
|
-
#
|
100
|
-
# @return [String, nil]
|
101
|
-
required :recipient_address_line2, String, nil?: true
|
73
|
+
# @return [String]
|
74
|
+
required :debtor_routing_number, String
|
102
75
|
|
103
|
-
# @!attribute
|
104
|
-
#
|
76
|
+
# @!attribute fulfillment_inbound_wire_transfer_id
|
77
|
+
# If the recipient fulfills the drawdown request by sending funds, then this will
|
78
|
+
# be the identifier of the corresponding Transaction.
|
105
79
|
#
|
106
80
|
# @return [String, nil]
|
107
|
-
required :
|
81
|
+
required :fulfillment_inbound_wire_transfer_id, String, nil?: true
|
108
82
|
|
109
|
-
# @!attribute
|
110
|
-
# The
|
83
|
+
# @!attribute idempotency_key
|
84
|
+
# The idempotency key you chose for this object. This value is unique across
|
85
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
86
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
111
87
|
#
|
112
88
|
# @return [String, nil]
|
113
|
-
required :
|
114
|
-
|
115
|
-
# @!attribute recipient_routing_number
|
116
|
-
# The drawdown request's recipient's routing number.
|
117
|
-
#
|
118
|
-
# @return [String]
|
119
|
-
required :recipient_routing_number, String
|
89
|
+
required :idempotency_key, String, nil?: true
|
120
90
|
|
121
91
|
# @!attribute status
|
122
92
|
# The lifecycle status of the drawdown request.
|
@@ -138,7 +108,13 @@ module Increase
|
|
138
108
|
# @return [Symbol, Increase::Models::WireDrawdownRequest::Type]
|
139
109
|
required :type, enum: -> { Increase::WireDrawdownRequest::Type }
|
140
110
|
|
141
|
-
# @!
|
111
|
+
# @!attribute unstructured_remittance_information
|
112
|
+
# Remittance information the debtor will see as part of the drawdown request.
|
113
|
+
#
|
114
|
+
# @return [String]
|
115
|
+
required :unstructured_remittance_information, String
|
116
|
+
|
117
|
+
# @!method initialize(id:, account_number_id:, amount:, created_at:, creditor_address:, creditor_name:, currency:, debtor_account_number:, debtor_address:, debtor_name:, debtor_routing_number:, fulfillment_inbound_wire_transfer_id:, idempotency_key:, status:, submission:, type:, unstructured_remittance_information:)
|
142
118
|
# Some parameter documentations has been truncated, see
|
143
119
|
# {Increase::Models::WireDrawdownRequest} for more details.
|
144
120
|
#
|
@@ -151,45 +127,155 @@ module Increase
|
|
151
127
|
#
|
152
128
|
# @param id [String] The Wire drawdown request identifier.
|
153
129
|
#
|
154
|
-
# @param account_number_id [String] The Account Number to which the recipient of this request
|
130
|
+
# @param account_number_id [String] The Account Number to which the debtor—the recipient of this request—is being re
|
155
131
|
#
|
156
132
|
# @param amount [Integer] The amount being requested in cents.
|
157
133
|
#
|
158
134
|
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
|
159
135
|
#
|
160
|
-
# @param
|
161
|
-
#
|
162
|
-
# @param fulfillment_inbound_wire_transfer_id [String, nil] If the recipient fulfills the drawdown request by sending funds, then this will
|
163
|
-
#
|
164
|
-
# @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre
|
165
|
-
#
|
166
|
-
# @param message_to_recipient [String] The message the recipient will see as part of the drawdown request.
|
136
|
+
# @param creditor_address [Increase::Models::WireDrawdownRequest::CreditorAddress] The creditor's address.
|
167
137
|
#
|
168
|
-
# @param
|
138
|
+
# @param creditor_name [String] The creditor's name.
|
169
139
|
#
|
170
|
-
# @param
|
171
|
-
#
|
172
|
-
# @param originator_address_line3 [String, nil] The originator's address line 3.
|
173
|
-
#
|
174
|
-
# @param originator_name [String, nil] The originator's name.
|
140
|
+
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being
|
175
141
|
#
|
176
|
-
# @param
|
142
|
+
# @param debtor_account_number [String] The debtor's account number.
|
177
143
|
#
|
178
|
-
# @param
|
144
|
+
# @param debtor_address [Increase::Models::WireDrawdownRequest::DebtorAddress] The debtor's address.
|
179
145
|
#
|
180
|
-
# @param
|
146
|
+
# @param debtor_name [String] The debtor's name.
|
181
147
|
#
|
182
|
-
# @param
|
148
|
+
# @param debtor_routing_number [String] The debtor's routing number.
|
183
149
|
#
|
184
|
-
# @param
|
150
|
+
# @param fulfillment_inbound_wire_transfer_id [String, nil] If the recipient fulfills the drawdown request by sending funds, then this will
|
185
151
|
#
|
186
|
-
# @param
|
152
|
+
# @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre
|
187
153
|
#
|
188
154
|
# @param status [Symbol, Increase::Models::WireDrawdownRequest::Status] The lifecycle status of the drawdown request.
|
189
155
|
#
|
190
156
|
# @param submission [Increase::Models::WireDrawdownRequest::Submission, nil] After the drawdown request is submitted to Fedwire, this will contain supplement
|
191
157
|
#
|
192
158
|
# @param type [Symbol, Increase::Models::WireDrawdownRequest::Type] A constant representing the object's type. For this resource it will always be `
|
159
|
+
#
|
160
|
+
# @param unstructured_remittance_information [String] Remittance information the debtor will see as part of the drawdown request.
|
161
|
+
|
162
|
+
# @see Increase::Models::WireDrawdownRequest#creditor_address
|
163
|
+
class CreditorAddress < Increase::Internal::Type::BaseModel
|
164
|
+
# @!attribute city
|
165
|
+
# The city, district, town, or village of the address.
|
166
|
+
#
|
167
|
+
# @return [String]
|
168
|
+
required :city, String
|
169
|
+
|
170
|
+
# @!attribute country
|
171
|
+
# The two-letter
|
172
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
173
|
+
# the country of the address.
|
174
|
+
#
|
175
|
+
# @return [String]
|
176
|
+
required :country, String
|
177
|
+
|
178
|
+
# @!attribute line1
|
179
|
+
# The first line of the address.
|
180
|
+
#
|
181
|
+
# @return [String]
|
182
|
+
required :line1, String
|
183
|
+
|
184
|
+
# @!attribute line2
|
185
|
+
# The second line of the address.
|
186
|
+
#
|
187
|
+
# @return [String, nil]
|
188
|
+
required :line2, String, nil?: true
|
189
|
+
|
190
|
+
# @!attribute postal_code
|
191
|
+
# The ZIP code of the address.
|
192
|
+
#
|
193
|
+
# @return [String, nil]
|
194
|
+
required :postal_code, String, nil?: true
|
195
|
+
|
196
|
+
# @!attribute state
|
197
|
+
# The address state.
|
198
|
+
#
|
199
|
+
# @return [String, nil]
|
200
|
+
required :state, String, nil?: true
|
201
|
+
|
202
|
+
# @!method initialize(city:, country:, line1:, line2:, postal_code:, state:)
|
203
|
+
# Some parameter documentations has been truncated, see
|
204
|
+
# {Increase::Models::WireDrawdownRequest::CreditorAddress} for more details.
|
205
|
+
#
|
206
|
+
# The creditor's address.
|
207
|
+
#
|
208
|
+
# @param city [String] The city, district, town, or village of the address.
|
209
|
+
#
|
210
|
+
# @param country [String] The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alp
|
211
|
+
#
|
212
|
+
# @param line1 [String] The first line of the address.
|
213
|
+
#
|
214
|
+
# @param line2 [String, nil] The second line of the address.
|
215
|
+
#
|
216
|
+
# @param postal_code [String, nil] The ZIP code of the address.
|
217
|
+
#
|
218
|
+
# @param state [String, nil] The address state.
|
219
|
+
end
|
220
|
+
|
221
|
+
# @see Increase::Models::WireDrawdownRequest#debtor_address
|
222
|
+
class DebtorAddress < Increase::Internal::Type::BaseModel
|
223
|
+
# @!attribute city
|
224
|
+
# The city, district, town, or village of the address.
|
225
|
+
#
|
226
|
+
# @return [String]
|
227
|
+
required :city, String
|
228
|
+
|
229
|
+
# @!attribute country
|
230
|
+
# The two-letter
|
231
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
232
|
+
# the country of the address.
|
233
|
+
#
|
234
|
+
# @return [String]
|
235
|
+
required :country, String
|
236
|
+
|
237
|
+
# @!attribute line1
|
238
|
+
# The first line of the address.
|
239
|
+
#
|
240
|
+
# @return [String]
|
241
|
+
required :line1, String
|
242
|
+
|
243
|
+
# @!attribute line2
|
244
|
+
# The second line of the address.
|
245
|
+
#
|
246
|
+
# @return [String, nil]
|
247
|
+
required :line2, String, nil?: true
|
248
|
+
|
249
|
+
# @!attribute postal_code
|
250
|
+
# The ZIP code of the address.
|
251
|
+
#
|
252
|
+
# @return [String, nil]
|
253
|
+
required :postal_code, String, nil?: true
|
254
|
+
|
255
|
+
# @!attribute state
|
256
|
+
# The address state.
|
257
|
+
#
|
258
|
+
# @return [String, nil]
|
259
|
+
required :state, String, nil?: true
|
260
|
+
|
261
|
+
# @!method initialize(city:, country:, line1:, line2:, postal_code:, state:)
|
262
|
+
# Some parameter documentations has been truncated, see
|
263
|
+
# {Increase::Models::WireDrawdownRequest::DebtorAddress} for more details.
|
264
|
+
#
|
265
|
+
# The debtor's address.
|
266
|
+
#
|
267
|
+
# @param city [String] The city, district, town, or village of the address.
|
268
|
+
#
|
269
|
+
# @param country [String] The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alp
|
270
|
+
#
|
271
|
+
# @param line1 [String] The first line of the address.
|
272
|
+
#
|
273
|
+
# @param line2 [String, nil] The second line of the address.
|
274
|
+
#
|
275
|
+
# @param postal_code [String, nil] The ZIP code of the address.
|
276
|
+
#
|
277
|
+
# @param state [String, nil] The address state.
|
278
|
+
end
|
193
279
|
|
194
280
|
# The lifecycle status of the drawdown request.
|
195
281
|
#
|