yapstone-payments 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (310) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/Gemfile.lock +79 -0
  4. data/README.md +203 -0
  5. data/Rakefile +10 -0
  6. data/docs/APM.md +29 -0
  7. data/docs/APMSpecInParameters.md +19 -0
  8. data/docs/Action.md +16 -0
  9. data/docs/Address.md +29 -0
  10. data/docs/Amount.md +21 -0
  11. data/docs/AuthResponse.md +19 -0
  12. data/docs/AuthTokenRequest.md +19 -0
  13. data/docs/AuthTokenResponse.md +17 -0
  14. data/docs/AuthenticationApi.md +58 -0
  15. data/docs/BankAccount.md +37 -0
  16. data/docs/BillingAddress.md +29 -0
  17. data/docs/BookingInfo.md +31 -0
  18. data/docs/CapturePaymentRequest.md +21 -0
  19. data/docs/Card.md +27 -0
  20. data/docs/CardResponse.md +21 -0
  21. data/docs/Consent.md +21 -0
  22. data/docs/CreditCardAuthResponse.md +25 -0
  23. data/docs/Customer.md +29 -0
  24. data/docs/CustomerData.md +19 -0
  25. data/docs/CustomerDetails.md +23 -0
  26. data/docs/Deposit.md +23 -0
  27. data/docs/DepositDetails.md +17 -0
  28. data/docs/DisburseLineItemsReq.md +19 -0
  29. data/docs/DisburseTransaction.md +19 -0
  30. data/docs/DisburseTransactionReq.md +17 -0
  31. data/docs/Disbursement.md +17 -0
  32. data/docs/DisbursementAllOf.md +17 -0
  33. data/docs/DisbursementDetails.md +17 -0
  34. data/docs/DisbursementRequest.md +16 -0
  35. data/docs/DisbursementRequests.md +17 -0
  36. data/docs/DisbursementResponse.md +17 -0
  37. data/docs/DisbursementsApi.md +138 -0
  38. data/docs/Error.md +25 -0
  39. data/docs/ErrorResponse.md +19 -0
  40. data/docs/Fields.md +17 -0
  41. data/docs/GovIdentification.md +29 -0
  42. data/docs/Guest.md +29 -0
  43. data/docs/GuestInfoResponse.md +19 -0
  44. data/docs/Href.md +17 -0
  45. data/docs/InlineResponse200.md +25 -0
  46. data/docs/InstallmentPlan.md +19 -0
  47. data/docs/Instrument.md +21 -0
  48. data/docs/InstrumentVerificationResponse.md +31 -0
  49. data/docs/KYC.md +21 -0
  50. data/docs/LeaseInfo.md +21 -0
  51. data/docs/LineItemDetails.md +25 -0
  52. data/docs/MarketplaceData.md +23 -0
  53. data/docs/Merketplace.md +17 -0
  54. data/docs/Money.md +19 -0
  55. data/docs/Name.md +27 -0
  56. data/docs/OfferingDetails.md +21 -0
  57. data/docs/OrderTransactions.md +25 -0
  58. data/docs/Payment.md +21 -0
  59. data/docs/PaymentCancelResponse.md +23 -0
  60. data/docs/PaymentCancelTransactionResponse.md +21 -0
  61. data/docs/PaymentDetails.md +29 -0
  62. data/docs/PaymentInstrument.md +27 -0
  63. data/docs/PaymentInstrumentCard.md +19 -0
  64. data/docs/PaymentInstrumentResponse.md +19 -0
  65. data/docs/PaymentPayment.md +27 -0
  66. data/docs/PaymentPaymentAllOf.md +27 -0
  67. data/docs/PaymentResponse.md +33 -0
  68. data/docs/PaymentsApi.md +447 -0
  69. data/docs/Phone.md +21 -0
  70. data/docs/ProcessPayment.md +29 -0
  71. data/docs/PropertyInfo.md +21 -0
  72. data/docs/PropertyInfoResponse.md +19 -0
  73. data/docs/RefundAction.md +16 -0
  74. data/docs/RefundCancelResponse.md +21 -0
  75. data/docs/RefundCancelTransactionResponse.md +19 -0
  76. data/docs/RefundRequest.md +25 -0
  77. data/docs/RefundResponse.md +29 -0
  78. data/docs/RefundStatus.md +16 -0
  79. data/docs/RefundTransactions.md +27 -0
  80. data/docs/RefundsApi.md +378 -0
  81. data/docs/RentalInfo.md +21 -0
  82. data/docs/Renter.md +29 -0
  83. data/docs/Resolution.md +17 -0
  84. data/docs/Result.md +21 -0
  85. data/docs/RiskStatus.md +17 -0
  86. data/docs/SanctionedEntities.md +19 -0
  87. data/docs/SearchApi.md +132 -0
  88. data/docs/SearchPaymentResponse.md +17 -0
  89. data/docs/StackTraceElement.md +25 -0
  90. data/docs/Status.md +16 -0
  91. data/docs/Throwable.md +21 -0
  92. data/docs/ToEntityRef.md +19 -0
  93. data/docs/Token.md +19 -0
  94. data/docs/TokenApi.md +134 -0
  95. data/docs/TokenReq.md +19 -0
  96. data/docs/TokenRequest.md +17 -0
  97. data/docs/TokenResponse.md +17 -0
  98. data/docs/Transaction.md +21 -0
  99. data/docs/TransactionResponse.md +27 -0
  100. data/docs/Triggers.md +21 -0
  101. data/docs/VacationRentalInfo.md +19 -0
  102. data/docs/VacationRentalInfoRequest.md +21 -0
  103. data/docs/VerifyInstrumentRequest.md +21 -0
  104. data/git_push.sh +55 -0
  105. data/lib/yapstone-payments.rb +137 -0
  106. data/lib/yapstone-payments/api/authentication_api.rb +92 -0
  107. data/lib/yapstone-payments/api/disbursements_api.rb +202 -0
  108. data/lib/yapstone-payments/api/payments_api.rb +598 -0
  109. data/lib/yapstone-payments/api/refunds_api.rb +507 -0
  110. data/lib/yapstone-payments/api/search_api.rb +187 -0
  111. data/lib/yapstone-payments/api/token_api.rb +182 -0
  112. data/lib/yapstone-payments/api_client.rb +386 -0
  113. data/lib/yapstone-payments/api_error.rb +57 -0
  114. data/lib/yapstone-payments/configuration.rb +249 -0
  115. data/lib/yapstone-payments/models/action.rb +39 -0
  116. data/lib/yapstone-payments/models/address.rb +258 -0
  117. data/lib/yapstone-payments/models/amount.rb +218 -0
  118. data/lib/yapstone-payments/models/apm.rb +292 -0
  119. data/lib/yapstone-payments/models/apm_spec_in_parameters.rb +208 -0
  120. data/lib/yapstone-payments/models/auth_response.rb +217 -0
  121. data/lib/yapstone-payments/models/auth_token_request.rb +205 -0
  122. data/lib/yapstone-payments/models/auth_token_response.rb +196 -0
  123. data/lib/yapstone-payments/models/bank_account.rb +347 -0
  124. data/lib/yapstone-payments/models/billing_address.rb +258 -0
  125. data/lib/yapstone-payments/models/booking_info.rb +266 -0
  126. data/lib/yapstone-payments/models/capture_payment_request.rb +252 -0
  127. data/lib/yapstone-payments/models/card.rb +247 -0
  128. data/lib/yapstone-payments/models/card_response.rb +217 -0
  129. data/lib/yapstone-payments/models/consent.rb +248 -0
  130. data/lib/yapstone-payments/models/credit_card_auth_response.rb +267 -0
  131. data/lib/yapstone-payments/models/customer.rb +256 -0
  132. data/lib/yapstone-payments/models/customer_data.rb +208 -0
  133. data/lib/yapstone-payments/models/customer_details.rb +226 -0
  134. data/lib/yapstone-payments/models/deposit.rb +228 -0
  135. data/lib/yapstone-payments/models/deposit_details.rb +199 -0
  136. data/lib/yapstone-payments/models/disburse_line_items_req.rb +208 -0
  137. data/lib/yapstone-payments/models/disburse_transaction.rb +208 -0
  138. data/lib/yapstone-payments/models/disburse_transaction_req.rb +199 -0
  139. data/lib/yapstone-payments/models/disbursement.rb +203 -0
  140. data/lib/yapstone-payments/models/disbursement_all_of.rb +197 -0
  141. data/lib/yapstone-payments/models/disbursement_details.rb +200 -0
  142. data/lib/yapstone-payments/models/disbursement_request.rb +187 -0
  143. data/lib/yapstone-payments/models/disbursement_requests.rb +198 -0
  144. data/lib/yapstone-payments/models/disbursement_response.rb +198 -0
  145. data/lib/yapstone-payments/models/error.rb +241 -0
  146. data/lib/yapstone-payments/models/error_response.rb +218 -0
  147. data/lib/yapstone-payments/models/fields.rb +196 -0
  148. data/lib/yapstone-payments/models/gov_identification.rb +292 -0
  149. data/lib/yapstone-payments/models/guest.rb +257 -0
  150. data/lib/yapstone-payments/models/guest_info_response.rb +208 -0
  151. data/lib/yapstone-payments/models/href.rb +196 -0
  152. data/lib/yapstone-payments/models/inline_response200.rb +232 -0
  153. data/lib/yapstone-payments/models/installment_plan.rb +208 -0
  154. data/lib/yapstone-payments/models/instrument.rb +250 -0
  155. data/lib/yapstone-payments/models/instrument_verification_response.rb +260 -0
  156. data/lib/yapstone-payments/models/kyc.rb +215 -0
  157. data/lib/yapstone-payments/models/lease_info.rb +218 -0
  158. data/lib/yapstone-payments/models/line_item_details.rb +236 -0
  159. data/lib/yapstone-payments/models/marketplace_data.rb +260 -0
  160. data/lib/yapstone-payments/models/merketplace.rb +197 -0
  161. data/lib/yapstone-payments/models/money.rb +207 -0
  162. data/lib/yapstone-payments/models/name.rb +248 -0
  163. data/lib/yapstone-payments/models/offering_details.rb +216 -0
  164. data/lib/yapstone-payments/models/order_transactions.rb +235 -0
  165. data/lib/yapstone-payments/models/payment.rb +216 -0
  166. data/lib/yapstone-payments/models/payment_cancel_response.rb +227 -0
  167. data/lib/yapstone-payments/models/payment_cancel_transaction_response.rb +218 -0
  168. data/lib/yapstone-payments/models/payment_details.rb +319 -0
  169. data/lib/yapstone-payments/models/payment_instrument.rb +277 -0
  170. data/lib/yapstone-payments/models/payment_instrument_card.rb +241 -0
  171. data/lib/yapstone-payments/models/payment_instrument_response.rb +205 -0
  172. data/lib/yapstone-payments/models/payment_payment.rb +257 -0
  173. data/lib/yapstone-payments/models/payment_payment_all_of.rb +250 -0
  174. data/lib/yapstone-payments/models/payment_response.rb +275 -0
  175. data/lib/yapstone-payments/models/phone.rb +218 -0
  176. data/lib/yapstone-payments/models/process_payment.rb +304 -0
  177. data/lib/yapstone-payments/models/property_info.rb +216 -0
  178. data/lib/yapstone-payments/models/property_info_response.rb +207 -0
  179. data/lib/yapstone-payments/models/refund_action.rb +35 -0
  180. data/lib/yapstone-payments/models/refund_cancel_response.rb +217 -0
  181. data/lib/yapstone-payments/models/refund_cancel_transaction_response.rb +207 -0
  182. data/lib/yapstone-payments/models/refund_request.rb +285 -0
  183. data/lib/yapstone-payments/models/refund_response.rb +253 -0
  184. data/lib/yapstone-payments/models/refund_status.rb +90 -0
  185. data/lib/yapstone-payments/models/refund_transactions.rb +245 -0
  186. data/lib/yapstone-payments/models/rental_info.rb +215 -0
  187. data/lib/yapstone-payments/models/renter.rb +254 -0
  188. data/lib/yapstone-payments/models/resolution.rb +196 -0
  189. data/lib/yapstone-payments/models/result.rb +218 -0
  190. data/lib/yapstone-payments/models/risk_status.rb +196 -0
  191. data/lib/yapstone-payments/models/sanctioned_entities.rb +207 -0
  192. data/lib/yapstone-payments/models/search_payment_response.rb +196 -0
  193. data/lib/yapstone-payments/models/stack_trace_element.rb +238 -0
  194. data/lib/yapstone-payments/models/status.rb +91 -0
  195. data/lib/yapstone-payments/models/throwable.rb +220 -0
  196. data/lib/yapstone-payments/models/to_entity_ref.rb +207 -0
  197. data/lib/yapstone-payments/models/token.rb +207 -0
  198. data/lib/yapstone-payments/models/token_req.rb +206 -0
  199. data/lib/yapstone-payments/models/token_request.rb +196 -0
  200. data/lib/yapstone-payments/models/token_response.rb +196 -0
  201. data/lib/yapstone-payments/models/transaction.rb +218 -0
  202. data/lib/yapstone-payments/models/transaction_response.rb +248 -0
  203. data/lib/yapstone-payments/models/triggers.rb +216 -0
  204. data/lib/yapstone-payments/models/vacation_rental_info.rb +205 -0
  205. data/lib/yapstone-payments/models/vacation_rental_info_request.rb +215 -0
  206. data/lib/yapstone-payments/models/verify_instrument_request.rb +215 -0
  207. data/lib/yapstone-payments/version.rb +15 -0
  208. data/spec/api/authentication_api_spec.rb +48 -0
  209. data/spec/api/disbursements_api_spec.rb +69 -0
  210. data/spec/api/payments_api_spec.rb +146 -0
  211. data/spec/api/refunds_api_spec.rb +127 -0
  212. data/spec/api/search_api_spec.rb +66 -0
  213. data/spec/api/token_api_spec.rb +67 -0
  214. data/spec/api_client_spec.rb +226 -0
  215. data/spec/configuration_spec.rb +42 -0
  216. data/spec/models/action_spec.rb +35 -0
  217. data/spec/models/address_spec.rb +77 -0
  218. data/spec/models/amount_spec.rb +53 -0
  219. data/spec/models/apm_spec.rb +81 -0
  220. data/spec/models/apm_spec_in_parameters_spec.rb +47 -0
  221. data/spec/models/auth_response_spec.rb +47 -0
  222. data/spec/models/auth_token_request_spec.rb +47 -0
  223. data/spec/models/auth_token_response_spec.rb +41 -0
  224. data/spec/models/bank_account_spec.rb +105 -0
  225. data/spec/models/billing_address_spec.rb +77 -0
  226. data/spec/models/booking_info_spec.rb +83 -0
  227. data/spec/models/capture_payment_request_spec.rb +57 -0
  228. data/spec/models/card_response_spec.rb +53 -0
  229. data/spec/models/card_spec.rb +71 -0
  230. data/spec/models/consent_spec.rb +57 -0
  231. data/spec/models/credit_card_auth_response_spec.rb +69 -0
  232. data/spec/models/customer_data_spec.rb +47 -0
  233. data/spec/models/customer_details_spec.rb +59 -0
  234. data/spec/models/customer_spec.rb +77 -0
  235. data/spec/models/deposit_details_spec.rb +41 -0
  236. data/spec/models/deposit_spec.rb +59 -0
  237. data/spec/models/disburse_line_items_req_spec.rb +47 -0
  238. data/spec/models/disburse_transaction_req_spec.rb +41 -0
  239. data/spec/models/disburse_transaction_spec.rb +47 -0
  240. data/spec/models/disbursement_all_of_spec.rb +41 -0
  241. data/spec/models/disbursement_details_spec.rb +41 -0
  242. data/spec/models/disbursement_request_spec.rb +35 -0
  243. data/spec/models/disbursement_requests_spec.rb +41 -0
  244. data/spec/models/disbursement_response_spec.rb +41 -0
  245. data/spec/models/disbursement_spec.rb +41 -0
  246. data/spec/models/error_response_spec.rb +47 -0
  247. data/spec/models/error_spec.rb +65 -0
  248. data/spec/models/fields_spec.rb +41 -0
  249. data/spec/models/gov_identification_spec.rb +81 -0
  250. data/spec/models/guest_info_response_spec.rb +47 -0
  251. data/spec/models/guest_spec.rb +77 -0
  252. data/spec/models/href_spec.rb +41 -0
  253. data/spec/models/inline_response200_spec.rb +65 -0
  254. data/spec/models/installment_plan_spec.rb +47 -0
  255. data/spec/models/instrument_spec.rb +57 -0
  256. data/spec/models/instrument_verification_response_spec.rb +83 -0
  257. data/spec/models/kyc_spec.rb +53 -0
  258. data/spec/models/lease_info_spec.rb +53 -0
  259. data/spec/models/line_item_details_spec.rb +65 -0
  260. data/spec/models/marketplace_data_spec.rb +63 -0
  261. data/spec/models/merketplace_spec.rb +41 -0
  262. data/spec/models/money_spec.rb +47 -0
  263. data/spec/models/name_spec.rb +71 -0
  264. data/spec/models/offering_details_spec.rb +53 -0
  265. data/spec/models/order_transactions_spec.rb +65 -0
  266. data/spec/models/payment_cancel_response_spec.rb +59 -0
  267. data/spec/models/payment_cancel_transaction_response_spec.rb +53 -0
  268. data/spec/models/payment_details_spec.rb +81 -0
  269. data/spec/models/payment_instrument_card_spec.rb +51 -0
  270. data/spec/models/payment_instrument_response_spec.rb +47 -0
  271. data/spec/models/payment_instrument_spec.rb +75 -0
  272. data/spec/models/payment_payment_all_of_spec.rb +71 -0
  273. data/spec/models/payment_payment_spec.rb +71 -0
  274. data/spec/models/payment_response_spec.rb +89 -0
  275. data/spec/models/payment_spec.rb +53 -0
  276. data/spec/models/phone_spec.rb +53 -0
  277. data/spec/models/process_payment_spec.rb +77 -0
  278. data/spec/models/property_info_response_spec.rb +47 -0
  279. data/spec/models/property_info_spec.rb +53 -0
  280. data/spec/models/refund_action_spec.rb +35 -0
  281. data/spec/models/refund_cancel_response_spec.rb +53 -0
  282. data/spec/models/refund_cancel_transaction_response_spec.rb +47 -0
  283. data/spec/models/refund_request_spec.rb +65 -0
  284. data/spec/models/refund_response_spec.rb +77 -0
  285. data/spec/models/refund_status_spec.rb +35 -0
  286. data/spec/models/refund_transactions_spec.rb +71 -0
  287. data/spec/models/rental_info_spec.rb +53 -0
  288. data/spec/models/renter_spec.rb +77 -0
  289. data/spec/models/resolution_spec.rb +41 -0
  290. data/spec/models/result_spec.rb +53 -0
  291. data/spec/models/risk_status_spec.rb +41 -0
  292. data/spec/models/sanctioned_entities_spec.rb +47 -0
  293. data/spec/models/search_payment_response_spec.rb +41 -0
  294. data/spec/models/stack_trace_element_spec.rb +65 -0
  295. data/spec/models/status_spec.rb +35 -0
  296. data/spec/models/throwable_spec.rb +53 -0
  297. data/spec/models/to_entity_ref_spec.rb +47 -0
  298. data/spec/models/token_req_spec.rb +47 -0
  299. data/spec/models/token_request_spec.rb +41 -0
  300. data/spec/models/token_response_spec.rb +41 -0
  301. data/spec/models/token_spec.rb +47 -0
  302. data/spec/models/transaction_response_spec.rb +71 -0
  303. data/spec/models/transaction_spec.rb +53 -0
  304. data/spec/models/triggers_spec.rb +53 -0
  305. data/spec/models/vacation_rental_info_request_spec.rb +53 -0
  306. data/spec/models/vacation_rental_info_spec.rb +47 -0
  307. data/spec/models/verify_instrument_request_spec.rb +53 -0
  308. data/spec/spec_helper.rb +111 -0
  309. data/yapstone-payments.gemspec +45 -0
  310. metadata +633 -0
@@ -0,0 +1,19 @@
1
+ # Yapstone::AuthTokenRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **authentication** | **String** | | [optional]
8
+ **platform** | **String** | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::AuthTokenRequest.new(authentication: null,
16
+ platform: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # Yapstone::AuthTokenResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **token** | **String** | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Yapstone'
13
+
14
+ instance = Yapstone::AuthTokenResponse.new(token: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,58 @@
1
+ # Yapstone::AuthenticationApi
2
+
3
+ All URIs are relative to *https://api-prod-sandbox.yapstone.com*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**authenticate_partner**](AuthenticationApi.md#authenticate_partner) | **POST** /v1/oauth2/client_credential/accesstoken | Authenticate Partner
8
+
9
+
10
+
11
+ ## authenticate_partner
12
+
13
+ > InlineResponse200 authenticate_partner(grant_type, authorization)
14
+
15
+ Authenticate Partner
16
+
17
+ Get an access token. It is OAuth2, and you must use the client credentials grant type. The token will allow you to authenticate with the other internal payments API endpoints.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'yapstone-payments'
24
+
25
+ api_instance = Yapstone::AuthenticationApi.new
26
+ grant_type = 'client_credentials' # String | To do OAuth2 authentication, you must indicate the grant type, then adhere to it structurally. Yapstone API endpoints authenticate with OAuth2 and the grant type client credentials. This type of authentication is used to access resources on your own system rather than access a user's resources.
27
+ authorization = 'Basic SGxkdU5OcU1xMzBUZ0djYUpDWVpIWVRsejJjQUJlSHo6YkdIeWNpWXVibzNVTXZLRA==' # String | Provide client_id:client_secret as base64 encoded basic auth.
28
+
29
+ begin
30
+ #Authenticate Partner
31
+ result = api_instance.authenticate_partner(grant_type, authorization)
32
+ p result
33
+ rescue Yapstone::ApiError => e
34
+ puts "Exception when calling AuthenticationApi->authenticate_partner: #{e}"
35
+ end
36
+ ```
37
+
38
+ ### Parameters
39
+
40
+
41
+ Name | Type | Description | Notes
42
+ ------------- | ------------- | ------------- | -------------
43
+ **grant_type** | **String**| To do OAuth2 authentication, you must indicate the grant type, then adhere to it structurally. Yapstone API endpoints authenticate with OAuth2 and the grant type client credentials. This type of authentication is used to access resources on your own system rather than access a user's resources. |
44
+ **authorization** | **String**| Provide client_id:client_secret as base64 encoded basic auth. |
45
+
46
+ ### Return type
47
+
48
+ [**InlineResponse200**](InlineResponse200.md)
49
+
50
+ ### Authorization
51
+
52
+ No authorization required
53
+
54
+ ### HTTP request headers
55
+
56
+ - **Content-Type**: Not defined
57
+ - **Accept**: application/json
58
+
@@ -0,0 +1,37 @@
1
+ # Yapstone::BankAccount
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **account_number** | **String** | The full bank account number. |
8
+ **routing_number** | **String** | The routing transit number for the bank account | [optional]
9
+ **account_type** | **String** | The type of account being paid from - choose from checking or savings account. |
10
+ **currency** | **String** | The currency of the bank account. |
11
+ **bank_name** | **String** | The name of the bank. | [optional]
12
+ **country** | **String** | The country the bank is located in. | [optional]
13
+ **bic** | **String** | The bank identifier code (BIC) is the SWIFT address assigned to a bank in order to send automated payments quicky and accurately to the banks concerned. | [optional]
14
+ **bank_code** | **String** | A bank code is a code assigned by a central bank, a bank supervisory body or a Bankers Association in a country to all its licensed member banks or financial institutions. The name of bank codes can vary. | [optional]
15
+ **branch_code** | **String** | A branch code is part of the Indian Financial System Code (IFSC), which is an 11 character alphanumeric code where the first four characters represent the bank's name, the fifth character is always 0 and the rest of the digits are the branch code. | [optional]
16
+ **iban** | **String** | This is an International Bank Account Number (IBAN) which is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions with a reduced risk of transcription errors. | [optional]
17
+ **name_on_account** | **String** | The name of the person or business entity associated with the account. | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'Yapstone'
23
+
24
+ instance = Yapstone::BankAccount.new(account_number: null,
25
+ routing_number: null,
26
+ account_type: null,
27
+ currency: null,
28
+ bank_name: null,
29
+ country: null,
30
+ bic: null,
31
+ bank_code: null,
32
+ branch_code: null,
33
+ iban: null,
34
+ name_on_account: null)
35
+ ```
36
+
37
+
@@ -0,0 +1,29 @@
1
+ # Yapstone::BillingAddress
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **city** | **String** | City of Billing Address | [optional]
8
+ **country_code** | **String** | The country code represented in the ISO 3166 format. | [optional]
9
+ **postal_code** | **String** | Postal code of Billing Address | [optional]
10
+ **state_or_province** | **String** | State or Province of Billing Address | [optional]
11
+ **street1** | **String** | Street1 of Billing Address | [optional]
12
+ **street2** | **String** | Street2 of Billing Address | [optional]
13
+ **street3** | **String** | Street3 of Billing Address | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'Yapstone'
19
+
20
+ instance = Yapstone::BillingAddress.new(city: null,
21
+ country_code: null,
22
+ postal_code: null,
23
+ state_or_province: null,
24
+ street1: null,
25
+ street2: null,
26
+ street3: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,31 @@
1
+ # Yapstone::BookingInfo
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **checkin_date** | **String** | ISO 8601 date of the guest's check in. | [optional]
8
+ **checkout_date** | **String** | ISO 8601 date of the guest's check out. | [optional]
9
+ **nightly_rate** | [**Amount**](Amount.md) | | [optional]
10
+ **number_of_adults** | **Integer** | Number of adults who will be staying in this booking. | [optional]
11
+ **number_of_children** | **Integer** | Number of children who will be staying in this booking. | [optional]
12
+ **number_of_nights** | **Integer** | Number of nights that the guests will be staying. | [optional]
13
+ **reservation_number** | **String** | Your system's reservation number for this booking. | [optional]
14
+ **nightly_tax** | [**Amount**](Amount.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Yapstone'
20
+
21
+ instance = Yapstone::BookingInfo.new(checkin_date: 2019-05-27,
22
+ checkout_date: 2019-05-29,
23
+ nightly_rate: null,
24
+ number_of_adults: 2,
25
+ number_of_children: 3,
26
+ number_of_nights: 2,
27
+ reservation_number: FJ781AD,
28
+ nightly_tax: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::CapturePaymentRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **authorization_type** | **String** | For capturing a payment there are two steps, pre-authorization (PRIORAUTH) and capture (FINALAUTH). PRIORAUTH means that you are requesting pre-authorization. This is where you place a hold on your customer's credit card for a specified dollar amount based on a projected sale amount. Say your customer's card has $5000 on it and you want to reserve $250 for a payment so you put a $250 pre-authorization on their card. Now their credit limit is only $4750. Next, you must capture that money. The FINALAUTH enum is used to indicate that you are ready to authorize collection of the funds from the customer credit card. | [optional]
8
+ **amount** | [**Amount**](Amount.md) | | [optional]
9
+ **transactions** | [**Array<Transaction>**](Transaction.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::CapturePaymentRequest.new(authorization_type: FINALAUTH,
17
+ amount: null,
18
+ transactions: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,27 @@
1
+ # Yapstone::Card
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **billing_address** | [**BillingAddress**](BillingAddress.md) | | [optional]
8
+ **card_number** | **String** | The full 16 digit number for the credit card. | [optional]
9
+ **cvv** | **String** | Three or four digit security code for the credit card. | [optional]
10
+ **expiration_month** | **String** | The month the card expires, using format MM. | [optional]
11
+ **expiration_year** | **String** | The year the card expires, using the last two digits of the year. | [optional]
12
+ **name_on_account** | **String** | The name of the person who owns the credit card. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'Yapstone'
18
+
19
+ instance = Yapstone::Card.new(billing_address: null,
20
+ card_number: null,
21
+ cvv: null,
22
+ expiration_month: null,
23
+ expiration_year: null,
24
+ name_on_account: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::CardResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **card_bin** | **String** | This is the bank identification number (BIN) for the credit card. It is the initial four to six numbers that appear on the card. | [optional]
8
+ **card_country** | **String** | The country the credit card is from. | [optional]
9
+ **card_issuer** | **String** | The bank that issued the card. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::CardResponse.new(card_bin: null,
17
+ card_country: null,
18
+ card_issuer: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::Consent
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **accepted** | **Boolean** | | [optional]
8
+ **type** | **String** | | [optional]
9
+ **version** | **Integer** | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::Consent.new(accepted: null,
17
+ type: null,
18
+ version: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,25 @@
1
+ # Yapstone::CreditCardAuthResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **auth_result** | [**Result**](Result.md) | | [optional]
8
+ **cvv_result** | [**Result**](Result.md) | | [optional]
9
+ **avs_result** | [**Result**](Result.md) | | [optional]
10
+ **auth_verification_code** | **String** | | [optional]
11
+ **processor** | **String** | | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'Yapstone'
17
+
18
+ instance = Yapstone::CreditCardAuthResponse.new(auth_result: null,
19
+ cvv_result: null,
20
+ avs_result: null,
21
+ auth_verification_code: null,
22
+ processor: FD)
23
+ ```
24
+
25
+
@@ -0,0 +1,29 @@
1
+ # Yapstone::Customer
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **address** | [**Address**](Address.md) | | [optional]
8
+ **email_address** | **String** | email address of the customer | [optional]
9
+ **name** | [**Name**](Name.md) | | [optional]
10
+ **phone** | [**Phone**](Phone.md) | | [optional]
11
+ **consents** | [**Array<Consent>**](Consent.md) | | [optional]
12
+ **customer_id** | **String** | If you'd like to use an existing customer record instead of creating a new one, provide Yapstone's ID of that record here. In this case you can omit the other customer fields. | [optional]
13
+ **external_customer_id** | **String** | Optionally provide your system's internal identifier for this entity, for use later if you need to correlate data across systems or consolidate records. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'Yapstone'
19
+
20
+ instance = Yapstone::Customer.new(address: null,
21
+ email_address: null,
22
+ name: null,
23
+ phone: null,
24
+ consents: null,
25
+ customer_id: UP:PTY:_woMuYIdS7SVJaOYiD8ZRg,
26
+ external_customer_id: 0c1cbdf1-33b6-4801-9e89-acbb2d3f9085)
27
+ ```
28
+
29
+
@@ -0,0 +1,19 @@
1
+ # Yapstone::CustomerData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key1** | **String** | A custom field for customer information. | [optional]
8
+ **key2** | **String** | An additional custom field for customer information. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::CustomerData.new(key1: null,
16
+ key2: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,23 @@
1
+ # Yapstone::CustomerDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **customer_id** | **String** | The unique customer identifier generated by Yapstone. | [optional]
8
+ **external_customer_id** | **String** | If you want to use your own custom identification for a customer you can do so with this field. | [optional]
9
+ **name** | [**Name**](Name.md) | | [optional]
10
+ **risk_status** | [**RiskStatus**](RiskStatus.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'Yapstone'
16
+
17
+ instance = Yapstone::CustomerDetails.new(customer_id: null,
18
+ external_customer_id: null,
19
+ name: null,
20
+ risk_status: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # Yapstone::Deposit
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **account_name** | **String** | The name on the account making a deposit. | [optional]
8
+ **last4_account** | **String** | The last 4 digits of the account number. | [optional]
9
+ **amount** | **String** | The dollar amount to be charged to the customer, expressed in ISO 4217 form. E.g. $10.50 USD would be expressed as 1050 with an exponent of 2. | [optional]
10
+ **currency** | **String** | The currency the deposit is being made in. ISO 4217 currency code. | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'Yapstone'
16
+
17
+ instance = Yapstone::Deposit.new(account_name: null,
18
+ last4_account: null,
19
+ amount: null,
20
+ currency: USD)
21
+ ```
22
+
23
+
@@ -0,0 +1,17 @@
1
+ # Yapstone::DepositDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **deposits** | [**Array<Deposit>**](Deposit.md) | sample desc | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Yapstone'
13
+
14
+ instance = Yapstone::DepositDetails.new(deposits: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # Yapstone::DisburseLineItemsReq
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **offering_id** | **String** | The unique identifier for the product offering. | [optional]
8
+ **offering_name** | **String** | The name of the product offering. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::DisburseLineItemsReq.new(offering_id: null,
16
+ offering_name: null)
17
+ ```
18
+
19
+