increase 1.86.0 → 1.87.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 +8 -0
- data/README.md +1 -1
- data/lib/increase/models/card_payment.rb +144 -72
- data/lib/increase/models/declined_transaction.rb +36 -18
- data/lib/increase/models/pending_transaction.rb +36 -18
- data/lib/increase/models/real_time_decision.rb +36 -18
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_payment.rbi +216 -72
- data/rbi/increase/models/declined_transaction.rbi +54 -18
- data/rbi/increase/models/pending_transaction.rbi +54 -18
- data/rbi/increase/models/real_time_decision.rbi +54 -18
- metadata +1 -1
@@ -1900,7 +1900,9 @@ module Increase
|
|
1900
1900
|
)
|
1901
1901
|
end
|
1902
1902
|
|
1903
|
-
# The amount in minor units of the `currency` field.
|
1903
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
1904
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
1905
|
+
# subtracted from the amount (such as a discount).
|
1904
1906
|
sig { returns(Integer) }
|
1905
1907
|
attr_accessor :amount
|
1906
1908
|
|
@@ -1916,7 +1918,9 @@ module Increase
|
|
1916
1918
|
)
|
1917
1919
|
end
|
1918
1920
|
def self.new(
|
1919
|
-
# The amount in minor units of the `currency` field.
|
1921
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
1922
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
1923
|
+
# subtracted from the amount (such as a discount).
|
1920
1924
|
amount:,
|
1921
1925
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
1922
1926
|
# amount's currency.
|
@@ -1938,7 +1942,9 @@ module Increase
|
|
1938
1942
|
)
|
1939
1943
|
end
|
1940
1944
|
|
1941
|
-
# The amount in minor units of the `currency` field.
|
1945
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
1946
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
1947
|
+
# subtracted from the amount (such as a discount).
|
1942
1948
|
sig { returns(Integer) }
|
1943
1949
|
attr_accessor :amount
|
1944
1950
|
|
@@ -1954,7 +1960,9 @@ module Increase
|
|
1954
1960
|
)
|
1955
1961
|
end
|
1956
1962
|
def self.new(
|
1957
|
-
# The amount in minor units of the `currency` field.
|
1963
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
1964
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
1965
|
+
# subtracted from the amount (such as a discount).
|
1958
1966
|
amount:,
|
1959
1967
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
1960
1968
|
# amount's currency.
|
@@ -1976,7 +1984,9 @@ module Increase
|
|
1976
1984
|
)
|
1977
1985
|
end
|
1978
1986
|
|
1979
|
-
# The amount in minor units of the `currency` field.
|
1987
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
1988
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
1989
|
+
# subtracted from the amount (such as a discount).
|
1980
1990
|
sig { returns(Integer) }
|
1981
1991
|
attr_accessor :amount
|
1982
1992
|
|
@@ -1992,7 +2002,9 @@ module Increase
|
|
1992
2002
|
)
|
1993
2003
|
end
|
1994
2004
|
def self.new(
|
1995
|
-
# The amount in minor units of the `currency` field.
|
2005
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2006
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2007
|
+
# subtracted from the amount (such as a discount).
|
1996
2008
|
amount:,
|
1997
2009
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
1998
2010
|
# amount's currency.
|
@@ -2014,7 +2026,9 @@ module Increase
|
|
2014
2026
|
)
|
2015
2027
|
end
|
2016
2028
|
|
2017
|
-
# The amount in minor units of the `currency` field.
|
2029
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2030
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2031
|
+
# subtracted from the amount (such as a discount).
|
2018
2032
|
sig { returns(Integer) }
|
2019
2033
|
attr_accessor :amount
|
2020
2034
|
|
@@ -2030,7 +2044,9 @@ module Increase
|
|
2030
2044
|
)
|
2031
2045
|
end
|
2032
2046
|
def self.new(
|
2033
|
-
# The amount in minor units of the `currency` field.
|
2047
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2048
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2049
|
+
# subtracted from the amount (such as a discount).
|
2034
2050
|
amount:,
|
2035
2051
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2036
2052
|
# amount's currency.
|
@@ -2052,7 +2068,9 @@ module Increase
|
|
2052
2068
|
)
|
2053
2069
|
end
|
2054
2070
|
|
2055
|
-
# The amount in minor units of the `currency` field.
|
2071
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2072
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2073
|
+
# subtracted from the amount (such as a discount).
|
2056
2074
|
sig { returns(Integer) }
|
2057
2075
|
attr_accessor :amount
|
2058
2076
|
|
@@ -2068,7 +2086,9 @@ module Increase
|
|
2068
2086
|
)
|
2069
2087
|
end
|
2070
2088
|
def self.new(
|
2071
|
-
# The amount in minor units of the `currency` field.
|
2089
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2090
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2091
|
+
# subtracted from the amount (such as a discount).
|
2072
2092
|
amount:,
|
2073
2093
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2074
2094
|
# amount's currency.
|
@@ -2090,7 +2110,9 @@ module Increase
|
|
2090
2110
|
)
|
2091
2111
|
end
|
2092
2112
|
|
2093
|
-
# The amount in minor units of the `currency` field.
|
2113
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2114
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2115
|
+
# subtracted from the amount (such as a discount).
|
2094
2116
|
sig { returns(Integer) }
|
2095
2117
|
attr_accessor :amount
|
2096
2118
|
|
@@ -2106,7 +2128,9 @@ module Increase
|
|
2106
2128
|
)
|
2107
2129
|
end
|
2108
2130
|
def self.new(
|
2109
|
-
# The amount in minor units of the `currency` field.
|
2131
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2132
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2133
|
+
# subtracted from the amount (such as a discount).
|
2110
2134
|
amount:,
|
2111
2135
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2112
2136
|
# amount's currency.
|
@@ -2128,7 +2152,9 @@ module Increase
|
|
2128
2152
|
)
|
2129
2153
|
end
|
2130
2154
|
|
2131
|
-
# The amount in minor units of the `currency` field.
|
2155
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2156
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2157
|
+
# subtracted from the amount (such as a discount).
|
2132
2158
|
sig { returns(Integer) }
|
2133
2159
|
attr_accessor :amount
|
2134
2160
|
|
@@ -2144,7 +2170,9 @@ module Increase
|
|
2144
2170
|
)
|
2145
2171
|
end
|
2146
2172
|
def self.new(
|
2147
|
-
# The amount in minor units of the `currency` field.
|
2173
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2174
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2175
|
+
# subtracted from the amount (such as a discount).
|
2148
2176
|
amount:,
|
2149
2177
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2150
2178
|
# amount's currency.
|
@@ -2166,7 +2194,9 @@ module Increase
|
|
2166
2194
|
)
|
2167
2195
|
end
|
2168
2196
|
|
2169
|
-
# The amount in minor units of the `currency` field.
|
2197
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2198
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2199
|
+
# subtracted from the amount (such as a discount).
|
2170
2200
|
sig { returns(Integer) }
|
2171
2201
|
attr_accessor :amount
|
2172
2202
|
|
@@ -2182,7 +2212,9 @@ module Increase
|
|
2182
2212
|
)
|
2183
2213
|
end
|
2184
2214
|
def self.new(
|
2185
|
-
# The amount in minor units of the `currency` field.
|
2215
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2216
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2217
|
+
# subtracted from the amount (such as a discount).
|
2186
2218
|
amount:,
|
2187
2219
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2188
2220
|
# amount's currency.
|
@@ -2204,7 +2236,9 @@ module Increase
|
|
2204
2236
|
)
|
2205
2237
|
end
|
2206
2238
|
|
2207
|
-
# The amount in minor units of the `currency` field.
|
2239
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2240
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2241
|
+
# subtracted from the amount (such as a discount).
|
2208
2242
|
sig { returns(Integer) }
|
2209
2243
|
attr_accessor :amount
|
2210
2244
|
|
@@ -2220,7 +2254,9 @@ module Increase
|
|
2220
2254
|
)
|
2221
2255
|
end
|
2222
2256
|
def self.new(
|
2223
|
-
# The amount in minor units of the `currency` field.
|
2257
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
2258
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
2259
|
+
# subtracted from the amount (such as a discount).
|
2224
2260
|
amount:,
|
2225
2261
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
2226
2262
|
# amount's currency.
|
@@ -4253,7 +4289,9 @@ module Increase
|
|
4253
4289
|
)
|
4254
4290
|
end
|
4255
4291
|
|
4256
|
-
# The amount in minor units of the `currency` field.
|
4292
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4293
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4294
|
+
# subtracted from the amount (such as a discount).
|
4257
4295
|
sig { returns(Integer) }
|
4258
4296
|
attr_accessor :amount
|
4259
4297
|
|
@@ -4269,7 +4307,9 @@ module Increase
|
|
4269
4307
|
)
|
4270
4308
|
end
|
4271
4309
|
def self.new(
|
4272
|
-
# The amount in minor units of the `currency` field.
|
4310
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4311
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4312
|
+
# subtracted from the amount (such as a discount).
|
4273
4313
|
amount:,
|
4274
4314
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4275
4315
|
# amount's currency.
|
@@ -4291,7 +4331,9 @@ module Increase
|
|
4291
4331
|
)
|
4292
4332
|
end
|
4293
4333
|
|
4294
|
-
# The amount in minor units of the `currency` field.
|
4334
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4335
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4336
|
+
# subtracted from the amount (such as a discount).
|
4295
4337
|
sig { returns(Integer) }
|
4296
4338
|
attr_accessor :amount
|
4297
4339
|
|
@@ -4307,7 +4349,9 @@ module Increase
|
|
4307
4349
|
)
|
4308
4350
|
end
|
4309
4351
|
def self.new(
|
4310
|
-
# The amount in minor units of the `currency` field.
|
4352
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4353
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4354
|
+
# subtracted from the amount (such as a discount).
|
4311
4355
|
amount:,
|
4312
4356
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4313
4357
|
# amount's currency.
|
@@ -4329,7 +4373,9 @@ module Increase
|
|
4329
4373
|
)
|
4330
4374
|
end
|
4331
4375
|
|
4332
|
-
# The amount in minor units of the `currency` field.
|
4376
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4377
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4378
|
+
# subtracted from the amount (such as a discount).
|
4333
4379
|
sig { returns(Integer) }
|
4334
4380
|
attr_accessor :amount
|
4335
4381
|
|
@@ -4345,7 +4391,9 @@ module Increase
|
|
4345
4391
|
)
|
4346
4392
|
end
|
4347
4393
|
def self.new(
|
4348
|
-
# The amount in minor units of the `currency` field.
|
4394
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4395
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4396
|
+
# subtracted from the amount (such as a discount).
|
4349
4397
|
amount:,
|
4350
4398
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4351
4399
|
# amount's currency.
|
@@ -4367,7 +4415,9 @@ module Increase
|
|
4367
4415
|
)
|
4368
4416
|
end
|
4369
4417
|
|
4370
|
-
# The amount in minor units of the `currency` field.
|
4418
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4419
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4420
|
+
# subtracted from the amount (such as a discount).
|
4371
4421
|
sig { returns(Integer) }
|
4372
4422
|
attr_accessor :amount
|
4373
4423
|
|
@@ -4383,7 +4433,9 @@ module Increase
|
|
4383
4433
|
)
|
4384
4434
|
end
|
4385
4435
|
def self.new(
|
4386
|
-
# The amount in minor units of the `currency` field.
|
4436
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4437
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4438
|
+
# subtracted from the amount (such as a discount).
|
4387
4439
|
amount:,
|
4388
4440
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4389
4441
|
# amount's currency.
|
@@ -4405,7 +4457,9 @@ module Increase
|
|
4405
4457
|
)
|
4406
4458
|
end
|
4407
4459
|
|
4408
|
-
# The amount in minor units of the `currency` field.
|
4460
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4461
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4462
|
+
# subtracted from the amount (such as a discount).
|
4409
4463
|
sig { returns(Integer) }
|
4410
4464
|
attr_accessor :amount
|
4411
4465
|
|
@@ -4421,7 +4475,9 @@ module Increase
|
|
4421
4475
|
)
|
4422
4476
|
end
|
4423
4477
|
def self.new(
|
4424
|
-
# The amount in minor units of the `currency` field.
|
4478
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4479
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4480
|
+
# subtracted from the amount (such as a discount).
|
4425
4481
|
amount:,
|
4426
4482
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4427
4483
|
# amount's currency.
|
@@ -4443,7 +4499,9 @@ module Increase
|
|
4443
4499
|
)
|
4444
4500
|
end
|
4445
4501
|
|
4446
|
-
# The amount in minor units of the `currency` field.
|
4502
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4503
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4504
|
+
# subtracted from the amount (such as a discount).
|
4447
4505
|
sig { returns(Integer) }
|
4448
4506
|
attr_accessor :amount
|
4449
4507
|
|
@@ -4459,7 +4517,9 @@ module Increase
|
|
4459
4517
|
)
|
4460
4518
|
end
|
4461
4519
|
def self.new(
|
4462
|
-
# The amount in minor units of the `currency` field.
|
4520
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4521
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4522
|
+
# subtracted from the amount (such as a discount).
|
4463
4523
|
amount:,
|
4464
4524
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4465
4525
|
# amount's currency.
|
@@ -4481,7 +4541,9 @@ module Increase
|
|
4481
4541
|
)
|
4482
4542
|
end
|
4483
4543
|
|
4484
|
-
# The amount in minor units of the `currency` field.
|
4544
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4545
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4546
|
+
# subtracted from the amount (such as a discount).
|
4485
4547
|
sig { returns(Integer) }
|
4486
4548
|
attr_accessor :amount
|
4487
4549
|
|
@@ -4497,7 +4559,9 @@ module Increase
|
|
4497
4559
|
)
|
4498
4560
|
end
|
4499
4561
|
def self.new(
|
4500
|
-
# The amount in minor units of the `currency` field.
|
4562
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4563
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4564
|
+
# subtracted from the amount (such as a discount).
|
4501
4565
|
amount:,
|
4502
4566
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4503
4567
|
# amount's currency.
|
@@ -4519,7 +4583,9 @@ module Increase
|
|
4519
4583
|
)
|
4520
4584
|
end
|
4521
4585
|
|
4522
|
-
# The amount in minor units of the `currency` field.
|
4586
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4587
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4588
|
+
# subtracted from the amount (such as a discount).
|
4523
4589
|
sig { returns(Integer) }
|
4524
4590
|
attr_accessor :amount
|
4525
4591
|
|
@@ -4535,7 +4601,9 @@ module Increase
|
|
4535
4601
|
)
|
4536
4602
|
end
|
4537
4603
|
def self.new(
|
4538
|
-
# The amount in minor units of the `currency` field.
|
4604
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4605
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4606
|
+
# subtracted from the amount (such as a discount).
|
4539
4607
|
amount:,
|
4540
4608
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4541
4609
|
# amount's currency.
|
@@ -4557,7 +4625,9 @@ module Increase
|
|
4557
4625
|
)
|
4558
4626
|
end
|
4559
4627
|
|
4560
|
-
# The amount in minor units of the `currency` field.
|
4628
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4629
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4630
|
+
# subtracted from the amount (such as a discount).
|
4561
4631
|
sig { returns(Integer) }
|
4562
4632
|
attr_accessor :amount
|
4563
4633
|
|
@@ -4573,7 +4643,9 @@ module Increase
|
|
4573
4643
|
)
|
4574
4644
|
end
|
4575
4645
|
def self.new(
|
4576
|
-
# The amount in minor units of the `currency` field.
|
4646
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
4647
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
4648
|
+
# subtracted from the amount (such as a discount).
|
4577
4649
|
amount:,
|
4578
4650
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
4579
4651
|
# amount's currency.
|
@@ -6731,7 +6803,9 @@ module Increase
|
|
6731
6803
|
)
|
6732
6804
|
end
|
6733
6805
|
|
6734
|
-
# The amount in minor units of the `currency` field.
|
6806
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6807
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6808
|
+
# subtracted from the amount (such as a discount).
|
6735
6809
|
sig { returns(Integer) }
|
6736
6810
|
attr_accessor :amount
|
6737
6811
|
|
@@ -6747,7 +6821,9 @@ module Increase
|
|
6747
6821
|
)
|
6748
6822
|
end
|
6749
6823
|
def self.new(
|
6750
|
-
# The amount in minor units of the `currency` field.
|
6824
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6825
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6826
|
+
# subtracted from the amount (such as a discount).
|
6751
6827
|
amount:,
|
6752
6828
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6753
6829
|
# amount's currency.
|
@@ -6769,7 +6845,9 @@ module Increase
|
|
6769
6845
|
)
|
6770
6846
|
end
|
6771
6847
|
|
6772
|
-
# The amount in minor units of the `currency` field.
|
6848
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6849
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6850
|
+
# subtracted from the amount (such as a discount).
|
6773
6851
|
sig { returns(Integer) }
|
6774
6852
|
attr_accessor :amount
|
6775
6853
|
|
@@ -6785,7 +6863,9 @@ module Increase
|
|
6785
6863
|
)
|
6786
6864
|
end
|
6787
6865
|
def self.new(
|
6788
|
-
# The amount in minor units of the `currency` field.
|
6866
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6867
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6868
|
+
# subtracted from the amount (such as a discount).
|
6789
6869
|
amount:,
|
6790
6870
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6791
6871
|
# amount's currency.
|
@@ -6807,7 +6887,9 @@ module Increase
|
|
6807
6887
|
)
|
6808
6888
|
end
|
6809
6889
|
|
6810
|
-
# The amount in minor units of the `currency` field.
|
6890
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6891
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6892
|
+
# subtracted from the amount (such as a discount).
|
6811
6893
|
sig { returns(Integer) }
|
6812
6894
|
attr_accessor :amount
|
6813
6895
|
|
@@ -6823,7 +6905,9 @@ module Increase
|
|
6823
6905
|
)
|
6824
6906
|
end
|
6825
6907
|
def self.new(
|
6826
|
-
# The amount in minor units of the `currency` field.
|
6908
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6909
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6910
|
+
# subtracted from the amount (such as a discount).
|
6827
6911
|
amount:,
|
6828
6912
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6829
6913
|
# amount's currency.
|
@@ -6845,7 +6929,9 @@ module Increase
|
|
6845
6929
|
)
|
6846
6930
|
end
|
6847
6931
|
|
6848
|
-
# The amount in minor units of the `currency` field.
|
6932
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6933
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6934
|
+
# subtracted from the amount (such as a discount).
|
6849
6935
|
sig { returns(Integer) }
|
6850
6936
|
attr_accessor :amount
|
6851
6937
|
|
@@ -6861,7 +6947,9 @@ module Increase
|
|
6861
6947
|
)
|
6862
6948
|
end
|
6863
6949
|
def self.new(
|
6864
|
-
# The amount in minor units of the `currency` field.
|
6950
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6951
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6952
|
+
# subtracted from the amount (such as a discount).
|
6865
6953
|
amount:,
|
6866
6954
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6867
6955
|
# amount's currency.
|
@@ -6883,7 +6971,9 @@ module Increase
|
|
6883
6971
|
)
|
6884
6972
|
end
|
6885
6973
|
|
6886
|
-
# The amount in minor units of the `currency` field.
|
6974
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6975
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6976
|
+
# subtracted from the amount (such as a discount).
|
6887
6977
|
sig { returns(Integer) }
|
6888
6978
|
attr_accessor :amount
|
6889
6979
|
|
@@ -6899,7 +6989,9 @@ module Increase
|
|
6899
6989
|
)
|
6900
6990
|
end
|
6901
6991
|
def self.new(
|
6902
|
-
# The amount in minor units of the `currency` field.
|
6992
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
6993
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
6994
|
+
# subtracted from the amount (such as a discount).
|
6903
6995
|
amount:,
|
6904
6996
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6905
6997
|
# amount's currency.
|
@@ -6921,7 +7013,9 @@ module Increase
|
|
6921
7013
|
)
|
6922
7014
|
end
|
6923
7015
|
|
6924
|
-
# The amount in minor units of the `currency` field.
|
7016
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7017
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7018
|
+
# subtracted from the amount (such as a discount).
|
6925
7019
|
sig { returns(Integer) }
|
6926
7020
|
attr_accessor :amount
|
6927
7021
|
|
@@ -6937,7 +7031,9 @@ module Increase
|
|
6937
7031
|
)
|
6938
7032
|
end
|
6939
7033
|
def self.new(
|
6940
|
-
# The amount in minor units of the `currency` field.
|
7034
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7035
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7036
|
+
# subtracted from the amount (such as a discount).
|
6941
7037
|
amount:,
|
6942
7038
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6943
7039
|
# amount's currency.
|
@@ -6959,7 +7055,9 @@ module Increase
|
|
6959
7055
|
)
|
6960
7056
|
end
|
6961
7057
|
|
6962
|
-
# The amount in minor units of the `currency` field.
|
7058
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7059
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7060
|
+
# subtracted from the amount (such as a discount).
|
6963
7061
|
sig { returns(Integer) }
|
6964
7062
|
attr_accessor :amount
|
6965
7063
|
|
@@ -6975,7 +7073,9 @@ module Increase
|
|
6975
7073
|
)
|
6976
7074
|
end
|
6977
7075
|
def self.new(
|
6978
|
-
# The amount in minor units of the `currency` field.
|
7076
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7077
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7078
|
+
# subtracted from the amount (such as a discount).
|
6979
7079
|
amount:,
|
6980
7080
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
6981
7081
|
# amount's currency.
|
@@ -6997,7 +7097,9 @@ module Increase
|
|
6997
7097
|
)
|
6998
7098
|
end
|
6999
7099
|
|
7000
|
-
# The amount in minor units of the `currency` field.
|
7100
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7101
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7102
|
+
# subtracted from the amount (such as a discount).
|
7001
7103
|
sig { returns(Integer) }
|
7002
7104
|
attr_accessor :amount
|
7003
7105
|
|
@@ -7013,7 +7115,9 @@ module Increase
|
|
7013
7115
|
)
|
7014
7116
|
end
|
7015
7117
|
def self.new(
|
7016
|
-
# The amount in minor units of the `currency` field.
|
7118
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7119
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7120
|
+
# subtracted from the amount (such as a discount).
|
7017
7121
|
amount:,
|
7018
7122
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
7019
7123
|
# amount's currency.
|
@@ -7035,7 +7139,9 @@ module Increase
|
|
7035
7139
|
)
|
7036
7140
|
end
|
7037
7141
|
|
7038
|
-
# The amount in minor units of the `currency` field.
|
7142
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7143
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7144
|
+
# subtracted from the amount (such as a discount).
|
7039
7145
|
sig { returns(Integer) }
|
7040
7146
|
attr_accessor :amount
|
7041
7147
|
|
@@ -7051,7 +7157,9 @@ module Increase
|
|
7051
7157
|
)
|
7052
7158
|
end
|
7053
7159
|
def self.new(
|
7054
|
-
# The amount in minor units of the `currency` field.
|
7160
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
7161
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
7162
|
+
# subtracted from the amount (such as a discount).
|
7055
7163
|
amount:,
|
7056
7164
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
7057
7165
|
# amount's currency.
|
@@ -13405,7 +13513,9 @@ module Increase
|
|
13405
13513
|
)
|
13406
13514
|
end
|
13407
13515
|
|
13408
|
-
# The amount in minor units of the `currency` field.
|
13516
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13517
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13518
|
+
# subtracted from the amount (such as a discount).
|
13409
13519
|
sig { returns(Integer) }
|
13410
13520
|
attr_accessor :amount
|
13411
13521
|
|
@@ -13421,7 +13531,9 @@ module Increase
|
|
13421
13531
|
)
|
13422
13532
|
end
|
13423
13533
|
def self.new(
|
13424
|
-
# The amount in minor units of the `currency` field.
|
13534
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13535
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13536
|
+
# subtracted from the amount (such as a discount).
|
13425
13537
|
amount:,
|
13426
13538
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13427
13539
|
# amount's currency.
|
@@ -13443,7 +13555,9 @@ module Increase
|
|
13443
13555
|
)
|
13444
13556
|
end
|
13445
13557
|
|
13446
|
-
# The amount in minor units of the `currency` field.
|
13558
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13559
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13560
|
+
# subtracted from the amount (such as a discount).
|
13447
13561
|
sig { returns(Integer) }
|
13448
13562
|
attr_accessor :amount
|
13449
13563
|
|
@@ -13459,7 +13573,9 @@ module Increase
|
|
13459
13573
|
)
|
13460
13574
|
end
|
13461
13575
|
def self.new(
|
13462
|
-
# The amount in minor units of the `currency` field.
|
13576
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13577
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13578
|
+
# subtracted from the amount (such as a discount).
|
13463
13579
|
amount:,
|
13464
13580
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13465
13581
|
# amount's currency.
|
@@ -13481,7 +13597,9 @@ module Increase
|
|
13481
13597
|
)
|
13482
13598
|
end
|
13483
13599
|
|
13484
|
-
# The amount in minor units of the `currency` field.
|
13600
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13601
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13602
|
+
# subtracted from the amount (such as a discount).
|
13485
13603
|
sig { returns(Integer) }
|
13486
13604
|
attr_accessor :amount
|
13487
13605
|
|
@@ -13497,7 +13615,9 @@ module Increase
|
|
13497
13615
|
)
|
13498
13616
|
end
|
13499
13617
|
def self.new(
|
13500
|
-
# The amount in minor units of the `currency` field.
|
13618
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13619
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13620
|
+
# subtracted from the amount (such as a discount).
|
13501
13621
|
amount:,
|
13502
13622
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13503
13623
|
# amount's currency.
|
@@ -13519,7 +13639,9 @@ module Increase
|
|
13519
13639
|
)
|
13520
13640
|
end
|
13521
13641
|
|
13522
|
-
# The amount in minor units of the `currency` field.
|
13642
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13643
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13644
|
+
# subtracted from the amount (such as a discount).
|
13523
13645
|
sig { returns(Integer) }
|
13524
13646
|
attr_accessor :amount
|
13525
13647
|
|
@@ -13535,7 +13657,9 @@ module Increase
|
|
13535
13657
|
)
|
13536
13658
|
end
|
13537
13659
|
def self.new(
|
13538
|
-
# The amount in minor units of the `currency` field.
|
13660
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13661
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13662
|
+
# subtracted from the amount (such as a discount).
|
13539
13663
|
amount:,
|
13540
13664
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13541
13665
|
# amount's currency.
|
@@ -13557,7 +13681,9 @@ module Increase
|
|
13557
13681
|
)
|
13558
13682
|
end
|
13559
13683
|
|
13560
|
-
# The amount in minor units of the `currency` field.
|
13684
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13685
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13686
|
+
# subtracted from the amount (such as a discount).
|
13561
13687
|
sig { returns(Integer) }
|
13562
13688
|
attr_accessor :amount
|
13563
13689
|
|
@@ -13573,7 +13699,9 @@ module Increase
|
|
13573
13699
|
)
|
13574
13700
|
end
|
13575
13701
|
def self.new(
|
13576
|
-
# The amount in minor units of the `currency` field.
|
13702
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13703
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13704
|
+
# subtracted from the amount (such as a discount).
|
13577
13705
|
amount:,
|
13578
13706
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13579
13707
|
# amount's currency.
|
@@ -13595,7 +13723,9 @@ module Increase
|
|
13595
13723
|
)
|
13596
13724
|
end
|
13597
13725
|
|
13598
|
-
# The amount in minor units of the `currency` field.
|
13726
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13727
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13728
|
+
# subtracted from the amount (such as a discount).
|
13599
13729
|
sig { returns(Integer) }
|
13600
13730
|
attr_accessor :amount
|
13601
13731
|
|
@@ -13611,7 +13741,9 @@ module Increase
|
|
13611
13741
|
)
|
13612
13742
|
end
|
13613
13743
|
def self.new(
|
13614
|
-
# The amount in minor units of the `currency` field.
|
13744
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13745
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13746
|
+
# subtracted from the amount (such as a discount).
|
13615
13747
|
amount:,
|
13616
13748
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13617
13749
|
# amount's currency.
|
@@ -13633,7 +13765,9 @@ module Increase
|
|
13633
13765
|
)
|
13634
13766
|
end
|
13635
13767
|
|
13636
|
-
# The amount in minor units of the `currency` field.
|
13768
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13769
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13770
|
+
# subtracted from the amount (such as a discount).
|
13637
13771
|
sig { returns(Integer) }
|
13638
13772
|
attr_accessor :amount
|
13639
13773
|
|
@@ -13649,7 +13783,9 @@ module Increase
|
|
13649
13783
|
)
|
13650
13784
|
end
|
13651
13785
|
def self.new(
|
13652
|
-
# The amount in minor units of the `currency` field.
|
13786
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13787
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13788
|
+
# subtracted from the amount (such as a discount).
|
13653
13789
|
amount:,
|
13654
13790
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13655
13791
|
# amount's currency.
|
@@ -13671,7 +13807,9 @@ module Increase
|
|
13671
13807
|
)
|
13672
13808
|
end
|
13673
13809
|
|
13674
|
-
# The amount in minor units of the `currency` field.
|
13810
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13811
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13812
|
+
# subtracted from the amount (such as a discount).
|
13675
13813
|
sig { returns(Integer) }
|
13676
13814
|
attr_accessor :amount
|
13677
13815
|
|
@@ -13687,7 +13825,9 @@ module Increase
|
|
13687
13825
|
)
|
13688
13826
|
end
|
13689
13827
|
def self.new(
|
13690
|
-
# The amount in minor units of the `currency` field.
|
13828
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13829
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13830
|
+
# subtracted from the amount (such as a discount).
|
13691
13831
|
amount:,
|
13692
13832
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13693
13833
|
# amount's currency.
|
@@ -13709,7 +13849,9 @@ module Increase
|
|
13709
13849
|
)
|
13710
13850
|
end
|
13711
13851
|
|
13712
|
-
# The amount in minor units of the `currency` field.
|
13852
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13853
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13854
|
+
# subtracted from the amount (such as a discount).
|
13713
13855
|
sig { returns(Integer) }
|
13714
13856
|
attr_accessor :amount
|
13715
13857
|
|
@@ -13725,7 +13867,9 @@ module Increase
|
|
13725
13867
|
)
|
13726
13868
|
end
|
13727
13869
|
def self.new(
|
13728
|
-
# The amount in minor units of the `currency` field.
|
13870
|
+
# The amount in minor units of the `currency` field. The amount is positive if it
|
13871
|
+
# is added to the amount (such as an ATM surcharge fee) and negative if it is
|
13872
|
+
# subtracted from the amount (such as a discount).
|
13729
13873
|
amount:,
|
13730
13874
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
|
13731
13875
|
# amount's currency.
|