pcp-server-ruby-sdk 1.12.0 → 1.13.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/api-definition.yaml +323 -41
- data/lib/PCP-server-Ruby-SDK/endpoints/payment_intent_api_client.rb +37 -0
- data/lib/PCP-server-Ruby-SDK/models/address.rb +9 -237
- data/lib/PCP-server-Ruby-SDK/models/address_personal.rb +10 -246
- data/lib/PCP-server-Ruby-SDK/models/amount_of_money.rb +4 -195
- data/lib/PCP-server-Ruby-SDK/models/api_error.rb +27 -232
- data/lib/PCP-server-Ruby-SDK/models/apple_payment_data_token_header_information.rb +6 -194
- data/lib/PCP-server-Ruby-SDK/models/apple_payment_data_token_information.rb +8 -229
- data/lib/PCP-server-Ruby-SDK/models/bank_account_information.rb +11 -207
- data/lib/PCP-server-Ruby-SDK/models/bank_payout_method_specific_input.rb +4 -187
- data/lib/PCP-server-Ruby-SDK/models/cancel_item.rb +6 -195
- data/lib/PCP-server-Ruby-SDK/models/cancel_payment_request.rb +6 -222
- data/lib/PCP-server-Ruby-SDK/models/cancel_payment_response.rb +4 -190
- data/lib/PCP-server-Ruby-SDK/models/cancel_request.rb +6 -224
- data/lib/PCP-server-Ruby-SDK/models/cancel_response.rb +4 -190
- data/lib/PCP-server-Ruby-SDK/models/capture_output.rb +9 -214
- data/lib/PCP-server-Ruby-SDK/models/capture_payment_request.rb +14 -253
- data/lib/PCP-server-Ruby-SDK/models/capture_payment_response.rb +7 -239
- data/lib/PCP-server-Ruby-SDK/models/card_fraud_results.rb +29 -184
- data/lib/PCP-server-Ruby-SDK/models/card_info.rb +3 -182
- data/lib/PCP-server-Ruby-SDK/models/card_payment_details.rb +8 -210
- data/lib/PCP-server-Ruby-SDK/models/card_payment_method_specific_input.rb +32 -307
- data/lib/PCP-server-Ruby-SDK/models/card_payment_method_specific_output.rb +6 -210
- data/lib/PCP-server-Ruby-SDK/models/card_recurrence_details.rb +12 -186
- data/lib/PCP-server-Ruby-SDK/models/cart_item_data.rb +10 -0
- data/lib/PCP-server-Ruby-SDK/models/cart_item_input.rb +5 -198
- data/lib/PCP-server-Ruby-SDK/models/cart_item_invoice_data.rb +5 -184
- data/lib/PCP-server-Ruby-SDK/models/cart_item_order_status.rb +4 -213
- data/lib/PCP-server-Ruby-SDK/models/cart_item_patch.rb +5 -200
- data/lib/PCP-server-Ruby-SDK/models/cart_item_result.rb +5 -200
- data/lib/PCP-server-Ruby-SDK/models/cart_item_supplier_references.rb +6 -195
- data/lib/PCP-server-Ruby-SDK/models/checkout_references.rb +4 -192
- data/lib/PCP-server-Ruby-SDK/models/checkout_response.rb +15 -319
- data/lib/PCP-server-Ruby-SDK/models/checkouts_response.rb +4 -193
- data/lib/PCP-server-Ruby-SDK/models/company_information.rb +3 -182
- data/lib/PCP-server-Ruby-SDK/models/complete_financing_payment_method_specific_input.rb +12 -202
- data/lib/PCP-server-Ruby-SDK/models/complete_order_request.rb +3 -181
- data/lib/PCP-server-Ruby-SDK/models/complete_payment_method_specific_input.rb +4 -191
- data/lib/PCP-server-Ruby-SDK/models/complete_payment_product840_specific_input.rb +7 -226
- data/lib/PCP-server-Ruby-SDK/models/complete_payment_request.rb +6 -209
- data/lib/PCP-server-Ruby-SDK/models/complete_payment_response.rb +5 -199
- data/lib/PCP-server-Ruby-SDK/models/complete_redirect_payment_method_specific_input.rb +4 -192
- data/lib/PCP-server-Ruby-SDK/models/contact_details.rb +4 -191
- data/lib/PCP-server-Ruby-SDK/models/create_checkout_request.rb +13 -240
- data/lib/PCP-server-Ruby-SDK/models/create_checkout_response.rb +16 -307
- data/lib/PCP-server-Ruby-SDK/models/create_commerce_case_response.rb +7 -219
- data/lib/PCP-server-Ruby-SDK/models/create_payment_intent.rb +11 -0
- data/lib/PCP-server-Ruby-SDK/models/create_payment_intent_request.rb +13 -0
- data/lib/PCP-server-Ruby-SDK/models/create_payment_intent_response.rb +10 -0
- data/lib/PCP-server-Ruby-SDK/models/create_payment_response.rb +7 -218
- data/lib/PCP-server-Ruby-SDK/models/customer.rb +28 -260
- data/lib/PCP-server-Ruby-SDK/models/customer_account.rb +10 -44
- data/lib/PCP-server-Ruby-SDK/models/customer_device.rb +8 -209
- data/lib/PCP-server-Ruby-SDK/models/deliver_item.rb +6 -195
- data/lib/PCP-server-Ruby-SDK/models/deliver_request.rb +10 -246
- data/lib/PCP-server-Ruby-SDK/models/deliver_response.rb +4 -191
- data/lib/PCP-server-Ruby-SDK/models/delivery_information.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/error_response.rb +4 -193
- data/lib/PCP-server-Ruby-SDK/models/financing_payment_method_specific_input.rb +15 -203
- data/lib/PCP-server-Ruby-SDK/models/financing_payment_method_specific_output.rb +10 -196
- data/lib/PCP-server-Ruby-SDK/models/fund_distribution.rb +12 -263
- data/lib/PCP-server-Ruby-SDK/models/fund_split.rb +5 -205
- data/lib/PCP-server-Ruby-SDK/models/fund_split_request.rb +3 -147
- data/lib/PCP-server-Ruby-SDK/models/fund_split_response.rb +10 -174
- data/lib/PCP-server-Ruby-SDK/models/installment_option.rb +13 -273
- data/lib/PCP-server-Ruby-SDK/models/link_information.rb +4 -196
- data/lib/PCP-server-Ruby-SDK/models/merchant_action.rb +16 -194
- data/lib/PCP-server-Ruby-SDK/models/mobile_payment_method_specific_input.rb +13 -246
- data/lib/PCP-server-Ruby-SDK/models/mobile_payment_method_specific_output.rb +7 -219
- data/lib/PCP-server-Ruby-SDK/models/mobile_payment_three_dsecure.rb +3 -179
- data/lib/PCP-server-Ruby-SDK/models/model_base.rb +147 -0
- data/lib/PCP-server-Ruby-SDK/models/order.rb +7 -221
- data/lib/PCP-server-Ruby-SDK/models/order_item.rb +6 -197
- data/lib/PCP-server-Ruby-SDK/models/order_line_details_input.rb +29 -305
- data/lib/PCP-server-Ruby-SDK/models/order_line_details_patch.rb +5 -326
- data/lib/PCP-server-Ruby-SDK/models/order_line_details_result.rb +5 -326
- data/lib/PCP-server-Ruby-SDK/models/order_request.rb +7 -244
- data/lib/PCP-server-Ruby-SDK/models/order_response.rb +4 -192
- data/lib/PCP-server-Ruby-SDK/models/patch_checkout_request.rb +8 -228
- data/lib/PCP-server-Ruby-SDK/models/patch_commerce_case_request.rb +3 -183
- data/lib/PCP-server-Ruby-SDK/models/pause_payment_request.rb +2 -165
- data/lib/PCP-server-Ruby-SDK/models/pause_payment_response.rb +3 -186
- data/lib/PCP-server-Ruby-SDK/models/payee.rb +6 -204
- data/lib/PCP-server-Ruby-SDK/models/payment_creation_output.rb +3 -183
- data/lib/PCP-server-Ruby-SDK/models/payment_event.rb +19 -274
- data/lib/PCP-server-Ruby-SDK/models/payment_execution.rb +29 -335
- data/lib/PCP-server-Ruby-SDK/models/payment_execution_request.rb +4 -191
- data/lib/PCP-server-Ruby-SDK/models/payment_execution_specific_input.rb +6 -212
- data/lib/PCP-server-Ruby-SDK/models/payment_information_refund_request.rb +7 -205
- data/lib/PCP-server-Ruby-SDK/models/payment_information_refund_response.rb +5 -196
- data/lib/PCP-server-Ruby-SDK/models/payment_information_request.rb +10 -249
- data/lib/PCP-server-Ruby-SDK/models/payment_information_response.rb +30 -314
- data/lib/PCP-server-Ruby-SDK/models/payment_instructions.rb +8 -214
- data/lib/PCP-server-Ruby-SDK/models/payment_intent_output.rb +13 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_intent_response.rb +13 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_intent_response_data.rb +12 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_method_specific_input.rb +9 -261
- data/lib/PCP-server-Ruby-SDK/models/payment_method_specific_input_for_intent.rb +9 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_output.rb +11 -255
- data/lib/PCP-server-Ruby-SDK/models/payment_product302_specific_input.rb +11 -225
- data/lib/PCP-server-Ruby-SDK/models/payment_product3391_specific_input.rb +6 -197
- data/lib/PCP-server-Ruby-SDK/models/payment_product3391_specific_output.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/payment_product3392_specific_input.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/payment_product5002_specific_input.rb +7 -203
- data/lib/PCP-server-Ruby-SDK/models/payment_product771_specific_output.rb +3 -183
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_customer_account.rb +6 -210
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output.rb +5 -209
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_data.rb +11 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_for_intent.rb +13 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_references.rb +6 -184
- data/lib/PCP-server-Ruby-SDK/models/payment_references_for_refund.rb +12 -197
- data/lib/PCP-server-Ruby-SDK/models/payment_response.rb +6 -234
- data/lib/PCP-server-Ruby-SDK/models/payment_status_output.rb +6 -234
- data/lib/PCP-server-Ruby-SDK/models/payout_output.rb +5 -205
- data/lib/PCP-server-Ruby-SDK/models/payout_response.rb +6 -215
- data/lib/PCP-server-Ruby-SDK/models/personal_information.rb +11 -227
- data/lib/PCP-server-Ruby-SDK/models/personal_name.rb +5 -201
- data/lib/PCP-server-Ruby-SDK/models/positive_amount_of_money.rb +4 -196
- data/lib/PCP-server-Ruby-SDK/models/processing_mandate_information.rb +9 -254
- data/lib/PCP-server-Ruby-SDK/models/redirect_data.rb +3 -183
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_input.rb +14 -249
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_input_for_intent.rb +12 -0
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_output.rb +6 -211
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_output_for_create_intent.rb +12 -0
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_output_for_intent.rb +10 -0
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product840_specific_input.rb +6 -205
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product840_specific_input_data.rb +10 -0
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product900_specific_input.rb +12 -177
- data/lib/PCP-server-Ruby-SDK/models/redirection_data.rb +11 -186
- data/lib/PCP-server-Ruby-SDK/models/references.rb +47 -205
- data/lib/PCP-server-Ruby-SDK/models/refresh_payment_request.rb +3 -186
- data/lib/PCP-server-Ruby-SDK/models/refund_error_response.rb +4 -193
- data/lib/PCP-server-Ruby-SDK/models/refund_output.rb +8 -211
- data/lib/PCP-server-Ruby-SDK/models/refund_payment_response.rb +7 -242
- data/lib/PCP-server-Ruby-SDK/models/refund_request.rb +6 -210
- data/lib/PCP-server-Ruby-SDK/models/return_information.rb +4 -194
- data/lib/PCP-server-Ruby-SDK/models/return_item.rb +6 -196
- data/lib/PCP-server-Ruby-SDK/models/return_request.rb +6 -234
- data/lib/PCP-server-Ruby-SDK/models/return_response.rb +4 -191
- data/lib/PCP-server-Ruby-SDK/models/sepa_direct_debit_payment_method_specific_input.rb +4 -193
- data/lib/PCP-server-Ruby-SDK/models/sepa_direct_debit_payment_method_specific_output.rb +4 -193
- data/lib/PCP-server-Ruby-SDK/models/sepa_direct_debit_payment_product771_specific_input.rb +4 -192
- data/lib/PCP-server-Ruby-SDK/models/sepa_transfer_payment_product_772_specific_input.rb +3 -186
- data/lib/PCP-server-Ruby-SDK/models/shipping.rb +3 -183
- data/lib/PCP-server-Ruby-SDK/models/shipping_address.rb +14 -0
- data/lib/PCP-server-Ruby-SDK/models/shopping_cart_data.rb +9 -0
- data/lib/PCP-server-Ruby-SDK/models/shopping_cart_input.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/shopping_cart_patch.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/shopping_cart_result.rb +3 -185
- data/lib/PCP-server-Ruby-SDK/models/status_output.rb +21 -264
- data/lib/PCP-server-Ruby-SDK/models/three_d_secure_results.rb +6 -226
- data/lib/PCP-server-Ruby-SDK/version.rb +1 -1
- data/lib/PCP-server-Ruby-SDK.rb +18 -0
- data/package-lock.json +2 -2
- data/package.json +1 -1
- data/scripts/convert_models_to_model_base.rb +128 -0
- data/spec/endpoints/payment_intent_api_client_spec.rb +43 -0
- data/spec/models/api_definition_conformance_spec.rb +88 -0
- data/spec/models/model_base_spec.rb +87 -0
- data/spec/models/payment_intent_models_spec.rb +25 -0
- data/spec/models/required_field_validation_spec.rb +5 -5
- metadata +35 -11
- data/lib/PCP-server-Ruby-SDK/models/action_type.rb +0 -34
- data/lib/PCP-server-Ruby-SDK/models/avs_result.rb +0 -52
- data/lib/PCP-server-Ruby-SDK/models/business_relation.rb +0 -30
|
@@ -1,202 +1,13 @@
|
|
|
1
|
+
require_relative 'model_base'
|
|
1
2
|
|
|
2
|
-
require 'date'
|
|
3
|
-
require 'time'
|
|
4
3
|
module PCPServerSDK
|
|
5
4
|
module Models
|
|
6
|
-
class DeliverItem
|
|
5
|
+
class DeliverItem < ModelBase
|
|
7
6
|
# Id of the item to deliver.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
#
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
14
|
-
def self.attribute_map
|
|
15
|
-
{
|
|
16
|
-
:'id' => :'id',
|
|
17
|
-
:'quantity' => :'quantity'
|
|
18
|
-
}
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
# Returns all the JSON keys this model knows about
|
|
22
|
-
def self.acceptable_attributes
|
|
23
|
-
attribute_map.values
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
# Attribute type mapping.
|
|
27
|
-
def self.openapi_types
|
|
28
|
-
{
|
|
29
|
-
:'id' => :'String',
|
|
30
|
-
:'quantity' => :'Integer'
|
|
31
|
-
}
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
# List of attributes with nullable: true
|
|
35
|
-
def self.openapi_nullable
|
|
36
|
-
Set.new([
|
|
37
|
-
])
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
# Initializes the object
|
|
41
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
42
|
-
def initialize(attributes = {})
|
|
43
|
-
if (!attributes.is_a?(Hash))
|
|
44
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DeliverItem` initialize method"
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
|
48
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
49
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
|
50
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `DeliverItem`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
51
|
-
end
|
|
52
|
-
h[k.to_sym] = v
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
if attributes.key?(:'id')
|
|
56
|
-
self.id = attributes[:'id']
|
|
57
|
-
else
|
|
58
|
-
self.id = nil
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
if attributes.key?(:'quantity')
|
|
62
|
-
self.quantity = attributes[:'quantity']
|
|
63
|
-
else
|
|
64
|
-
self.quantity = nil
|
|
65
|
-
end
|
|
66
|
-
end
|
|
67
|
-
|
|
68
|
-
# Checks equality by comparing each attribute.
|
|
69
|
-
# @param [Object] Object to be compared
|
|
70
|
-
def ==(o)
|
|
71
|
-
return true if self.equal?(o)
|
|
72
|
-
self.class == o.class &&
|
|
73
|
-
id == o.id &&
|
|
74
|
-
quantity == o.quantity
|
|
75
|
-
end
|
|
76
|
-
|
|
77
|
-
# @see the `==` method
|
|
78
|
-
# @param [Object] Object to be compared
|
|
79
|
-
def eql?(o)
|
|
80
|
-
self == o
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
# Calculates hash code according to all attributes.
|
|
84
|
-
# @return [Integer] Hash code
|
|
85
|
-
def hash
|
|
86
|
-
[id, quantity].hash
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
# Builds the object from hash
|
|
90
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
91
|
-
# @return [Object] Returns the model itself
|
|
92
|
-
def self.build_from_hash(attributes)
|
|
93
|
-
return nil unless attributes.is_a?(Hash)
|
|
94
|
-
attributes = attributes.transform_keys(&:to_sym)
|
|
95
|
-
transformed_hash = {}
|
|
96
|
-
openapi_types.each_pair do |key, type|
|
|
97
|
-
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
98
|
-
transformed_hash["#{key}"] = nil
|
|
99
|
-
elsif type =~ /\AArray<(.*)>/i
|
|
100
|
-
# check to ensure the input is an array given that the attribute
|
|
101
|
-
# is documented as an array but the input is not
|
|
102
|
-
if attributes[attribute_map[key]].is_a?(Array)
|
|
103
|
-
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
104
|
-
end
|
|
105
|
-
elsif !attributes[attribute_map[key]].nil?
|
|
106
|
-
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
107
|
-
end
|
|
108
|
-
end
|
|
109
|
-
new(transformed_hash)
|
|
110
|
-
end
|
|
111
|
-
|
|
112
|
-
# Deserializes the data based on type
|
|
113
|
-
# @param string type Data type
|
|
114
|
-
# @param string value Value to be deserialized
|
|
115
|
-
# @return [Object] Deserialized data
|
|
116
|
-
def self._deserialize(type, value)
|
|
117
|
-
case type.to_sym
|
|
118
|
-
when :Time
|
|
119
|
-
Time.parse(value)
|
|
120
|
-
when :Date
|
|
121
|
-
Date.parse(value)
|
|
122
|
-
when :String
|
|
123
|
-
value.to_s
|
|
124
|
-
when :Integer
|
|
125
|
-
value.to_i
|
|
126
|
-
when :Float
|
|
127
|
-
value.to_f
|
|
128
|
-
when :Boolean
|
|
129
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
130
|
-
true
|
|
131
|
-
else
|
|
132
|
-
false
|
|
133
|
-
end
|
|
134
|
-
when :Object
|
|
135
|
-
# generic object (usually a Hash), return directly
|
|
136
|
-
value
|
|
137
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
138
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
139
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
140
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
141
|
-
k_type = Regexp.last_match[:k_type]
|
|
142
|
-
v_type = Regexp.last_match[:v_type]
|
|
143
|
-
{}.tap do |hash|
|
|
144
|
-
value.each do |k, v|
|
|
145
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
else # model
|
|
149
|
-
# models (e.g. Pet) or oneOf
|
|
150
|
-
klass = PCPServerSDK::Models.const_get(type)
|
|
151
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
|
-
# Returns the string representation of the object
|
|
156
|
-
# @return [String] String presentation of the object
|
|
157
|
-
def to_s
|
|
158
|
-
to_hash.to_s
|
|
159
|
-
end
|
|
160
|
-
|
|
161
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
162
|
-
# @return [Hash] Returns the object in the form of hash
|
|
163
|
-
def to_body
|
|
164
|
-
to_hash
|
|
165
|
-
end
|
|
166
|
-
|
|
167
|
-
# Returns the object in the form of hash
|
|
168
|
-
# @return [Hash] Returns the object in the form of hash
|
|
169
|
-
def to_hash
|
|
170
|
-
hash = {}
|
|
171
|
-
self.class.attribute_map.each_pair do |attr, param|
|
|
172
|
-
value = self.send(attr)
|
|
173
|
-
if value.nil?
|
|
174
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
175
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
176
|
-
end
|
|
177
|
-
|
|
178
|
-
hash[param] = _to_hash(value)
|
|
179
|
-
end
|
|
180
|
-
hash
|
|
181
|
-
end
|
|
182
|
-
|
|
183
|
-
# Outputs non-array value in the form of hash
|
|
184
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
185
|
-
# @param [Object] value Any valid value
|
|
186
|
-
# @return [Hash] Returns the value in the form of hash
|
|
187
|
-
def _to_hash(value)
|
|
188
|
-
if value.is_a?(Array)
|
|
189
|
-
value.compact.map { |v| _to_hash(v) }
|
|
190
|
-
elsif value.is_a?(Hash)
|
|
191
|
-
{}.tap do |hash|
|
|
192
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
193
|
-
end
|
|
194
|
-
elsif value.respond_to? :to_hash
|
|
195
|
-
value.to_hash
|
|
196
|
-
else
|
|
197
|
-
value
|
|
198
|
-
end
|
|
199
|
-
end
|
|
7
|
+
attribute :id, :id, :String
|
|
8
|
+
# Quantity of the units being delivered, should be greater than zero
|
|
9
|
+
# Note: Must not be all spaces or all zeros
|
|
10
|
+
attribute :quantity, :quantity, :Integer
|
|
200
11
|
end
|
|
201
12
|
end
|
|
202
13
|
end
|
|
@@ -1,252 +1,16 @@
|
|
|
1
|
+
require_relative 'model_base'
|
|
1
2
|
|
|
2
|
-
require 'date'
|
|
3
|
-
require 'time'
|
|
4
|
-
|
|
5
|
-
# Request to mark items of the respective Checkout as delivered and to automatically execute a Capture. A Deliver can be created for a full or the partial ShoppingCart of the Checkout. The platform will automatically calculate the respective amount to trigger the Capture. For a partial Deliver a list of items must be provided. The item details for the Capture will be automatically loaded from the Checkout. The cancellationReason must be provided if deliverType is set to PARTIAL and isFinal is set to true for BNPL payment methods (paymentProductId 3390, 3391 and 3392). For other payment methods the cancellationReason is not mandatory in this case but can be used for reporting and reconciliation purposes.
|
|
6
3
|
module PCPServerSDK
|
|
7
4
|
module Models
|
|
8
|
-
class DeliverRequest
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
#
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
attr_accessor :fund_split
|
|
19
|
-
|
|
20
|
-
class EnumAttributeValidator
|
|
21
|
-
attr_reader :datatype
|
|
22
|
-
attr_reader :allowable_values
|
|
23
|
-
|
|
24
|
-
def initialize(datatype, allowable_values)
|
|
25
|
-
@allowable_values = allowable_values.map do |value|
|
|
26
|
-
case datatype.to_s
|
|
27
|
-
when /Integer/i
|
|
28
|
-
value.to_i
|
|
29
|
-
when /Float/i
|
|
30
|
-
value.to_f
|
|
31
|
-
else
|
|
32
|
-
value
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def valid?(value)
|
|
38
|
-
!value || allowable_values.include?(value)
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
43
|
-
def self.attribute_map
|
|
44
|
-
{
|
|
45
|
-
:'deliver_type' => :'deliverType',
|
|
46
|
-
:'is_final' => :'isFinal',
|
|
47
|
-
:'cancellation_reason' => :'cancellationReason',
|
|
48
|
-
:'deliver_items' => :'deliverItems',
|
|
49
|
-
:'fund_split' => :'fundSplit'
|
|
50
|
-
}
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
# Returns all the JSON keys this model knows about
|
|
54
|
-
def self.acceptable_attributes
|
|
55
|
-
attribute_map.values
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
# Attribute type mapping.
|
|
59
|
-
def self.openapi_types
|
|
60
|
-
{
|
|
61
|
-
:'deliver_type' => :'DeliverType',
|
|
62
|
-
:'is_final' => :'Boolean',
|
|
63
|
-
:'cancellation_reason' => :'CancellationReason',
|
|
64
|
-
:'deliver_items' => :'Array<DeliverItem>',
|
|
65
|
-
:'fund_split' => :'FundSplit'
|
|
66
|
-
}
|
|
67
|
-
end
|
|
68
|
-
|
|
69
|
-
# List of attributes with nullable: true
|
|
70
|
-
def self.openapi_nullable
|
|
71
|
-
Set.new([
|
|
72
|
-
])
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
# Initializes the object
|
|
76
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
77
|
-
def initialize(attributes = {})
|
|
78
|
-
if (!attributes.is_a?(Hash))
|
|
79
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DeliverRequest` initialize method"
|
|
80
|
-
end
|
|
81
|
-
|
|
82
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
|
83
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
84
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
|
85
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `DeliverRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
86
|
-
end
|
|
87
|
-
h[k.to_sym] = v
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
if attributes.key?(:'deliver_type')
|
|
91
|
-
self.deliver_type = attributes[:'deliver_type']
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
if attributes.key?(:'is_final')
|
|
95
|
-
self.is_final = attributes[:'is_final']
|
|
96
|
-
else
|
|
97
|
-
self.is_final = false
|
|
98
|
-
end
|
|
99
|
-
|
|
100
|
-
if attributes.key?(:'cancellation_reason')
|
|
101
|
-
self.cancellation_reason = attributes[:'cancellation_reason']
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
if attributes.key?(:'deliver_items')
|
|
105
|
-
if (value = attributes[:'deliver_items']).is_a?(Array)
|
|
106
|
-
self.deliver_items = value
|
|
107
|
-
end
|
|
108
|
-
end
|
|
109
|
-
|
|
110
|
-
if attributes.key?(:'fund_split')
|
|
111
|
-
self.fund_split = attributes[:'fund_split']
|
|
112
|
-
end
|
|
113
|
-
end
|
|
114
|
-
|
|
115
|
-
# Checks equality by comparing each attribute.
|
|
116
|
-
# @param [Object] Object to be compared
|
|
117
|
-
def ==(o)
|
|
118
|
-
return true if self.equal?(o)
|
|
119
|
-
self.class == o.class &&
|
|
120
|
-
deliver_type == o.deliver_type &&
|
|
121
|
-
is_final == o.is_final &&
|
|
122
|
-
cancellation_reason == o.cancellation_reason &&
|
|
123
|
-
deliver_items == o.deliver_items &&
|
|
124
|
-
fund_split == o.fund_split
|
|
125
|
-
end
|
|
126
|
-
|
|
127
|
-
# @see the `==` method
|
|
128
|
-
# @param [Object] Object to be compared
|
|
129
|
-
def eql?(o)
|
|
130
|
-
self == o
|
|
131
|
-
end
|
|
132
|
-
|
|
133
|
-
# Calculates hash code according to all attributes.
|
|
134
|
-
# @return [Integer] Hash code
|
|
135
|
-
def hash
|
|
136
|
-
[deliver_type, is_final, cancellation_reason, deliver_items, fund_split].hash
|
|
137
|
-
end
|
|
138
|
-
|
|
139
|
-
# Builds the object from hash
|
|
140
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
141
|
-
# @return [Object] Returns the model itself
|
|
142
|
-
def self.build_from_hash(attributes)
|
|
143
|
-
return nil unless attributes.is_a?(Hash)
|
|
144
|
-
attributes = attributes.transform_keys(&:to_sym)
|
|
145
|
-
transformed_hash = {}
|
|
146
|
-
openapi_types.each_pair do |key, type|
|
|
147
|
-
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
148
|
-
transformed_hash["#{key}"] = nil
|
|
149
|
-
elsif type =~ /\AArray<(.*)>/i
|
|
150
|
-
# check to ensure the input is an array given that the attribute
|
|
151
|
-
# is documented as an array but the input is not
|
|
152
|
-
if attributes[attribute_map[key]].is_a?(Array)
|
|
153
|
-
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
154
|
-
end
|
|
155
|
-
elsif !attributes[attribute_map[key]].nil?
|
|
156
|
-
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
157
|
-
end
|
|
158
|
-
end
|
|
159
|
-
new(transformed_hash)
|
|
160
|
-
end
|
|
161
|
-
|
|
162
|
-
# Deserializes the data based on type
|
|
163
|
-
# @param string type Data type
|
|
164
|
-
# @param string value Value to be deserialized
|
|
165
|
-
# @return [Object] Deserialized data
|
|
166
|
-
def self._deserialize(type, value)
|
|
167
|
-
case type.to_sym
|
|
168
|
-
when :Time
|
|
169
|
-
Time.parse(value)
|
|
170
|
-
when :Date
|
|
171
|
-
Date.parse(value)
|
|
172
|
-
when :String
|
|
173
|
-
value.to_s
|
|
174
|
-
when :Integer
|
|
175
|
-
value.to_i
|
|
176
|
-
when :Float
|
|
177
|
-
value.to_f
|
|
178
|
-
when :Boolean
|
|
179
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
180
|
-
true
|
|
181
|
-
else
|
|
182
|
-
false
|
|
183
|
-
end
|
|
184
|
-
when :Object
|
|
185
|
-
# generic object (usually a Hash), return directly
|
|
186
|
-
value
|
|
187
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
188
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
189
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
190
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
191
|
-
k_type = Regexp.last_match[:k_type]
|
|
192
|
-
v_type = Regexp.last_match[:v_type]
|
|
193
|
-
{}.tap do |hash|
|
|
194
|
-
value.each do |k, v|
|
|
195
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
196
|
-
end
|
|
197
|
-
end
|
|
198
|
-
else # model
|
|
199
|
-
# models (e.g. Pet) or oneOf
|
|
200
|
-
klass = PCPServerSDK::Models.const_get(type)
|
|
201
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
202
|
-
end
|
|
203
|
-
end
|
|
204
|
-
|
|
205
|
-
# Returns the string representation of the object
|
|
206
|
-
# @return [String] String presentation of the object
|
|
207
|
-
def to_s
|
|
208
|
-
to_hash.to_s
|
|
209
|
-
end
|
|
210
|
-
|
|
211
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
212
|
-
# @return [Hash] Returns the object in the form of hash
|
|
213
|
-
def to_body
|
|
214
|
-
to_hash
|
|
215
|
-
end
|
|
216
|
-
|
|
217
|
-
# Returns the object in the form of hash
|
|
218
|
-
# @return [Hash] Returns the object in the form of hash
|
|
219
|
-
def to_hash
|
|
220
|
-
hash = {}
|
|
221
|
-
self.class.attribute_map.each_pair do |attr, param|
|
|
222
|
-
value = self.send(attr)
|
|
223
|
-
if value.nil?
|
|
224
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
225
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
226
|
-
end
|
|
227
|
-
|
|
228
|
-
hash[param] = _to_hash(value)
|
|
229
|
-
end
|
|
230
|
-
hash
|
|
231
|
-
end
|
|
232
|
-
|
|
233
|
-
# Outputs non-array value in the form of hash
|
|
234
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
235
|
-
# @param [Object] value Any valid value
|
|
236
|
-
# @return [Hash] Returns the value in the form of hash
|
|
237
|
-
def _to_hash(value)
|
|
238
|
-
if value.is_a?(Array)
|
|
239
|
-
value.compact.map { |v| _to_hash(v) }
|
|
240
|
-
elsif value.is_a?(Hash)
|
|
241
|
-
{}.tap do |hash|
|
|
242
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
243
|
-
end
|
|
244
|
-
elsif value.respond_to? :to_hash
|
|
245
|
-
value.to_hash
|
|
246
|
-
else
|
|
247
|
-
value
|
|
248
|
-
end
|
|
249
|
-
end
|
|
5
|
+
class DeliverRequest < ModelBase
|
|
6
|
+
attribute :deliver_type, :deliverType, :DeliverType
|
|
7
|
+
# This property indicates whether this will be the final operation.
|
|
8
|
+
# For deliverType FULL, it is always the final operation.
|
|
9
|
+
# If deliverType PARTIAL is provided and the property is set to true, the remaining amount of the items will be cancelled and the items are marked as CANCELLED.
|
|
10
|
+
attribute :is_final, :isFinal, :Boolean, default: false
|
|
11
|
+
attribute :cancellation_reason, :cancellationReason, :CancellationReason
|
|
12
|
+
attribute :deliver_items, :deliverItems, "Array<DeliverItem>"
|
|
13
|
+
attribute :fund_split, :fundSplit, :FundSplit
|
|
250
14
|
end
|
|
251
15
|
end
|
|
252
16
|
end
|
|
@@ -1,197 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
require 'date'
|
|
3
|
-
require 'time'
|
|
1
|
+
require_relative 'model_base'
|
|
4
2
|
|
|
5
3
|
module PCPServerSDK
|
|
6
4
|
module Models
|
|
7
|
-
class DeliverResponse
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
attr_accessor :shopping_cart
|
|
11
|
-
|
|
12
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
13
|
-
def self.attribute_map
|
|
14
|
-
{
|
|
15
|
-
:'capture_payment_response' => :'capturePaymentResponse',
|
|
16
|
-
:'shopping_cart' => :'shoppingCart'
|
|
17
|
-
}
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# Returns all the JSON keys this model knows about
|
|
21
|
-
def self.acceptable_attributes
|
|
22
|
-
attribute_map.values
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
# Attribute type mapping.
|
|
26
|
-
def self.openapi_types
|
|
27
|
-
{
|
|
28
|
-
:'capture_payment_response' => :'CapturePaymentResponse',
|
|
29
|
-
:'shopping_cart' => :'ShoppingCartResult'
|
|
30
|
-
}
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
# List of attributes with nullable: true
|
|
34
|
-
def self.openapi_nullable
|
|
35
|
-
Set.new([
|
|
36
|
-
])
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
# Initializes the object
|
|
40
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
41
|
-
def initialize(attributes = {})
|
|
42
|
-
if (!attributes.is_a?(Hash))
|
|
43
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DeliverResponse` initialize method"
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
|
47
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
48
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
|
49
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `DeliverResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
50
|
-
end
|
|
51
|
-
h[k.to_sym] = v
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
if attributes.key?(:'capture_payment_response')
|
|
55
|
-
self.capture_payment_response = attributes[:'capture_payment_response']
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
if attributes.key?(:'shopping_cart')
|
|
59
|
-
self.shopping_cart = attributes[:'shopping_cart']
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
# Checks equality by comparing each attribute.
|
|
64
|
-
# @param [Object] Object to be compared
|
|
65
|
-
def ==(o)
|
|
66
|
-
return true if self.equal?(o)
|
|
67
|
-
self.class == o.class &&
|
|
68
|
-
capture_payment_response == o.capture_payment_response &&
|
|
69
|
-
shopping_cart == o.shopping_cart
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
# @see the `==` method
|
|
73
|
-
# @param [Object] Object to be compared
|
|
74
|
-
def eql?(o)
|
|
75
|
-
self == o
|
|
76
|
-
end
|
|
77
|
-
|
|
78
|
-
# Calculates hash code according to all attributes.
|
|
79
|
-
# @return [Integer] Hash code
|
|
80
|
-
def hash
|
|
81
|
-
[capture_payment_response, shopping_cart].hash
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
# Builds the object from hash
|
|
85
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
|
86
|
-
# @return [Object] Returns the model itself
|
|
87
|
-
def self.build_from_hash(attributes)
|
|
88
|
-
return nil unless attributes.is_a?(Hash)
|
|
89
|
-
attributes = attributes.transform_keys(&:to_sym)
|
|
90
|
-
transformed_hash = {}
|
|
91
|
-
openapi_types.each_pair do |key, type|
|
|
92
|
-
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash["#{key}"] = nil
|
|
94
|
-
elsif type =~ /\AArray<(.*)>/i
|
|
95
|
-
# check to ensure the input is an array given that the attribute
|
|
96
|
-
# is documented as an array but the input is not
|
|
97
|
-
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
99
|
-
end
|
|
100
|
-
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
|
-
end
|
|
103
|
-
end
|
|
104
|
-
new(transformed_hash)
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
# Deserializes the data based on type
|
|
108
|
-
# @param string type Data type
|
|
109
|
-
# @param string value Value to be deserialized
|
|
110
|
-
# @return [Object] Deserialized data
|
|
111
|
-
def self._deserialize(type, value)
|
|
112
|
-
case type.to_sym
|
|
113
|
-
when :Time
|
|
114
|
-
Time.parse(value)
|
|
115
|
-
when :Date
|
|
116
|
-
Date.parse(value)
|
|
117
|
-
when :String
|
|
118
|
-
value.to_s
|
|
119
|
-
when :Integer
|
|
120
|
-
value.to_i
|
|
121
|
-
when :Float
|
|
122
|
-
value.to_f
|
|
123
|
-
when :Boolean
|
|
124
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
125
|
-
true
|
|
126
|
-
else
|
|
127
|
-
false
|
|
128
|
-
end
|
|
129
|
-
when :Object
|
|
130
|
-
# generic object (usually a Hash), return directly
|
|
131
|
-
value
|
|
132
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
133
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
134
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
135
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
136
|
-
k_type = Regexp.last_match[:k_type]
|
|
137
|
-
v_type = Regexp.last_match[:v_type]
|
|
138
|
-
{}.tap do |hash|
|
|
139
|
-
value.each do |k, v|
|
|
140
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
141
|
-
end
|
|
142
|
-
end
|
|
143
|
-
else # model
|
|
144
|
-
# models (e.g. Pet) or oneOf
|
|
145
|
-
klass = PCPServerSDK::Models.const_get(type)
|
|
146
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
147
|
-
end
|
|
148
|
-
end
|
|
149
|
-
|
|
150
|
-
# Returns the string representation of the object
|
|
151
|
-
# @return [String] String presentation of the object
|
|
152
|
-
def to_s
|
|
153
|
-
to_hash.to_s
|
|
154
|
-
end
|
|
155
|
-
|
|
156
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
157
|
-
# @return [Hash] Returns the object in the form of hash
|
|
158
|
-
def to_body
|
|
159
|
-
to_hash
|
|
160
|
-
end
|
|
161
|
-
|
|
162
|
-
# Returns the object in the form of hash
|
|
163
|
-
# @return [Hash] Returns the object in the form of hash
|
|
164
|
-
def to_hash
|
|
165
|
-
hash = {}
|
|
166
|
-
self.class.attribute_map.each_pair do |attr, param|
|
|
167
|
-
value = self.send(attr)
|
|
168
|
-
if value.nil?
|
|
169
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
170
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
171
|
-
end
|
|
172
|
-
|
|
173
|
-
hash[param] = _to_hash(value)
|
|
174
|
-
end
|
|
175
|
-
hash
|
|
176
|
-
end
|
|
177
|
-
|
|
178
|
-
# Outputs non-array value in the form of hash
|
|
179
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
180
|
-
# @param [Object] value Any valid value
|
|
181
|
-
# @return [Hash] Returns the value in the form of hash
|
|
182
|
-
def _to_hash(value)
|
|
183
|
-
if value.is_a?(Array)
|
|
184
|
-
value.compact.map { |v| _to_hash(v) }
|
|
185
|
-
elsif value.is_a?(Hash)
|
|
186
|
-
{}.tap do |hash|
|
|
187
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
188
|
-
end
|
|
189
|
-
elsif value.respond_to? :to_hash
|
|
190
|
-
value.to_hash
|
|
191
|
-
else
|
|
192
|
-
value
|
|
193
|
-
end
|
|
194
|
-
end
|
|
5
|
+
class DeliverResponse < ModelBase
|
|
6
|
+
attribute :capture_payment_response, :capturePaymentResponse, :CapturePaymentResponse
|
|
7
|
+
attribute :shopping_cart, :shoppingCart, :ShoppingCartResult
|
|
195
8
|
end
|
|
196
9
|
end
|
|
197
10
|
end
|