cybersource_rest_client 0.0.48 → 0.0.49
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/lib/cybersource_rest_client/api/payments_api.rb +71 -0
- data/lib/cybersource_rest_client/api/push_funds_api.rb +131 -0
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1.rb +262 -0
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_risk_information_providers_provider_name.rb → pts_v2_payments_post201_response_1_order_information.rb} +14 -19
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_bill_to.rb +344 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_ship_to.rb +318 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information.rb +201 -0
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_risk_information_providers.rb → pts_v2_payments_post201_response_1_payment_information_bank.rb} +8 -10
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_bank_account.rb +184 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_payment_type.rb +183 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_payment_type_method.rb +184 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +238 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information_avs.rb +190 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information_seller_protection.rb +184 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +22 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information.rb +5 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_client_reference_information.rb +226 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +17 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information.rb +215 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +318 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information.rb +238 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_defined_information.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +225 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +270 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information.rb +208 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb +224 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_surcharge.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +236 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +297 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_recurring_options.rb +184 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options.rb +183 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options.rb +183 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options_initiator.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +384 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information.rb +183 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +425 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information.rb +183 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +270 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_personal_identification.rb +222 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +11 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +17 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +30 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +21 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +20 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type.rb +2 -12
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +63 -4
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information_personal_identification.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +65 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_client_reference_information.rb +297 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb +14 -4
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +36 -4
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_e_wallet.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_payment_type.rb +203 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_payment_type_method.rb +184 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +35 -4
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +184 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_agreement_information.rb +184 -0
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_client_reference_information.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_information.rb +192 -0
- data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_payment_information_customer.rb → ptsv2refreshpaymentstatusid_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_information_payment_type.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_processing_information.rb +186 -0
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +301 -0
- data/lib/cybersource_rest_client/models/push_funds201_response__links.rb +210 -0
- data/lib/cybersource_rest_client/models/push_funds201_response__links_customer.rb +195 -0
- data/lib/cybersource_rest_client/models/push_funds201_response__links_instrument_identifier.rb +195 -0
- data/lib/cybersource_rest_client/models/push_funds201_response__links_payment_instrument.rb +195 -0
- data/lib/cybersource_rest_client/models/push_funds201_response__links_self.rb +195 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_client_reference_information.rb +206 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_error_information.rb +217 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_error_information_details.rb +206 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_merchant_information.rb +183 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_merchant_information_merchant_descriptor.rb +222 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_order_information.rb +183 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_order_information_amount_details.rb +247 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +264 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_recipient_information.rb +183 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_recipient_information_card.rb +206 -0
- data/lib/cybersource_rest_client/models/push_funds400_response.rb +247 -0
- data/lib/cybersource_rest_client/models/push_funds400_response_details.rb +194 -0
- data/lib/cybersource_rest_client/models/push_funds401_response.rb +226 -0
- data/lib/cybersource_rest_client/models/push_funds404_response.rb +226 -0
- data/lib/cybersource_rest_client/models/push_funds502_response.rb +236 -0
- data/lib/cybersource_rest_client/models/push_funds_request.rb +264 -0
- data/lib/cybersource_rest_client/models/refresh_payment_status_request.rb +210 -0
- data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
- data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +1 -1
- data/lib/cybersource_rest_client.rb +77 -3
- metadata +79 -5
@@ -20,11 +20,26 @@ module CyberSource
|
|
20
20
|
# Customer’s government-assigned tax identification number. #### Tax Calculation Optional for international and value added taxes only. Not applicable to U.S. and Canadian taxes. For processor-specific information, see the purchaser_vat_registration_number field in [Level II and Level III Processing Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html)
|
21
21
|
attr_accessor :vat_registration_number
|
22
22
|
|
23
|
+
# Recipient’s date of birth. **Format**: `YYYYMMDD`. This field is a `pass-through`, which means that CyberSource ensures that the value is eight numeric characters but otherwise does not verify the value or modify it in any way before sending it to the processor. If the field is not required for the transaction, CyberSource does not forward it to the processor. For more details, see `recipient_date_of_birth` field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)
|
24
|
+
attr_accessor :date_of_birth
|
25
|
+
|
26
|
+
# Customer's gender. Possible values are F (female), M (male),O (other).
|
27
|
+
attr_accessor :gender
|
28
|
+
|
29
|
+
# language setting of the user
|
30
|
+
attr_accessor :language
|
31
|
+
|
32
|
+
attr_accessor :personal_identification
|
33
|
+
|
23
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
24
35
|
def self.attribute_map
|
25
36
|
{
|
26
37
|
:'merchant_customer_id' => :'merchantCustomerId',
|
27
|
-
:'vat_registration_number' => :'vatRegistrationNumber'
|
38
|
+
:'vat_registration_number' => :'vatRegistrationNumber',
|
39
|
+
:'date_of_birth' => :'dateOfBirth',
|
40
|
+
:'gender' => :'gender',
|
41
|
+
:'language' => :'language',
|
42
|
+
:'personal_identification' => :'personalIdentification'
|
28
43
|
}
|
29
44
|
end
|
30
45
|
|
@@ -32,7 +47,11 @@ module CyberSource
|
|
32
47
|
def self.swagger_types
|
33
48
|
{
|
34
49
|
:'merchant_customer_id' => :'String',
|
35
|
-
:'vat_registration_number' => :'String'
|
50
|
+
:'vat_registration_number' => :'String',
|
51
|
+
:'date_of_birth' => :'String',
|
52
|
+
:'gender' => :'String',
|
53
|
+
:'language' => :'String',
|
54
|
+
:'personal_identification' => :'Array<Ptsv2paymentsidcapturesBuyerInformationPersonalIdentification>'
|
36
55
|
}
|
37
56
|
end
|
38
57
|
|
@@ -51,6 +70,24 @@ module CyberSource
|
|
51
70
|
if attributes.has_key?(:'vatRegistrationNumber')
|
52
71
|
self.vat_registration_number = attributes[:'vatRegistrationNumber']
|
53
72
|
end
|
73
|
+
|
74
|
+
if attributes.has_key?(:'dateOfBirth')
|
75
|
+
self.date_of_birth = attributes[:'dateOfBirth']
|
76
|
+
end
|
77
|
+
|
78
|
+
if attributes.has_key?(:'gender')
|
79
|
+
self.gender = attributes[:'gender']
|
80
|
+
end
|
81
|
+
|
82
|
+
if attributes.has_key?(:'language')
|
83
|
+
self.language = attributes[:'language']
|
84
|
+
end
|
85
|
+
|
86
|
+
if attributes.has_key?(:'personalIdentification')
|
87
|
+
if (value = attributes[:'personalIdentification']).is_a?(Array)
|
88
|
+
self.personal_identification = value
|
89
|
+
end
|
90
|
+
end
|
54
91
|
end
|
55
92
|
|
56
93
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -78,13 +115,35 @@ module CyberSource
|
|
78
115
|
@vat_registration_number = vat_registration_number
|
79
116
|
end
|
80
117
|
|
118
|
+
# Custom attribute writer method with validation
|
119
|
+
# @param [Object] date_of_birth Value to be assigned
|
120
|
+
def date_of_birth=(date_of_birth)
|
121
|
+
@date_of_birth = date_of_birth
|
122
|
+
end
|
123
|
+
|
124
|
+
# Custom attribute writer method with validation
|
125
|
+
# @param [Object] gender Value to be assigned
|
126
|
+
def gender=(gender)
|
127
|
+
@gender = gender
|
128
|
+
end
|
129
|
+
|
130
|
+
# Custom attribute writer method with validation
|
131
|
+
# @param [Object] language Value to be assigned
|
132
|
+
def language=(language)
|
133
|
+
@language = language
|
134
|
+
end
|
135
|
+
|
81
136
|
# Checks equality by comparing each attribute.
|
82
137
|
# @param [Object] Object to be compared
|
83
138
|
def ==(o)
|
84
139
|
return true if self.equal?(o)
|
85
140
|
self.class == o.class &&
|
86
141
|
merchant_customer_id == o.merchant_customer_id &&
|
87
|
-
vat_registration_number == o.vat_registration_number
|
142
|
+
vat_registration_number == o.vat_registration_number &&
|
143
|
+
date_of_birth == o.date_of_birth &&
|
144
|
+
gender == o.gender &&
|
145
|
+
language == o.language &&
|
146
|
+
personal_identification == o.personal_identification
|
88
147
|
end
|
89
148
|
|
90
149
|
# @see the `==` method
|
@@ -96,7 +155,7 @@ module CyberSource
|
|
96
155
|
# Calculates hash code according to all attributes.
|
97
156
|
# @return [Fixnum] Hash code
|
98
157
|
def hash
|
99
|
-
[merchant_customer_id, vat_registration_number].hash
|
158
|
+
[merchant_customer_id, vat_registration_number, date_of_birth, gender, language, personal_identification].hash
|
100
159
|
end
|
101
160
|
|
102
161
|
# Builds the object from hash
|
@@ -0,0 +1,190 @@
|
|
1
|
+
=begin
|
2
|
+
#CyberSource Merged Spec
|
3
|
+
|
4
|
+
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.0.1
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module CyberSource
|
16
|
+
class Ptsv2paymentsidcapturesBuyerInformationPersonalIdentification
|
17
|
+
# The value of the identification type. This field is supported only on the following processors. #### ComercioLatino Set this field to the Cadastro de Pessoas Fisicas (CPF). #### CyberSource Latin American Processing Supported for Redecard in Brazil. Set this field to the Cadastro de Pessoas Fisicas (CPF), which is required for AVS for Redecard in Brazil. **Note** CyberSource Latin American Processing is the name of a specific processing connection that CyberSource supports. In the CyberSource API documentation, CyberSource Latin American Processing does not refer to the general topic of processing in Latin America. The information in this field description is for the specific processing connection called CyberSource Latin American Processing. It is not for any other Latin American processors that CyberSource supports. For processor-specific information, see the `personal_id` field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) If `type = PASSPORT`, this is the cardholder's passport number. Recommended for Discover ProtectBuy.
|
18
|
+
attr_accessor :id
|
19
|
+
|
20
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
21
|
+
def self.attribute_map
|
22
|
+
{
|
23
|
+
:'id' => :'id'
|
24
|
+
}
|
25
|
+
end
|
26
|
+
|
27
|
+
# Attribute type mapping.
|
28
|
+
def self.swagger_types
|
29
|
+
{
|
30
|
+
:'id' => :'String'
|
31
|
+
}
|
32
|
+
end
|
33
|
+
|
34
|
+
# Initializes the object
|
35
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
36
|
+
def initialize(attributes = {})
|
37
|
+
return unless attributes.is_a?(Hash)
|
38
|
+
|
39
|
+
# convert string to symbol for hash key
|
40
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
41
|
+
|
42
|
+
if attributes.has_key?(:'id')
|
43
|
+
self.id = attributes[:'id']
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
48
|
+
# @return Array for valid properties with the reasons
|
49
|
+
def list_invalid_properties
|
50
|
+
invalid_properties = Array.new
|
51
|
+
invalid_properties
|
52
|
+
end
|
53
|
+
|
54
|
+
# Check to see if the all the properties in the model are valid
|
55
|
+
# @return true if the model is valid
|
56
|
+
def valid?
|
57
|
+
true
|
58
|
+
end
|
59
|
+
|
60
|
+
# Custom attribute writer method with validation
|
61
|
+
# @param [Object] id Value to be assigned
|
62
|
+
def id=(id)
|
63
|
+
@id = id
|
64
|
+
end
|
65
|
+
|
66
|
+
# Checks equality by comparing each attribute.
|
67
|
+
# @param [Object] Object to be compared
|
68
|
+
def ==(o)
|
69
|
+
return true if self.equal?(o)
|
70
|
+
self.class == o.class &&
|
71
|
+
id == o.id
|
72
|
+
end
|
73
|
+
|
74
|
+
# @see the `==` method
|
75
|
+
# @param [Object] Object to be compared
|
76
|
+
def eql?(o)
|
77
|
+
self == o
|
78
|
+
end
|
79
|
+
|
80
|
+
# Calculates hash code according to all attributes.
|
81
|
+
# @return [Fixnum] Hash code
|
82
|
+
def hash
|
83
|
+
[id].hash
|
84
|
+
end
|
85
|
+
|
86
|
+
# Builds the object from hash
|
87
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
88
|
+
# @return [Object] Returns the model itself
|
89
|
+
def build_from_hash(attributes)
|
90
|
+
return nil unless attributes.is_a?(Hash)
|
91
|
+
self.class.swagger_types.each_pair do |key, type|
|
92
|
+
if type =~ /\AArray<(.*)>/i
|
93
|
+
# check to ensure the input is an array given that the the attribute
|
94
|
+
# is documented as an array but the input is not
|
95
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
96
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
97
|
+
end
|
98
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
99
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
100
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
101
|
+
end
|
102
|
+
|
103
|
+
self
|
104
|
+
end
|
105
|
+
|
106
|
+
# Deserializes the data based on type
|
107
|
+
# @param string type Data type
|
108
|
+
# @param string value Value to be deserialized
|
109
|
+
# @return [Object] Deserialized data
|
110
|
+
def _deserialize(type, value)
|
111
|
+
case type.to_sym
|
112
|
+
when :DateTime
|
113
|
+
DateTime.parse(value)
|
114
|
+
when :Date
|
115
|
+
Date.parse(value)
|
116
|
+
when :String
|
117
|
+
value.to_s
|
118
|
+
when :Integer
|
119
|
+
value.to_i
|
120
|
+
when :Float
|
121
|
+
value.to_f
|
122
|
+
when :BOOLEAN
|
123
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
124
|
+
true
|
125
|
+
else
|
126
|
+
false
|
127
|
+
end
|
128
|
+
when :Object
|
129
|
+
# generic object (usually a Hash), return directly
|
130
|
+
value
|
131
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
132
|
+
inner_type = Regexp.last_match[:inner_type]
|
133
|
+
value.map { |v| _deserialize(inner_type, v) }
|
134
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
135
|
+
k_type = Regexp.last_match[:k_type]
|
136
|
+
v_type = Regexp.last_match[:v_type]
|
137
|
+
{}.tap do |hash|
|
138
|
+
value.each do |k, v|
|
139
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
140
|
+
end
|
141
|
+
end
|
142
|
+
else # model
|
143
|
+
temp_model = CyberSource.const_get(type).new
|
144
|
+
temp_model.build_from_hash(value)
|
145
|
+
end
|
146
|
+
end
|
147
|
+
|
148
|
+
# Returns the string representation of the object
|
149
|
+
# @return [String] String presentation of the object
|
150
|
+
def to_s
|
151
|
+
to_hash.to_s
|
152
|
+
end
|
153
|
+
|
154
|
+
# to_body is an alias to to_hash (backward compatibility)
|
155
|
+
# @return [Hash] Returns the object in the form of hash
|
156
|
+
def to_body
|
157
|
+
to_hash
|
158
|
+
end
|
159
|
+
|
160
|
+
# Returns the object in the form of hash
|
161
|
+
# @return [Hash] Returns the object in the form of hash
|
162
|
+
def to_hash
|
163
|
+
hash = {}
|
164
|
+
self.class.attribute_map.each_pair do |attr, param|
|
165
|
+
value = self.send(attr)
|
166
|
+
next if value.nil?
|
167
|
+
hash[param] = _to_hash(value)
|
168
|
+
end
|
169
|
+
hash
|
170
|
+
end
|
171
|
+
|
172
|
+
# Outputs non-array value in the form of hash
|
173
|
+
# For object, use to_hash. Otherwise, just return the value
|
174
|
+
# @param [Object] value Any valid value
|
175
|
+
# @return [Hash] Returns the value in the form of hash
|
176
|
+
def _to_hash(value)
|
177
|
+
if value.is_a?(Array)
|
178
|
+
value.compact.map { |v| _to_hash(v) }
|
179
|
+
elsif value.is_a?(Hash)
|
180
|
+
{}.tap do |hash|
|
181
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
182
|
+
end
|
183
|
+
elsif value.respond_to? :to_hash
|
184
|
+
value.to_hash
|
185
|
+
else
|
186
|
+
value
|
187
|
+
end
|
188
|
+
end
|
189
|
+
end
|
190
|
+
end
|
data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb
CHANGED
@@ -14,9 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module CyberSource
|
16
16
|
class Ptsv2paymentsidcapturesOrderInformationBillTo
|
17
|
+
# Title.
|
18
|
+
attr_accessor :title
|
19
|
+
|
17
20
|
# Customer’s first name. This name must be the same as the name on the card. **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. #### CyberSource Latin American Processing **Important** For an authorization request, CyberSource Latin American Processing concatenates `orderInformation.billTo.firstName` and `orderInformation.billTo.lastName`. If the concatenated value exceeds 30 characters, CyberSource Latin American Processing declines the authorization request.\\ **Note** CyberSource Latin American Processing is the name of a specific processing connection that CyberSource supports. In the CyberSource API documentation, CyberSource Latin American Processing does not refer to the general topic of processing in Latin America. The information in this field description is for the specific processing connection called _CyberSource Latin American Processing_. It is not for any other Latin American processors that CyberSource supports. #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. #### For Payouts: This field may be sent only for FDC Compass. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### Worldpay VAP Optional field. #### All other processors Not used.
|
18
21
|
attr_accessor :first_name
|
19
22
|
|
23
|
+
# Customer’s middle name.
|
24
|
+
attr_accessor :middle_name
|
25
|
+
|
20
26
|
# Customer’s last name. This name must be the same as the name on the card. **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### CyberSource Latin American Processing **Important** For an authorization request, CyberSource Latin American Processing concatenates `orderInformation.billTo.firstName` and `orderInformation.billTo.lastName`. If the concatenated value exceeds 30 characters, CyberSource Latin American Processing declines the authorization request.\\ **Note** CyberSource Latin American Processing is the name of a specific processing connection that CyberSource supports. In the CyberSource API documentation, CyberSource Latin American Processing does not refer to the general topic of processing in Latin America. The information in this field description is for the specific processing connection called CyberSource Latin American Processing. It is not for any other Latin American processors that CyberSource supports. #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. #### For Payouts: This field may be sent only for FDC Compass. #### OmniPay Direct Optional field. #### RBS WorldPay Atlanta Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### Worldpay VAP Optional field. #### All other processors Not used.
|
21
27
|
attr_accessor :last_name
|
22
28
|
|
@@ -31,12 +37,18 @@ module CyberSource
|
|
31
37
|
# Payment card billing city. #### Atos This field must not contain colons (:). #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. #### For Payouts: This field may be sent only for FDC Compass. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### Worldpay VAP Optional field. #### All other processors Not used.
|
32
38
|
attr_accessor :locality
|
33
39
|
|
40
|
+
# Customer’s neighborhood, community, or region (a barrio in Brazil) within the city or municipality. This field is available only on **Cielo**.
|
41
|
+
attr_accessor :district
|
42
|
+
|
34
43
|
# State or province of the billing address. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf). For Payouts: This field may be sent only for FDC Compass. ##### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### Worldpay VAP Optional field. #### All other processors Not used.
|
35
44
|
attr_accessor :administrative_area
|
36
45
|
|
37
46
|
# Postal code for the billing address. The postal code must consist of 5 to 9 digits. When the billing country is the U.S., the 9-digit postal code must follow this format: [5 digits][dash][4 digits] **Example** `12345-6789` When the billing country is Canada, the 6-digit postal code must follow this format: [alpha][numeric][alpha][space][numeric][alpha][numeric] **Example** `A1B 2C3` **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. #### For Payouts: This field may be sent only for FDC Compass. #### American Express Direct Before sending the postal code to the processor, CyberSource removes all nonalphanumeric characters and, if the remaining value is longer than nine characters, truncates the value starting from the right side. #### Atos This field must not contain colons (:). #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. #### FDMS Nashville Required if `pointOfSaleInformation.entryMode=keyed` and the address is in the U.S. or Canada. Optional if `pointOfSaleInformation.entryMode=keyed` and the address is **not** in the U.S. or Canada. Not used if swiped. #### RBS WorldPay Atlanta: For best card-present keyed rates, send the postal code if `pointOfSaleInformation.entryMode=keyed`. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### All other processors: Optional field.
|
38
47
|
attr_accessor :postal_code
|
39
48
|
|
49
|
+
# U.S. county if available.
|
50
|
+
attr_accessor :county
|
51
|
+
|
40
52
|
# Payment card billing country. Use the two-character [ISO Standard Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf). #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. **Important** It is your responsibility to determine whether a field is required for the transaction you are requesting. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Required when `processingInformation.billPaymentOptions.billPayment=true` and `pointOfSaleInformation.entryMode=keyed`. #### Worldpay VAP Optional field. #### All other processors Not used.
|
41
53
|
attr_accessor :country
|
42
54
|
|
@@ -49,14 +61,18 @@ module CyberSource
|
|
49
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
50
62
|
def self.attribute_map
|
51
63
|
{
|
64
|
+
:'title' => :'title',
|
52
65
|
:'first_name' => :'firstName',
|
66
|
+
:'middle_name' => :'middleName',
|
53
67
|
:'last_name' => :'lastName',
|
54
68
|
:'company' => :'company',
|
55
69
|
:'address1' => :'address1',
|
56
70
|
:'address2' => :'address2',
|
57
71
|
:'locality' => :'locality',
|
72
|
+
:'district' => :'district',
|
58
73
|
:'administrative_area' => :'administrativeArea',
|
59
74
|
:'postal_code' => :'postalCode',
|
75
|
+
:'county' => :'county',
|
60
76
|
:'country' => :'country',
|
61
77
|
:'email' => :'email',
|
62
78
|
:'phone_number' => :'phoneNumber'
|
@@ -66,14 +82,18 @@ module CyberSource
|
|
66
82
|
# Attribute type mapping.
|
67
83
|
def self.swagger_types
|
68
84
|
{
|
85
|
+
:'title' => :'String',
|
69
86
|
:'first_name' => :'String',
|
87
|
+
:'middle_name' => :'String',
|
70
88
|
:'last_name' => :'String',
|
71
89
|
:'company' => :'Ptsv2paymentsOrderInformationBillToCompany',
|
72
90
|
:'address1' => :'String',
|
73
91
|
:'address2' => :'String',
|
74
92
|
:'locality' => :'String',
|
93
|
+
:'district' => :'String',
|
75
94
|
:'administrative_area' => :'String',
|
76
95
|
:'postal_code' => :'String',
|
96
|
+
:'county' => :'String',
|
77
97
|
:'country' => :'String',
|
78
98
|
:'email' => :'String',
|
79
99
|
:'phone_number' => :'String'
|
@@ -88,10 +108,18 @@ module CyberSource
|
|
88
108
|
# convert string to symbol for hash key
|
89
109
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
90
110
|
|
111
|
+
if attributes.has_key?(:'title')
|
112
|
+
self.title = attributes[:'title']
|
113
|
+
end
|
114
|
+
|
91
115
|
if attributes.has_key?(:'firstName')
|
92
116
|
self.first_name = attributes[:'firstName']
|
93
117
|
end
|
94
118
|
|
119
|
+
if attributes.has_key?(:'middleName')
|
120
|
+
self.middle_name = attributes[:'middleName']
|
121
|
+
end
|
122
|
+
|
95
123
|
if attributes.has_key?(:'lastName')
|
96
124
|
self.last_name = attributes[:'lastName']
|
97
125
|
end
|
@@ -112,6 +140,10 @@ module CyberSource
|
|
112
140
|
self.locality = attributes[:'locality']
|
113
141
|
end
|
114
142
|
|
143
|
+
if attributes.has_key?(:'district')
|
144
|
+
self.district = attributes[:'district']
|
145
|
+
end
|
146
|
+
|
115
147
|
if attributes.has_key?(:'administrativeArea')
|
116
148
|
self.administrative_area = attributes[:'administrativeArea']
|
117
149
|
end
|
@@ -120,6 +152,10 @@ module CyberSource
|
|
120
152
|
self.postal_code = attributes[:'postalCode']
|
121
153
|
end
|
122
154
|
|
155
|
+
if attributes.has_key?(:'county')
|
156
|
+
self.county = attributes[:'county']
|
157
|
+
end
|
158
|
+
|
123
159
|
if attributes.has_key?(:'country')
|
124
160
|
self.country = attributes[:'country']
|
125
161
|
end
|
@@ -146,12 +182,24 @@ module CyberSource
|
|
146
182
|
true
|
147
183
|
end
|
148
184
|
|
185
|
+
# Custom attribute writer method with validation
|
186
|
+
# @param [Object] title Value to be assigned
|
187
|
+
def title=(title)
|
188
|
+
@title = title
|
189
|
+
end
|
190
|
+
|
149
191
|
# Custom attribute writer method with validation
|
150
192
|
# @param [Object] first_name Value to be assigned
|
151
193
|
def first_name=(first_name)
|
152
194
|
@first_name = first_name
|
153
195
|
end
|
154
196
|
|
197
|
+
# Custom attribute writer method with validation
|
198
|
+
# @param [Object] middle_name Value to be assigned
|
199
|
+
def middle_name=(middle_name)
|
200
|
+
@middle_name = middle_name
|
201
|
+
end
|
202
|
+
|
155
203
|
# Custom attribute writer method with validation
|
156
204
|
# @param [Object] last_name Value to be assigned
|
157
205
|
def last_name=(last_name)
|
@@ -176,6 +224,12 @@ module CyberSource
|
|
176
224
|
@locality = locality
|
177
225
|
end
|
178
226
|
|
227
|
+
# Custom attribute writer method with validation
|
228
|
+
# @param [Object] district Value to be assigned
|
229
|
+
def district=(district)
|
230
|
+
@district = district
|
231
|
+
end
|
232
|
+
|
179
233
|
# Custom attribute writer method with validation
|
180
234
|
# @param [Object] administrative_area Value to be assigned
|
181
235
|
def administrative_area=(administrative_area)
|
@@ -188,6 +242,12 @@ module CyberSource
|
|
188
242
|
@postal_code = postal_code
|
189
243
|
end
|
190
244
|
|
245
|
+
# Custom attribute writer method with validation
|
246
|
+
# @param [Object] county Value to be assigned
|
247
|
+
def county=(county)
|
248
|
+
@county = county
|
249
|
+
end
|
250
|
+
|
191
251
|
# Custom attribute writer method with validation
|
192
252
|
# @param [Object] country Value to be assigned
|
193
253
|
def country=(country)
|
@@ -211,14 +271,18 @@ module CyberSource
|
|
211
271
|
def ==(o)
|
212
272
|
return true if self.equal?(o)
|
213
273
|
self.class == o.class &&
|
274
|
+
title == o.title &&
|
214
275
|
first_name == o.first_name &&
|
276
|
+
middle_name == o.middle_name &&
|
215
277
|
last_name == o.last_name &&
|
216
278
|
company == o.company &&
|
217
279
|
address1 == o.address1 &&
|
218
280
|
address2 == o.address2 &&
|
219
281
|
locality == o.locality &&
|
282
|
+
district == o.district &&
|
220
283
|
administrative_area == o.administrative_area &&
|
221
284
|
postal_code == o.postal_code &&
|
285
|
+
county == o.county &&
|
222
286
|
country == o.country &&
|
223
287
|
email == o.email &&
|
224
288
|
phone_number == o.phone_number
|
@@ -233,7 +297,7 @@ module CyberSource
|
|
233
297
|
# Calculates hash code according to all attributes.
|
234
298
|
# @return [Fixnum] Hash code
|
235
299
|
def hash
|
236
|
-
[first_name, last_name, company, address1, address2, locality, administrative_area, postal_code, country, email, phone_number].hash
|
300
|
+
[title, first_name, middle_name, last_name, company, address1, address2, locality, district, administrative_area, postal_code, county, country, email, phone_number].hash
|
237
301
|
end
|
238
302
|
|
239
303
|
# Builds the object from hash
|