clicksend_client 1.0.2
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 +7 -0
- data/Gemfile +7 -0
- data/README.md +78 -0
- data/Rakefile +8 -0
- data/clicksend_client-1.0.1.gem +0 -0
- data/clicksend_client.gemspec +45 -0
- data/docs/Account.md +15 -0
- data/docs/AccountApi.md +433 -0
- data/docs/AccountForgotPasswordVerify.md +10 -0
- data/docs/AccountRechargeApi.md +330 -0
- data/docs/AccountVerify.md +10 -0
- data/docs/Address.md +14 -0
- data/docs/Attachment.md +12 -0
- data/docs/Contact.md +23 -0
- data/docs/ContactApi.md +416 -0
- data/docs/ContactList.md +8 -0
- data/docs/ContactListApi.md +398 -0
- data/docs/ContactListImport.md +9 -0
- data/docs/CountriesApi.md +50 -0
- data/docs/CreditCard.md +13 -0
- data/docs/DateBefore.md +8 -0
- data/docs/DeliveryIssue.md +12 -0
- data/docs/DeliveryIssuesApi.md +119 -0
- data/docs/DeliveryReceiptRule.md +12 -0
- data/docs/DetectAddressApi.md +62 -0
- data/docs/Email.md +15 -0
- data/docs/EmailAddress.md +8 -0
- data/docs/EmailCampaign.md +15 -0
- data/docs/EmailDeliveryReceiptRulesApi.md +286 -0
- data/docs/EmailFrom.md +9 -0
- data/docs/EmailMarketingApi.md +793 -0
- data/docs/EmailRecipient.md +9 -0
- data/docs/EmailSMSAddress.md +10 -0
- data/docs/EmailTemplateNew.md +9 -0
- data/docs/EmailTemplateUpdate.md +9 -0
- data/docs/EmailToSmsApi.md +395 -0
- data/docs/FAXApi.md +401 -0
- data/docs/FAXDeliveryReceiptRulesApi.md +286 -0
- data/docs/FaxMessage.md +15 -0
- data/docs/FaxMessageCollection.md +9 -0
- data/docs/Fields.md +8 -0
- data/docs/FieldsFields.md +23 -0
- data/docs/ForgotPassword.md +8 -0
- data/docs/ForgotUsername.md +9 -0
- data/docs/InboundFAXRulesApi.md +286 -0
- data/docs/InboundFaxRule.md +12 -0
- data/docs/InboundSMSRule.md +14 -0
- data/docs/InboundSMSRulesApi.md +286 -0
- data/docs/MMSApi.md +228 -0
- data/docs/MasterEmailTemplatesApi.md +290 -0
- data/docs/MmsCampaign.md +14 -0
- data/docs/MmsCampaignApi.md +338 -0
- data/docs/MmsMessage.md +17 -0
- data/docs/MmsMessageCollection.md +9 -0
- data/docs/NumberApi.md +183 -0
- data/docs/PostLetter.md +14 -0
- data/docs/PostLetterApi.md +227 -0
- data/docs/PostPostcard.md +9 -0
- data/docs/PostPostcardApi.md +227 -0
- data/docs/PostRecipient.md +16 -0
- data/docs/PostReturnAddressApi.md +284 -0
- data/docs/ReferralAccountApi.md +65 -0
- data/docs/ResellerAccount.md +15 -0
- data/docs/ResellerAccountApi.md +230 -0
- data/docs/ResellerAccountTransferCredit.md +10 -0
- data/docs/SMSApi.md +999 -0
- data/docs/SMSDeliveryReceiptRulesApi.md +286 -0
- data/docs/SearchApi.md +68 -0
- data/docs/SmsCampaign.md +12 -0
- data/docs/SmsCampaignApi.md +338 -0
- data/docs/SmsMessage.md +16 -0
- data/docs/SmsMessageCollection.md +8 -0
- data/docs/SmsTemplate.md +9 -0
- data/docs/StatisticsApi.md +104 -0
- data/docs/StrippedString.md +8 -0
- data/docs/Subaccount.md +18 -0
- data/docs/SubaccountApi.md +338 -0
- data/docs/TimezonesApi.md +65 -0
- data/docs/TransactionalEmailApi.md +237 -0
- data/docs/TransferCreditApi.md +62 -0
- data/docs/UploadApi.md +65 -0
- data/docs/UploadFile.md +8 -0
- data/docs/Url.md +8 -0
- data/docs/UserEmailTemplatesApi.md +284 -0
- data/docs/VoiceApi.md +547 -0
- data/docs/VoiceDeliveryReceiptRulesApi.md +286 -0
- data/docs/VoiceMessage.md +18 -0
- data/docs/VoiceMessageCollection.md +8 -0
- data/lib/clicksend_client.rb +121 -0
- data/lib/clicksend_client/api/account_api.rb +447 -0
- data/lib/clicksend_client/api/account_recharge_api.rb +346 -0
- data/lib/clicksend_client/api/contact_api.rb +463 -0
- data/lib/clicksend_client/api/contact_list_api.rb +427 -0
- data/lib/clicksend_client/api/countries_api.rb +71 -0
- data/lib/clicksend_client/api/delivery_issues_api.rb +139 -0
- data/lib/clicksend_client/api/detect_address_api.rb +77 -0
- data/lib/clicksend_client/api/email_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/email_marketing_api.rb +829 -0
- data/lib/clicksend_client/api/email_to_sms_api.rb +423 -0
- data/lib/clicksend_client/api/fax_api.rb +425 -0
- data/lib/clicksend_client/api/fax_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/inbound_fax_rules_api.rb +310 -0
- data/lib/clicksend_client/api/inbound_sms_rules_api.rb +310 -0
- data/lib/clicksend_client/api/master_email_templates_api.rb +323 -0
- data/lib/clicksend_client/api/mms_api.rb +243 -0
- data/lib/clicksend_client/api/mms_campaign_api.rb +361 -0
- data/lib/clicksend_client/api/number_api.rb +213 -0
- data/lib/clicksend_client/api/post_letter_api.rb +248 -0
- data/lib/clicksend_client/api/post_postcard_api.rb +248 -0
- data/lib/clicksend_client/api/post_return_address_api.rb +307 -0
- data/lib/clicksend_client/api/referral_account_api.rb +85 -0
- data/lib/clicksend_client/api/reseller_account_api.rb +253 -0
- data/lib/clicksend_client/api/search_api.rb +92 -0
- data/lib/clicksend_client/api/sms_api.rb +1032 -0
- data/lib/clicksend_client/api/sms_campaign_api.rb +361 -0
- data/lib/clicksend_client/api/sms_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api/statistics_api.rb +119 -0
- data/lib/clicksend_client/api/subaccount_api.rb +361 -0
- data/lib/clicksend_client/api/timezones_api.rb +85 -0
- data/lib/clicksend_client/api/transactional_email_api.rb +260 -0
- data/lib/clicksend_client/api/transfer_credit_api.rb +77 -0
- data/lib/clicksend_client/api/upload_api.rb +84 -0
- data/lib/clicksend_client/api/user_email_templates_api.rb +307 -0
- data/lib/clicksend_client/api/voice_api.rb +570 -0
- data/lib/clicksend_client/api/voice_delivery_receipt_rules_api.rb +310 -0
- data/lib/clicksend_client/api_client.rb +389 -0
- data/lib/clicksend_client/api_error.rb +38 -0
- data/lib/clicksend_client/configuration.rb +209 -0
- data/lib/clicksend_client/models/account.rb +295 -0
- data/lib/clicksend_client/models/account_forgot_password_verify.rb +219 -0
- data/lib/clicksend_client/models/account_verify.rb +220 -0
- data/lib/clicksend_client/models/address.rb +270 -0
- data/lib/clicksend_client/models/attachment.rb +250 -0
- data/lib/clicksend_client/models/contact.rb +345 -0
- data/lib/clicksend_client/models/contact_list.rb +190 -0
- data/lib/clicksend_client/models/contact_list_import.rb +207 -0
- data/lib/clicksend_client/models/credit_card.rb +265 -0
- data/lib/clicksend_client/models/date_before.rb +185 -0
- data/lib/clicksend_client/models/delivery_issue.rb +240 -0
- data/lib/clicksend_client/models/delivery_receipt_rule.rb +250 -0
- data/lib/clicksend_client/models/email.rb +277 -0
- data/lib/clicksend_client/models/email_address.rb +189 -0
- data/lib/clicksend_client/models/email_campaign.rb +287 -0
- data/lib/clicksend_client/models/email_from.rb +200 -0
- data/lib/clicksend_client/models/email_recipient.rb +200 -0
- data/lib/clicksend_client/models/email_sms_address.rb +215 -0
- data/lib/clicksend_client/models/email_template_new.rb +205 -0
- data/lib/clicksend_client/models/email_template_update.rb +200 -0
- data/lib/clicksend_client/models/fax_message.rb +262 -0
- data/lib/clicksend_client/models/fax_message_collection.rb +207 -0
- data/lib/clicksend_client/models/fields.rb +184 -0
- data/lib/clicksend_client/models/fields_fields.rb +335 -0
- data/lib/clicksend_client/models/forgot_password.rb +189 -0
- data/lib/clicksend_client/models/forgot_username.rb +194 -0
- data/lib/clicksend_client/models/inbound_fax_rule.rb +250 -0
- data/lib/clicksend_client/models/inbound_sms_rule.rb +280 -0
- data/lib/clicksend_client/models/mms_campaign.rb +272 -0
- data/lib/clicksend_client/models/mms_message.rb +294 -0
- data/lib/clicksend_client/models/mms_message_collection.rb +207 -0
- data/lib/clicksend_client/models/post_letter.rb +267 -0
- data/lib/clicksend_client/models/post_postcard.rb +209 -0
- data/lib/clicksend_client/models/post_recipient.rb +302 -0
- data/lib/clicksend_client/models/reseller_account.rb +295 -0
- data/lib/clicksend_client/models/reseller_account_transfer_credit.rb +220 -0
- data/lib/clicksend_client/models/sms_campaign.rb +242 -0
- data/lib/clicksend_client/models/sms_message.rb +279 -0
- data/lib/clicksend_client/models/sms_message_collection.rb +192 -0
- data/lib/clicksend_client/models/sms_template.rb +205 -0
- data/lib/clicksend_client/models/stripped_string.rb +190 -0
- data/lib/clicksend_client/models/subaccount.rb +325 -0
- data/lib/clicksend_client/models/upload_file.rb +190 -0
- data/lib/clicksend_client/models/url.rb +190 -0
- data/lib/clicksend_client/models/voice_message.rb +316 -0
- data/lib/clicksend_client/models/voice_message_collection.rb +192 -0
- data/lib/clicksend_client/version.rb +15 -0
- data/spec/api/account_api_spec.rb +131 -0
- data/spec/api/account_recharge_api_spec.rb +107 -0
- data/spec/api/contact_api_spec.rb +129 -0
- data/spec/api/contact_list_api_spec.rb +123 -0
- data/spec/api/countries_api_spec.rb +46 -0
- data/spec/api/delivery_issues_api_spec.rb +60 -0
- data/spec/api/detect_address_api_spec.rb +47 -0
- data/spec/api/email_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/email_marketing_api_spec.rb +213 -0
- data/spec/api/email_to_sms_api_spec.rb +122 -0
- data/spec/api/fax_api_spec.rb +125 -0
- data/spec/api/fax_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/inbound_fax_rules_api_spec.rb +98 -0
- data/spec/api/inbound_sms_rules_api_spec.rb +98 -0
- data/spec/api/master_email_templates_api_spec.rb +99 -0
- data/spec/api/mms_api_spec.rb +84 -0
- data/spec/api/mms_campaign_api_spec.rb +109 -0
- data/spec/api/number_api_spec.rb +76 -0
- data/spec/api/post_letter_api_spec.rb +84 -0
- data/spec/api/post_postcard_api_spec.rb +84 -0
- data/spec/api/post_return_address_api_spec.rb +97 -0
- data/spec/api/referral_account_api_spec.rb +48 -0
- data/spec/api/reseller_account_api_spec.rb +85 -0
- data/spec/api/search_api_spec.rb +49 -0
- data/spec/api/sms_api_spec.rb +259 -0
- data/spec/api/sms_campaign_api_spec.rb +109 -0
- data/spec/api/sms_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api/statistics_api_spec.rb +57 -0
- data/spec/api/subaccount_api_spec.rb +109 -0
- data/spec/api/timezones_api_spec.rb +48 -0
- data/spec/api/transactional_email_api_spec.rb +88 -0
- data/spec/api/transfer_credit_api_spec.rb +47 -0
- data/spec/api/upload_api_spec.rb +48 -0
- data/spec/api/user_email_templates_api_spec.rb +97 -0
- data/spec/api/voice_api_spec.rb +157 -0
- data/spec/api/voice_delivery_receipt_rules_api_spec.rb +98 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_forgot_password_verify_spec.rb +53 -0
- data/spec/models/account_spec.rb +83 -0
- data/spec/models/account_verify_spec.rb +53 -0
- data/spec/models/address_spec.rb +77 -0
- data/spec/models/attachment_spec.rb +65 -0
- data/spec/models/contact_list_import_spec.rb +47 -0
- data/spec/models/contact_list_spec.rb +41 -0
- data/spec/models/contact_spec.rb +131 -0
- data/spec/models/credit_card_spec.rb +71 -0
- data/spec/models/date_before_spec.rb +41 -0
- data/spec/models/delivery_issue_spec.rb +65 -0
- data/spec/models/delivery_receipt_rule_spec.rb +65 -0
- data/spec/models/email_address_spec.rb +41 -0
- data/spec/models/email_campaign_spec.rb +83 -0
- data/spec/models/email_from_spec.rb +47 -0
- data/spec/models/email_recipient_spec.rb +47 -0
- data/spec/models/email_sms_address_spec.rb +53 -0
- data/spec/models/email_spec.rb +83 -0
- data/spec/models/email_template_new_spec.rb +47 -0
- data/spec/models/email_template_update_spec.rb +47 -0
- data/spec/models/fax_message_collection_spec.rb +47 -0
- data/spec/models/fax_message_spec.rb +83 -0
- data/spec/models/fields_fields_spec.rb +131 -0
- data/spec/models/fields_spec.rb +41 -0
- data/spec/models/forgot_password_spec.rb +41 -0
- data/spec/models/forgot_username_spec.rb +47 -0
- data/spec/models/inbound_fax_rule_spec.rb +65 -0
- data/spec/models/inbound_sms_rule_spec.rb +77 -0
- data/spec/models/mms_campaign_spec.rb +77 -0
- data/spec/models/mms_message_collection_spec.rb +47 -0
- data/spec/models/mms_message_spec.rb +95 -0
- data/spec/models/post_letter_spec.rb +77 -0
- data/spec/models/post_postcard_spec.rb +47 -0
- data/spec/models/post_recipient_spec.rb +89 -0
- data/spec/models/reseller_account_spec.rb +83 -0
- data/spec/models/reseller_account_transfer_credit_spec.rb +53 -0
- data/spec/models/sms_campaign_spec.rb +65 -0
- data/spec/models/sms_message_collection_spec.rb +41 -0
- data/spec/models/sms_message_spec.rb +89 -0
- data/spec/models/sms_template_spec.rb +47 -0
- data/spec/models/stripped_string_spec.rb +41 -0
- data/spec/models/subaccount_spec.rb +101 -0
- data/spec/models/upload_file_spec.rb +41 -0
- data/spec/models/url_spec.rb +41 -0
- data/spec/models/voice_message_collection_spec.rb +41 -0
- data/spec/models/voice_message_spec.rb +101 -0
- data/spec/spec_helper.rb +111 -0
- metadata +568 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#ClickSend v3 API
|
|
3
|
+
|
|
4
|
+
# This is an official SDK for [ClickSend](https://clicksend.com) Below you will find a current list of the available methods for clicksend. *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..*
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3.1
|
|
7
|
+
Contact: support@clicksend.com
|
|
8
|
+
Generated by: https://github.com/clicksend-api/clicksend-codegen.git
|
|
9
|
+
ClickSend Codegen version: 2.4.1-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module ClickSendClient
|
|
16
|
+
# PostRecipient model
|
|
17
|
+
class PostRecipient
|
|
18
|
+
# Name of address
|
|
19
|
+
attr_accessor :address_name
|
|
20
|
+
|
|
21
|
+
# First line of address
|
|
22
|
+
attr_accessor :address_line_1
|
|
23
|
+
|
|
24
|
+
# Second line of address
|
|
25
|
+
attr_accessor :address_line_2
|
|
26
|
+
|
|
27
|
+
# City
|
|
28
|
+
attr_accessor :address_city
|
|
29
|
+
|
|
30
|
+
# State
|
|
31
|
+
attr_accessor :address_state
|
|
32
|
+
|
|
33
|
+
# Postal code
|
|
34
|
+
attr_accessor :address_postal_code
|
|
35
|
+
|
|
36
|
+
# Country
|
|
37
|
+
attr_accessor :address_country
|
|
38
|
+
|
|
39
|
+
# ID of return address to use
|
|
40
|
+
attr_accessor :return_address_id
|
|
41
|
+
|
|
42
|
+
# When to send letter (0/null=now)
|
|
43
|
+
attr_accessor :schedule
|
|
44
|
+
|
|
45
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
46
|
+
def self.attribute_map
|
|
47
|
+
{
|
|
48
|
+
:'address_name' => :'address_name',
|
|
49
|
+
:'address_line_1' => :'address_line_1',
|
|
50
|
+
:'address_line_2' => :'address_line_2',
|
|
51
|
+
:'address_city' => :'address_city',
|
|
52
|
+
:'address_state' => :'address_state',
|
|
53
|
+
:'address_postal_code' => :'address_postal_code',
|
|
54
|
+
:'address_country' => :'address_country',
|
|
55
|
+
:'return_address_id' => :'return_address_id',
|
|
56
|
+
:'schedule' => :'schedule'
|
|
57
|
+
}
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Attribute type mapping.
|
|
61
|
+
def self.clicksend_types
|
|
62
|
+
{
|
|
63
|
+
:'address_name' => :'String',
|
|
64
|
+
:'address_line_1' => :'String',
|
|
65
|
+
:'address_line_2' => :'String',
|
|
66
|
+
:'address_city' => :'String',
|
|
67
|
+
:'address_state' => :'String',
|
|
68
|
+
:'address_postal_code' => :'String',
|
|
69
|
+
:'address_country' => :'String',
|
|
70
|
+
:'return_address_id' => :'Integer',
|
|
71
|
+
:'schedule' => :'Integer'
|
|
72
|
+
}
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# Initializes the object
|
|
76
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
77
|
+
def initialize(attributes = {})
|
|
78
|
+
return unless attributes.is_a?(Hash)
|
|
79
|
+
|
|
80
|
+
# convert string to symbol for hash key
|
|
81
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
82
|
+
|
|
83
|
+
if attributes.has_key?(:'address_name')
|
|
84
|
+
self.address_name = attributes[:'address_name']
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.has_key?(:'address_line_1')
|
|
88
|
+
self.address_line_1 = attributes[:'address_line_1']
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
if attributes.has_key?(:'address_line_2')
|
|
92
|
+
self.address_line_2 = attributes[:'address_line_2']
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if attributes.has_key?(:'address_city')
|
|
96
|
+
self.address_city = attributes[:'address_city']
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
if attributes.has_key?(:'address_state')
|
|
100
|
+
self.address_state = attributes[:'address_state']
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
if attributes.has_key?(:'address_postal_code')
|
|
104
|
+
self.address_postal_code = attributes[:'address_postal_code']
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
if attributes.has_key?(:'address_country')
|
|
108
|
+
self.address_country = attributes[:'address_country']
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
if attributes.has_key?(:'return_address_id')
|
|
112
|
+
self.return_address_id = attributes[:'return_address_id']
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
if attributes.has_key?(:'schedule')
|
|
116
|
+
self.schedule = attributes[:'schedule']
|
|
117
|
+
else
|
|
118
|
+
self.schedule = 0
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
123
|
+
# @return Array for valid properties with the reasons
|
|
124
|
+
def list_invalid_properties
|
|
125
|
+
invalid_properties = Array.new
|
|
126
|
+
if @address_name.nil?
|
|
127
|
+
invalid_properties.push('invalid value for "address_name", address_name cannot be nil.')
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
if @address_line_1.nil?
|
|
131
|
+
invalid_properties.push('invalid value for "address_line_1", address_line_1 cannot be nil.')
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
if @address_city.nil?
|
|
135
|
+
invalid_properties.push('invalid value for "address_city", address_city cannot be nil.')
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
if @address_state.nil?
|
|
139
|
+
invalid_properties.push('invalid value for "address_state", address_state cannot be nil.')
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
if @address_postal_code.nil?
|
|
143
|
+
invalid_properties.push('invalid value for "address_postal_code", address_postal_code cannot be nil.')
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
if @address_country.nil?
|
|
147
|
+
invalid_properties.push('invalid value for "address_country", address_country cannot be nil.')
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
if @return_address_id.nil?
|
|
151
|
+
invalid_properties.push('invalid value for "return_address_id", return_address_id cannot be nil.')
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
invalid_properties
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
# Check to see if the all the properties in the model are valid
|
|
158
|
+
# @return true if the model is valid
|
|
159
|
+
def valid?
|
|
160
|
+
return false if @address_name.nil?
|
|
161
|
+
return false if @address_line_1.nil?
|
|
162
|
+
return false if @address_city.nil?
|
|
163
|
+
return false if @address_state.nil?
|
|
164
|
+
return false if @address_postal_code.nil?
|
|
165
|
+
return false if @address_country.nil?
|
|
166
|
+
return false if @return_address_id.nil?
|
|
167
|
+
true
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
# Checks equality by comparing each attribute.
|
|
171
|
+
# @param [Object] Object to be compared
|
|
172
|
+
def ==(o)
|
|
173
|
+
return true if self.equal?(o)
|
|
174
|
+
self.class == o.class &&
|
|
175
|
+
address_name == o.address_name &&
|
|
176
|
+
address_line_1 == o.address_line_1 &&
|
|
177
|
+
address_line_2 == o.address_line_2 &&
|
|
178
|
+
address_city == o.address_city &&
|
|
179
|
+
address_state == o.address_state &&
|
|
180
|
+
address_postal_code == o.address_postal_code &&
|
|
181
|
+
address_country == o.address_country &&
|
|
182
|
+
return_address_id == o.return_address_id &&
|
|
183
|
+
schedule == o.schedule
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
# @see the `==` method
|
|
187
|
+
# @param [Object] Object to be compared
|
|
188
|
+
def eql?(o)
|
|
189
|
+
self == o
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
# Calculates hash code according to all attributes.
|
|
193
|
+
# @return [Fixnum] Hash code
|
|
194
|
+
def hash
|
|
195
|
+
[address_name, address_line_1, address_line_2, address_city, address_state, address_postal_code, address_country, return_address_id, schedule].hash
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# Builds the object from hash
|
|
199
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
200
|
+
# @return [Object] Returns the model itself
|
|
201
|
+
def build_from_hash(attributes)
|
|
202
|
+
return nil unless attributes.is_a?(Hash)
|
|
203
|
+
self.class.clicksend_types.each_pair do |key, type|
|
|
204
|
+
if type =~ /\AArray<(.*)>/i
|
|
205
|
+
# check to ensure the input is an array given that the the attribute
|
|
206
|
+
# is documented as an array but the input is not
|
|
207
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
208
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
209
|
+
end
|
|
210
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
211
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
212
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
self
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
# Deserializes the data based on type
|
|
219
|
+
# @param string type Data type
|
|
220
|
+
# @param string value Value to be deserialized
|
|
221
|
+
# @return [Object] Deserialized data
|
|
222
|
+
def _deserialize(type, value)
|
|
223
|
+
case type.to_sym
|
|
224
|
+
when :DateTime
|
|
225
|
+
DateTime.parse(value)
|
|
226
|
+
when :Date
|
|
227
|
+
Date.parse(value)
|
|
228
|
+
when :String
|
|
229
|
+
value.to_s
|
|
230
|
+
when :Integer
|
|
231
|
+
value.to_i
|
|
232
|
+
when :Float
|
|
233
|
+
value.to_f
|
|
234
|
+
when :BOOLEAN
|
|
235
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
236
|
+
true
|
|
237
|
+
else
|
|
238
|
+
false
|
|
239
|
+
end
|
|
240
|
+
when :Object
|
|
241
|
+
# generic object (usually a Hash), return directly
|
|
242
|
+
value
|
|
243
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
244
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
245
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
246
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
247
|
+
k_type = Regexp.last_match[:k_type]
|
|
248
|
+
v_type = Regexp.last_match[:v_type]
|
|
249
|
+
{}.tap do |hash|
|
|
250
|
+
value.each do |k, v|
|
|
251
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
252
|
+
end
|
|
253
|
+
end
|
|
254
|
+
else # model
|
|
255
|
+
temp_model = ClickSendClient.const_get(type).new
|
|
256
|
+
temp_model.build_from_hash(value)
|
|
257
|
+
end
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
# Returns the string representation of the object
|
|
261
|
+
# @return [String] String presentation of the object
|
|
262
|
+
def to_s
|
|
263
|
+
to_hash.to_s
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
267
|
+
# @return [Hash] Returns the object in the form of hash
|
|
268
|
+
def to_body
|
|
269
|
+
to_hash
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
# Returns the object in the form of hash
|
|
273
|
+
# @return [Hash] Returns the object in the form of hash
|
|
274
|
+
def to_hash
|
|
275
|
+
hash = {}
|
|
276
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
277
|
+
value = self.send(attr)
|
|
278
|
+
next if value.nil?
|
|
279
|
+
hash[param] = _to_hash(value)
|
|
280
|
+
end
|
|
281
|
+
hash
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
# Outputs non-array value in the form of hash
|
|
285
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
286
|
+
# @param [Object] value Any valid value
|
|
287
|
+
# @return [Hash] Returns the value in the form of hash
|
|
288
|
+
def _to_hash(value)
|
|
289
|
+
if value.is_a?(Array)
|
|
290
|
+
value.compact.map { |v| _to_hash(v) }
|
|
291
|
+
elsif value.is_a?(Hash)
|
|
292
|
+
{}.tap do |hash|
|
|
293
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
294
|
+
end
|
|
295
|
+
elsif value.respond_to? :to_hash
|
|
296
|
+
value.to_hash
|
|
297
|
+
else
|
|
298
|
+
value
|
|
299
|
+
end
|
|
300
|
+
end
|
|
301
|
+
end
|
|
302
|
+
end
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#ClickSend v3 API
|
|
3
|
+
|
|
4
|
+
# This is an official SDK for [ClickSend](https://clicksend.com) Below you will find a current list of the available methods for clicksend. *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..*
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3.1
|
|
7
|
+
Contact: support@clicksend.com
|
|
8
|
+
Generated by: https://github.com/clicksend-api/clicksend-codegen.git
|
|
9
|
+
ClickSend Codegen version: 2.4.1-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module ClickSendClient
|
|
16
|
+
# ResellerAccount model
|
|
17
|
+
class ResellerAccount
|
|
18
|
+
# Account username
|
|
19
|
+
attr_accessor :username
|
|
20
|
+
|
|
21
|
+
# Account password (unhashed)
|
|
22
|
+
attr_accessor :password
|
|
23
|
+
|
|
24
|
+
# Account email
|
|
25
|
+
attr_accessor :user_email
|
|
26
|
+
|
|
27
|
+
# Account phone number
|
|
28
|
+
attr_accessor :user_phone
|
|
29
|
+
|
|
30
|
+
# Account owner first name
|
|
31
|
+
attr_accessor :user_first_name
|
|
32
|
+
|
|
33
|
+
# Account owner last name
|
|
34
|
+
attr_accessor :user_last_name
|
|
35
|
+
|
|
36
|
+
# Account name (usually company name)
|
|
37
|
+
attr_accessor :account_name
|
|
38
|
+
|
|
39
|
+
# Country of account holder
|
|
40
|
+
attr_accessor :country
|
|
41
|
+
|
|
42
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
43
|
+
def self.attribute_map
|
|
44
|
+
{
|
|
45
|
+
:'username' => :'username',
|
|
46
|
+
:'password' => :'password',
|
|
47
|
+
:'user_email' => :'user_email',
|
|
48
|
+
:'user_phone' => :'user_phone',
|
|
49
|
+
:'user_first_name' => :'user_first_name',
|
|
50
|
+
:'user_last_name' => :'user_last_name',
|
|
51
|
+
:'account_name' => :'account_name',
|
|
52
|
+
:'country' => :'country'
|
|
53
|
+
}
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Attribute type mapping.
|
|
57
|
+
def self.clicksend_types
|
|
58
|
+
{
|
|
59
|
+
:'username' => :'String',
|
|
60
|
+
:'password' => :'String',
|
|
61
|
+
:'user_email' => :'String',
|
|
62
|
+
:'user_phone' => :'String',
|
|
63
|
+
:'user_first_name' => :'String',
|
|
64
|
+
:'user_last_name' => :'String',
|
|
65
|
+
:'account_name' => :'String',
|
|
66
|
+
:'country' => :'String'
|
|
67
|
+
}
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# Initializes the object
|
|
71
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
72
|
+
def initialize(attributes = {})
|
|
73
|
+
return unless attributes.is_a?(Hash)
|
|
74
|
+
|
|
75
|
+
# convert string to symbol for hash key
|
|
76
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
77
|
+
|
|
78
|
+
if attributes.has_key?(:'username')
|
|
79
|
+
self.username = attributes[:'username']
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
if attributes.has_key?(:'password')
|
|
83
|
+
self.password = attributes[:'password']
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
if attributes.has_key?(:'user_email')
|
|
87
|
+
self.user_email = attributes[:'user_email']
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
if attributes.has_key?(:'user_phone')
|
|
91
|
+
self.user_phone = attributes[:'user_phone']
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
if attributes.has_key?(:'user_first_name')
|
|
95
|
+
self.user_first_name = attributes[:'user_first_name']
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
if attributes.has_key?(:'user_last_name')
|
|
99
|
+
self.user_last_name = attributes[:'user_last_name']
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
if attributes.has_key?(:'account_name')
|
|
103
|
+
self.account_name = attributes[:'account_name']
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
if attributes.has_key?(:'country')
|
|
107
|
+
self.country = attributes[:'country']
|
|
108
|
+
end
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
112
|
+
# @return Array for valid properties with the reasons
|
|
113
|
+
def list_invalid_properties
|
|
114
|
+
invalid_properties = Array.new
|
|
115
|
+
if @username.nil?
|
|
116
|
+
invalid_properties.push('invalid value for "username", username cannot be nil.')
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
if @password.nil?
|
|
120
|
+
invalid_properties.push('invalid value for "password", password cannot be nil.')
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
if @user_email.nil?
|
|
124
|
+
invalid_properties.push('invalid value for "user_email", user_email cannot be nil.')
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
if @user_phone.nil?
|
|
128
|
+
invalid_properties.push('invalid value for "user_phone", user_phone cannot be nil.')
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
if @user_first_name.nil?
|
|
132
|
+
invalid_properties.push('invalid value for "user_first_name", user_first_name cannot be nil.')
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
if @user_last_name.nil?
|
|
136
|
+
invalid_properties.push('invalid value for "user_last_name", user_last_name cannot be nil.')
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
if @account_name.nil?
|
|
140
|
+
invalid_properties.push('invalid value for "account_name", account_name cannot be nil.')
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
if @country.nil?
|
|
144
|
+
invalid_properties.push('invalid value for "country", country cannot be nil.')
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
invalid_properties
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
# Check to see if the all the properties in the model are valid
|
|
151
|
+
# @return true if the model is valid
|
|
152
|
+
def valid?
|
|
153
|
+
return false if @username.nil?
|
|
154
|
+
return false if @password.nil?
|
|
155
|
+
return false if @user_email.nil?
|
|
156
|
+
return false if @user_phone.nil?
|
|
157
|
+
return false if @user_first_name.nil?
|
|
158
|
+
return false if @user_last_name.nil?
|
|
159
|
+
return false if @account_name.nil?
|
|
160
|
+
return false if @country.nil?
|
|
161
|
+
true
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
# Checks equality by comparing each attribute.
|
|
165
|
+
# @param [Object] Object to be compared
|
|
166
|
+
def ==(o)
|
|
167
|
+
return true if self.equal?(o)
|
|
168
|
+
self.class == o.class &&
|
|
169
|
+
username == o.username &&
|
|
170
|
+
password == o.password &&
|
|
171
|
+
user_email == o.user_email &&
|
|
172
|
+
user_phone == o.user_phone &&
|
|
173
|
+
user_first_name == o.user_first_name &&
|
|
174
|
+
user_last_name == o.user_last_name &&
|
|
175
|
+
account_name == o.account_name &&
|
|
176
|
+
country == o.country
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# @see the `==` method
|
|
180
|
+
# @param [Object] Object to be compared
|
|
181
|
+
def eql?(o)
|
|
182
|
+
self == o
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
# Calculates hash code according to all attributes.
|
|
186
|
+
# @return [Fixnum] Hash code
|
|
187
|
+
def hash
|
|
188
|
+
[username, password, user_email, user_phone, user_first_name, user_last_name, account_name, country].hash
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# Builds the object from hash
|
|
192
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
193
|
+
# @return [Object] Returns the model itself
|
|
194
|
+
def build_from_hash(attributes)
|
|
195
|
+
return nil unless attributes.is_a?(Hash)
|
|
196
|
+
self.class.clicksend_types.each_pair do |key, type|
|
|
197
|
+
if type =~ /\AArray<(.*)>/i
|
|
198
|
+
# check to ensure the input is an array given that the the attribute
|
|
199
|
+
# is documented as an array but the input is not
|
|
200
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
201
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
202
|
+
end
|
|
203
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
204
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
205
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
self
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
# Deserializes the data based on type
|
|
212
|
+
# @param string type Data type
|
|
213
|
+
# @param string value Value to be deserialized
|
|
214
|
+
# @return [Object] Deserialized data
|
|
215
|
+
def _deserialize(type, value)
|
|
216
|
+
case type.to_sym
|
|
217
|
+
when :DateTime
|
|
218
|
+
DateTime.parse(value)
|
|
219
|
+
when :Date
|
|
220
|
+
Date.parse(value)
|
|
221
|
+
when :String
|
|
222
|
+
value.to_s
|
|
223
|
+
when :Integer
|
|
224
|
+
value.to_i
|
|
225
|
+
when :Float
|
|
226
|
+
value.to_f
|
|
227
|
+
when :BOOLEAN
|
|
228
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
229
|
+
true
|
|
230
|
+
else
|
|
231
|
+
false
|
|
232
|
+
end
|
|
233
|
+
when :Object
|
|
234
|
+
# generic object (usually a Hash), return directly
|
|
235
|
+
value
|
|
236
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
237
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
238
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
239
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
240
|
+
k_type = Regexp.last_match[:k_type]
|
|
241
|
+
v_type = Regexp.last_match[:v_type]
|
|
242
|
+
{}.tap do |hash|
|
|
243
|
+
value.each do |k, v|
|
|
244
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
245
|
+
end
|
|
246
|
+
end
|
|
247
|
+
else # model
|
|
248
|
+
temp_model = ClickSendClient.const_get(type).new
|
|
249
|
+
temp_model.build_from_hash(value)
|
|
250
|
+
end
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
# Returns the string representation of the object
|
|
254
|
+
# @return [String] String presentation of the object
|
|
255
|
+
def to_s
|
|
256
|
+
to_hash.to_s
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
260
|
+
# @return [Hash] Returns the object in the form of hash
|
|
261
|
+
def to_body
|
|
262
|
+
to_hash
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
# Returns the object in the form of hash
|
|
266
|
+
# @return [Hash] Returns the object in the form of hash
|
|
267
|
+
def to_hash
|
|
268
|
+
hash = {}
|
|
269
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
270
|
+
value = self.send(attr)
|
|
271
|
+
next if value.nil?
|
|
272
|
+
hash[param] = _to_hash(value)
|
|
273
|
+
end
|
|
274
|
+
hash
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
# Outputs non-array value in the form of hash
|
|
278
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
279
|
+
# @param [Object] value Any valid value
|
|
280
|
+
# @return [Hash] Returns the value in the form of hash
|
|
281
|
+
def _to_hash(value)
|
|
282
|
+
if value.is_a?(Array)
|
|
283
|
+
value.compact.map { |v| _to_hash(v) }
|
|
284
|
+
elsif value.is_a?(Hash)
|
|
285
|
+
{}.tap do |hash|
|
|
286
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
287
|
+
end
|
|
288
|
+
elsif value.respond_to? :to_hash
|
|
289
|
+
value.to_hash
|
|
290
|
+
else
|
|
291
|
+
value
|
|
292
|
+
end
|
|
293
|
+
end
|
|
294
|
+
end
|
|
295
|
+
end
|