jamm 1.0.6 → 1.0.9
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/Gemfile +2 -0
- data/Gemfile.lock +9 -1
- data/Rakefile +5 -0
- data/lib/jamm/api/api/customer_api.rb +68 -10
- data/lib/jamm/api/api/healthcheck_api.rb +2 -2
- data/lib/jamm/api/api/payment_api.rb +145 -20
- data/lib/jamm/api/api/webhook_service_api.rb +82 -0
- data/lib/jamm/api/api_client.rb +2 -2
- data/lib/jamm/api/api_error.rb +2 -2
- data/lib/jamm/api/configuration.rb +2 -2
- data/lib/jamm/api/models/customer_service_update_customer_body.rb +9 -4
- data/lib/jamm/api/models/{rpc_status.rb → googlerpc_status.rb} +5 -5
- data/lib/jamm/api/models/protobuf_any.rb +2 -2
- data/lib/jamm/api/models/v1_add_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_add_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_buyer.rb +11 -3
- data/lib/jamm/api/models/v1_charge.rb +2 -2
- data/lib/jamm/api/models/v1_charge_message.rb +292 -0
- data/lib/jamm/api/models/v1_charge_message_status.rb +44 -0
- data/lib/jamm/api/models/v1_charge_result.rb +285 -0
- data/lib/jamm/api/models/v1_contract.rb +2 -2
- data/lib/jamm/api/models/v1_contract_status.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_with_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_with_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_without_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_without_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_create_customer_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_customer.rb +9 -4
- data/lib/jamm/api/models/v1_delete_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_event_type.rb +45 -0
- data/lib/jamm/api/models/v1_get_charge_response.rb +212 -0
- data/lib/jamm/api/models/v1_get_charges_response.rb +214 -0
- data/lib/jamm/api/models/v1_get_contract_response.rb +13 -13
- data/lib/jamm/api/models/v1_get_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_initial_charge.rb +2 -2
- data/lib/jamm/api/models/v1_merchant.rb +2 -2
- data/lib/jamm/api/models/v1_merchant_customer.rb +2 -2
- data/lib/jamm/api/models/v1_merchant_webhook_message.rb +259 -0
- data/lib/jamm/api/models/v1_message_response.rb +212 -0
- data/lib/jamm/api/models/v1_pagination.rb +212 -0
- data/lib/jamm/api/models/v1_payment_link.rb +2 -2
- data/lib/jamm/api/models/v1_ping_response.rb +2 -2
- data/lib/jamm/api/models/v1_update_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_url.rb +2 -2
- data/lib/jamm/api/models/v1_withdraw_request.rb +212 -0
- data/lib/jamm/api/models/v1_withdraw_response.rb +212 -0
- data/lib/jamm/api/version.rb +2 -2
- data/lib/jamm/api.rb +15 -3
- data/lib/jamm/api_patches.rb +14 -0
- data/lib/jamm/charge.rb +43 -0
- data/lib/jamm/client.rb +1 -1
- data/lib/jamm/contract.rb +35 -0
- data/lib/jamm/customer.rb +24 -9
- data/lib/jamm/healthcheck.rb +14 -0
- data/lib/jamm/openapi.rb +10 -0
- data/lib/jamm/version.rb +1 -1
- data/lib/jamm/webhook.rb +35 -0
- data/lib/jamm.rb +16 -14
- metadata +21 -4
- data/lib/jamm/payment.rb +0 -27
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -40,6 +40,9 @@ module Api
|
|
40
40
|
# Gender of the customer. Customerの性別。
|
41
41
|
attr_accessor :gender
|
42
42
|
|
43
|
+
# Merchant can optionally set the expiry date for the contract. Defaults to 90 minutes if not specified. 決済の有効期限。未指定の場合は90分後に自動失効します。
|
44
|
+
attr_accessor :expires_at
|
45
|
+
|
43
46
|
# Arbitrary key-value additional information about the customer. You can see this information in our merchant dashboard. Customerに関する任意のキーと値の追加情報。 加盟店ダッシュボードで確認できます。
|
44
47
|
attr_accessor :metadata
|
45
48
|
|
@@ -54,6 +57,7 @@ module Api
|
|
54
57
|
:address => :address,
|
55
58
|
:birth_date => :birthDate,
|
56
59
|
:gender => :gender,
|
60
|
+
:expires_at => :expiresAt,
|
57
61
|
:metadata => :metadata
|
58
62
|
}
|
59
63
|
end
|
@@ -74,6 +78,7 @@ module Api
|
|
74
78
|
:address => :String,
|
75
79
|
:birth_date => :String,
|
76
80
|
:gender => :String,
|
81
|
+
:expires_at => :Time,
|
77
82
|
:metadata => :'Hash<String, String>'
|
78
83
|
}
|
79
84
|
end
|
@@ -111,6 +116,8 @@ module Api
|
|
111
116
|
|
112
117
|
self.gender = attributes[:gender] if attributes.key?(:gender)
|
113
118
|
|
119
|
+
self.expires_at = attributes[:expires_at] if attributes.key?(:expires_at)
|
120
|
+
|
114
121
|
return unless attributes.key?(:metadata)
|
115
122
|
return unless (value = attributes[:metadata]).is_a?(Hash)
|
116
123
|
|
@@ -145,6 +152,7 @@ module Api
|
|
145
152
|
address == other.address &&
|
146
153
|
birth_date == other.birth_date &&
|
147
154
|
gender == other.gender &&
|
155
|
+
expires_at == other.expires_at &&
|
148
156
|
metadata == other.metadata
|
149
157
|
end
|
150
158
|
|
@@ -157,7 +165,7 @@ module Api
|
|
157
165
|
# Calculates hash code according to all attributes.
|
158
166
|
# @return [Integer] Hash code
|
159
167
|
def hash
|
160
|
-
[email, force_kyc, name, katakana_last_name, katakana_first_name, address, birth_date, gender, metadata].hash
|
168
|
+
[email, force_kyc, name, katakana_last_name, katakana_first_name, address, birth_date, gender, expires_at, metadata].hash
|
161
169
|
end
|
162
170
|
|
163
171
|
# Builds the object from hash
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -0,0 +1,292 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# #Jamm API
|
4
|
+
#
|
5
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
|
+
#
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
|
+
#
|
9
|
+
# Generated by: https://openapi-generator.tech
|
10
|
+
# Generator version: 7.9.0
|
11
|
+
#
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Api
|
17
|
+
class ChargeMessage
|
18
|
+
attr_accessor :id, :customer, :status, :description, :merchant_name, :initial_amount, :discount, :final_amount, :amount_refunded, :currency, :processed_at, :created_at, :updated_at
|
19
|
+
|
20
|
+
class EnumAttributeValidator
|
21
|
+
attr_reader :datatype, :allowable_values
|
22
|
+
|
23
|
+
def initialize(datatype, allowable_values)
|
24
|
+
@allowable_values = allowable_values.map do |value|
|
25
|
+
case datatype.to_s
|
26
|
+
when /Integer/i
|
27
|
+
value.to_i
|
28
|
+
when /Float/i
|
29
|
+
value.to_f
|
30
|
+
else
|
31
|
+
value
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
def valid?(value)
|
37
|
+
!value || allowable_values.include?(value)
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
42
|
+
def self.attribute_map
|
43
|
+
{
|
44
|
+
:id => :id,
|
45
|
+
:customer => :customer,
|
46
|
+
:status => :status,
|
47
|
+
:description => :description,
|
48
|
+
:merchant_name => :merchantName,
|
49
|
+
:initial_amount => :initialAmount,
|
50
|
+
:discount => :discount,
|
51
|
+
:final_amount => :finalAmount,
|
52
|
+
:amount_refunded => :amountRefunded,
|
53
|
+
:currency => :currency,
|
54
|
+
:processed_at => :processedAt,
|
55
|
+
:created_at => :createdAt,
|
56
|
+
:updated_at => :updatedAt
|
57
|
+
}
|
58
|
+
end
|
59
|
+
|
60
|
+
# Returns all the JSON keys this model knows about
|
61
|
+
def self.acceptable_attributes
|
62
|
+
attribute_map.values
|
63
|
+
end
|
64
|
+
|
65
|
+
# Attribute type mapping.
|
66
|
+
def self.openapi_types
|
67
|
+
{
|
68
|
+
:id => :String,
|
69
|
+
:customer => :String,
|
70
|
+
:status => :ChargeMessageStatus,
|
71
|
+
:description => :String,
|
72
|
+
:merchant_name => :String,
|
73
|
+
:initial_amount => :Integer,
|
74
|
+
:discount => :Integer,
|
75
|
+
:final_amount => :Integer,
|
76
|
+
:amount_refunded => :Integer,
|
77
|
+
:currency => :String,
|
78
|
+
:processed_at => :String,
|
79
|
+
:created_at => :String,
|
80
|
+
:updated_at => :String
|
81
|
+
}
|
82
|
+
end
|
83
|
+
|
84
|
+
# List of attributes with nullable: true
|
85
|
+
def self.openapi_nullable
|
86
|
+
Set.new([])
|
87
|
+
end
|
88
|
+
|
89
|
+
# Initializes the object
|
90
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
91
|
+
def initialize(attributes = {})
|
92
|
+
raise ArgumentError, 'The input argument (attributes) must be a hash in `Api::ChargeMessage` initialize method' unless attributes.is_a?(Hash)
|
93
|
+
|
94
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
95
|
+
attributes = attributes.each_with_object({}) do |(k, v), h|
|
96
|
+
raise ArgumentError, "`#{k}` is not a valid attribute in `Api::ChargeMessage`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect unless self.class.attribute_map.key?(k.to_sym)
|
97
|
+
|
98
|
+
h[k.to_sym] = v
|
99
|
+
end
|
100
|
+
|
101
|
+
self.id = attributes[:id] if attributes.key?(:id)
|
102
|
+
|
103
|
+
self.customer = attributes[:customer] if attributes.key?(:customer)
|
104
|
+
|
105
|
+
self.status = if attributes.key?(:status)
|
106
|
+
attributes[:status]
|
107
|
+
else
|
108
|
+
'STATUS_UNSPECIFIED'
|
109
|
+
end
|
110
|
+
|
111
|
+
self.description = attributes[:description] if attributes.key?(:description)
|
112
|
+
|
113
|
+
self.merchant_name = attributes[:merchant_name] if attributes.key?(:merchant_name)
|
114
|
+
|
115
|
+
self.initial_amount = attributes[:initial_amount] if attributes.key?(:initial_amount)
|
116
|
+
|
117
|
+
self.discount = attributes[:discount] if attributes.key?(:discount)
|
118
|
+
|
119
|
+
self.final_amount = attributes[:final_amount] if attributes.key?(:final_amount)
|
120
|
+
|
121
|
+
self.amount_refunded = attributes[:amount_refunded] if attributes.key?(:amount_refunded)
|
122
|
+
|
123
|
+
self.currency = attributes[:currency] if attributes.key?(:currency)
|
124
|
+
|
125
|
+
self.processed_at = attributes[:processed_at] if attributes.key?(:processed_at)
|
126
|
+
|
127
|
+
self.created_at = attributes[:created_at] if attributes.key?(:created_at)
|
128
|
+
|
129
|
+
return unless attributes.key?(:updated_at)
|
130
|
+
|
131
|
+
self.updated_at = attributes[:updated_at]
|
132
|
+
end
|
133
|
+
|
134
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
135
|
+
# @return Array for valid properties with the reasons
|
136
|
+
def list_invalid_properties
|
137
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
138
|
+
[]
|
139
|
+
end
|
140
|
+
|
141
|
+
# Check to see if the all the properties in the model are valid
|
142
|
+
# @return true if the model is valid
|
143
|
+
def valid?
|
144
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
145
|
+
true
|
146
|
+
end
|
147
|
+
|
148
|
+
# Checks equality by comparing each attribute.
|
149
|
+
# @param [Object] Object to be compared
|
150
|
+
def ==(other)
|
151
|
+
return true if equal?(other)
|
152
|
+
|
153
|
+
self.class == other.class &&
|
154
|
+
id == other.id &&
|
155
|
+
customer == other.customer &&
|
156
|
+
status == other.status &&
|
157
|
+
description == other.description &&
|
158
|
+
merchant_name == other.merchant_name &&
|
159
|
+
initial_amount == other.initial_amount &&
|
160
|
+
discount == other.discount &&
|
161
|
+
final_amount == other.final_amount &&
|
162
|
+
amount_refunded == other.amount_refunded &&
|
163
|
+
currency == other.currency &&
|
164
|
+
processed_at == other.processed_at &&
|
165
|
+
created_at == other.created_at &&
|
166
|
+
updated_at == other.updated_at
|
167
|
+
end
|
168
|
+
|
169
|
+
# @see the `==` method
|
170
|
+
# @param [Object] Object to be compared
|
171
|
+
def eql?(other)
|
172
|
+
self == other
|
173
|
+
end
|
174
|
+
|
175
|
+
# Calculates hash code according to all attributes.
|
176
|
+
# @return [Integer] Hash code
|
177
|
+
def hash
|
178
|
+
[id, customer, status, description, merchant_name, initial_amount, discount, final_amount, amount_refunded, currency, processed_at, created_at, updated_at].hash
|
179
|
+
end
|
180
|
+
|
181
|
+
# Builds the object from hash
|
182
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
183
|
+
# @return [Object] Returns the model itself
|
184
|
+
def self.build_from_hash(attributes)
|
185
|
+
return nil unless attributes.is_a?(Hash)
|
186
|
+
|
187
|
+
attributes = attributes.transform_keys(&:to_sym)
|
188
|
+
transformed_hash = {}
|
189
|
+
openapi_types.each_pair do |key, type|
|
190
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
191
|
+
transformed_hash[key.to_s] = nil
|
192
|
+
elsif type =~ /\AArray<(.*)>/i
|
193
|
+
# check to ensure the input is an array given that the attribute
|
194
|
+
# is documented as an array but the input is not
|
195
|
+
transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) } if attributes[attribute_map[key]].is_a?(Array)
|
196
|
+
elsif !attributes[attribute_map[key]].nil?
|
197
|
+
transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
|
198
|
+
end
|
199
|
+
end
|
200
|
+
new(transformed_hash)
|
201
|
+
end
|
202
|
+
|
203
|
+
# Deserializes the data based on type
|
204
|
+
# @param string type Data type
|
205
|
+
# @param string value Value to be deserialized
|
206
|
+
# @return [Object] Deserialized data
|
207
|
+
def self._deserialize(type, value)
|
208
|
+
case type.to_sym
|
209
|
+
when :Time
|
210
|
+
Time.parse(value)
|
211
|
+
when :Date
|
212
|
+
Date.parse(value)
|
213
|
+
when :String
|
214
|
+
value.to_s
|
215
|
+
when :Integer
|
216
|
+
value.to_i
|
217
|
+
when :Float
|
218
|
+
value.to_f
|
219
|
+
when :Boolean
|
220
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
221
|
+
true
|
222
|
+
else
|
223
|
+
false
|
224
|
+
end
|
225
|
+
when :Object
|
226
|
+
# generic object (usually a Hash), return directly
|
227
|
+
value
|
228
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
229
|
+
inner_type = Regexp.last_match[:inner_type]
|
230
|
+
value.map { |v| _deserialize(inner_type, v) }
|
231
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
232
|
+
k_type = Regexp.last_match[:k_type]
|
233
|
+
v_type = Regexp.last_match[:v_type]
|
234
|
+
{}.tap do |hash|
|
235
|
+
value.each do |k, v|
|
236
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
237
|
+
end
|
238
|
+
end
|
239
|
+
else # model
|
240
|
+
# models (e.g. Pet) or oneOf
|
241
|
+
klass = Api.const_get(type)
|
242
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
243
|
+
end
|
244
|
+
end
|
245
|
+
|
246
|
+
# Returns the string representation of the object
|
247
|
+
# @return [String] String presentation of the object
|
248
|
+
def to_s
|
249
|
+
to_hash.to_s
|
250
|
+
end
|
251
|
+
|
252
|
+
# to_body is an alias to to_hash (backward compatibility)
|
253
|
+
# @return [Hash] Returns the object in the form of hash
|
254
|
+
def to_body
|
255
|
+
to_hash
|
256
|
+
end
|
257
|
+
|
258
|
+
# Returns the object in the form of hash
|
259
|
+
# @return [Hash] Returns the object in the form of hash
|
260
|
+
def to_hash
|
261
|
+
hash = {}
|
262
|
+
self.class.attribute_map.each_pair do |attr, param|
|
263
|
+
value = send(attr)
|
264
|
+
if value.nil?
|
265
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
266
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
267
|
+
end
|
268
|
+
|
269
|
+
hash[param] = _to_hash(value)
|
270
|
+
end
|
271
|
+
hash
|
272
|
+
end
|
273
|
+
|
274
|
+
# Outputs non-array value in the form of hash
|
275
|
+
# For object, use to_hash. Otherwise, just return the value
|
276
|
+
# @param [Object] value Any valid value
|
277
|
+
# @return [Hash] Returns the value in the form of hash
|
278
|
+
def _to_hash(value)
|
279
|
+
if value.is_a?(Array)
|
280
|
+
value.compact.map { |v| _to_hash(v) }
|
281
|
+
elsif value.is_a?(Hash)
|
282
|
+
{}.tap do |hash|
|
283
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
284
|
+
end
|
285
|
+
elsif value.respond_to? :to_hash
|
286
|
+
value.to_hash
|
287
|
+
else
|
288
|
+
value
|
289
|
+
end
|
290
|
+
end
|
291
|
+
end
|
292
|
+
end
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# #Jamm API
|
4
|
+
#
|
5
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
|
+
#
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
|
+
#
|
9
|
+
# Generated by: https://openapi-generator.tech
|
10
|
+
# Generator version: 7.9.0
|
11
|
+
#
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Api
|
17
|
+
class ChargeMessageStatus
|
18
|
+
UNSPECIFIED = 'STATUS_UNSPECIFIED'
|
19
|
+
SUCCESS = 'STATUS_SUCCESS'
|
20
|
+
FAILURE = 'STATUS_FAILURE'
|
21
|
+
WAITING_EKYC = 'STATUS_WAITING_EKYC'
|
22
|
+
BLOCKING = 'STATUS_BLOCKING'
|
23
|
+
|
24
|
+
def self.all_vars
|
25
|
+
@all_vars ||= [UNSPECIFIED, SUCCESS, FAILURE, WAITING_EKYC, BLOCKING].freeze
|
26
|
+
end
|
27
|
+
|
28
|
+
# Builds the enum from string
|
29
|
+
# @param [String] The enum value in the form of the string
|
30
|
+
# @return [String] The enum value
|
31
|
+
def self.build_from_hash(value)
|
32
|
+
new.build_from_hash(value)
|
33
|
+
end
|
34
|
+
|
35
|
+
# Builds the enum from string
|
36
|
+
# @param [String] The enum value in the form of the string
|
37
|
+
# @return [String] The enum value
|
38
|
+
def build_from_hash(value)
|
39
|
+
return value if ChargeMessageStatus.all_vars.include?(value)
|
40
|
+
|
41
|
+
raise "Invalid ENUM value #{value} for class #ChargeMessageStatus"
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|