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,25 @@
1
+ # Yapstone::InlineResponse200
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **issued_at** | **String** | | [optional]
8
+ **access_token** | **String** | | [optional]
9
+ **scope** | **String** | | [optional]
10
+ **expires_in** | **String** | | [optional]
11
+ **status** | **String** | | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'Yapstone'
17
+
18
+ instance = Yapstone::InlineResponse200.new(issued_at: 1552575073094,
19
+ access_token: null,
20
+ scope: marketplace,
21
+ expires_in: 3599,
22
+ status: approved)
23
+ ```
24
+
25
+
@@ -0,0 +1,19 @@
1
+ # Yapstone::InstallmentPlan
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **installment_number** | **Integer** | The payment installment number represents the installment the customer is on. For example if you had a total of four payments, and the customer was on their third payment, the installmentNumber would be 3. | [optional]
8
+ **total_installments** | **Integer** | This is the overall number of installments a customer will be paying. For example, if the customer was paying four installments total, this number would be 4. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::InstallmentPlan.new(installment_number: 3,
16
+ total_installments: 4)
17
+ ```
18
+
19
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::Instrument
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **type** | **String** | The type of payment instrument being used for the payment. | [optional]
8
+ **bank** | [**BankAccount**](BankAccount.md) | | [optional]
9
+ **card** | [**Card**](Card.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::Instrument.new(type: null,
17
+ bank: null,
18
+ card: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,31 @@
1
+ # Yapstone::InstrumentVerificationResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **client_correlation_id** | **String** | | [optional]
8
+ **client_unique_transaction_id** | **String** | | [optional]
9
+ **verification_id** | **String** | | [optional]
10
+ **instrument_id** | **String** | | [optional]
11
+ **status** | **String** | | [optional]
12
+ **result** | **String** | | [optional]
13
+ **token** | [**Token**](Token.md) | | [optional]
14
+ **auth_response** | [**CreditCardAuthResponse**](CreditCardAuthResponse.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Yapstone'
20
+
21
+ instance = Yapstone::InstrumentVerificationResponse.new(client_correlation_id: null,
22
+ client_unique_transaction_id: null,
23
+ verification_id: null,
24
+ instrument_id: null,
25
+ status: null,
26
+ result: null,
27
+ token: null,
28
+ auth_response: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::KYC
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **mobile_phone** | [**Phone**](Phone.md) | | [optional]
8
+ **gov_identification** | [**GovIdentification**](GovIdentification.md) | | [optional]
9
+ **date_of_birth** | **String** | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::KYC.new(mobile_phone: null,
17
+ gov_identification: null,
18
+ date_of_birth: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::LeaseInfo
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **lease_duration** | **String** | The length of the lease. | [optional]
8
+ **lease_end** | **String** | Lease end date | [optional]
9
+ **lease_start** | **String** | Lease start date | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::LeaseInfo.new(lease_duration: null,
17
+ lease_end: null,
18
+ lease_start: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,25 @@
1
+ # Yapstone::LineItemDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **amount** | [**Amount**](Amount.md) | | [optional]
8
+ **line_item_id** | **String** | Each line item has its own unique identifier so you can call out a particular part of a transaction. | [optional]
9
+ **offering_name** | **String** | This is the name of the product that appears in a line item. It is referred to as an offering. | [optional]
10
+ **offering_id** | **String** | The unique identifier for the offering (product). | [optional]
11
+ **settlement_status** | **String** | This parameter indicates whether the refund has been settled for this line item or not. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'Yapstone'
17
+
18
+ instance = Yapstone::LineItemDetails.new(amount: null,
19
+ line_item_id: null,
20
+ offering_name: null,
21
+ offering_id: null,
22
+ settlement_status: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,23 @@
1
+ # Yapstone::MarketplaceData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **asset_listing_id** | **String** | The ID of the asset that is being exchanged in relation to this payment, e.g. a vacation rental home or a long-term rental unit. This is used to determine what account the funds related to this payment should be disbursed to. | [optional]
8
+ **marketplace_type** | **String** | The type of marketplace in Yapstone's system. If you're unsure what marketplace type applies to you, please contact your Yapstone representative. | [optional]
9
+ **vacation_rental_info** | [**VacationRentalInfoRequest**](VacationRentalInfoRequest.md) | | [optional]
10
+ **rental_info** | [**RentalInfo**](RentalInfo.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'Yapstone'
16
+
17
+ instance = Yapstone::MarketplaceData.new(asset_listing_id: UP:AST:tg4CrrmOSria3RNCpPFAIQ,
18
+ marketplace_type: VACATION_RENT,
19
+ vacation_rental_info: null,
20
+ rental_info: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,17 @@
1
+ # Yapstone::Merketplace
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **vacation_rental_info** | [**VacationRentalInfo**](VacationRentalInfo.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Yapstone'
13
+
14
+ instance = Yapstone::Merketplace.new(vacation_rental_info: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # Yapstone::Money
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **value** | **Integer** | Amount | [optional]
8
+ **currency** | **String** | Currency represented in ISO 4217 format. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::Money.new(value: null,
16
+ currency: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,27 @@
1
+ # Yapstone::Name
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **additional_last** | **String** | This can be used to store an additional last name for the payer if they have more than one. | [optional]
8
+ **first** | **String** | Payer first name | [optional]
9
+ **honorific_prefix** | **String** | sample desc | [optional]
10
+ **honorific_suffix** | **String** | sample desc | [optional]
11
+ **last** | **String** | Payer last name | [optional]
12
+ **middle** | **String** | Payer middle name | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'Yapstone'
18
+
19
+ instance = Yapstone::Name.new(additional_last: null,
20
+ first: null,
21
+ honorific_prefix: null,
22
+ honorific_suffix: null,
23
+ last: null,
24
+ middle: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::OfferingDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **amount** | [**Amount**](Amount.md) | | [optional]
8
+ **offering_name** | **String** | Optionally provide the name or ID of the offering being purchased in this line item. Name must match exactly with the Offering that has been previously onboarded in your marketplace. | [optional]
9
+ **offering_id** | **String** | Optionally provide the name or ID of the offering being purchased in this line item. IDs must correspond with an Offering that has been previously onboarded in your marketplace. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::OfferingDetails.new(amount: null,
17
+ offering_name: null,
18
+ offering_id: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,25 @@
1
+ # Yapstone::OrderTransactions
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **transaction_id** | **String** | The unique identification number for a particular transaction. | [optional]
8
+ **line_items** | [**Array<LineItemDetails>**](LineItemDetails.md) | | [optional]
9
+ **transaction_status** | [**Status**](Status.md) | | [optional]
10
+ **transaction_type** | **String** | | [optional]
11
+ **auth_response** | [**CreditCardAuthResponse**](CreditCardAuthResponse.md) | | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'Yapstone'
17
+
18
+ instance = Yapstone::OrderTransactions.new(transaction_id: null,
19
+ line_items: null,
20
+ transaction_status: null,
21
+ transaction_type: null,
22
+ auth_response: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::Payment
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **status** | [**Status**](Status.md) | | [optional]
8
+ **payment_instrument** | [**PaymentInstrumentResponse**](PaymentInstrumentResponse.md) | | [optional]
9
+ **transactions** | [**Array<OrderTransactions>**](OrderTransactions.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::Payment.new(status: null,
17
+ payment_instrument: null,
18
+ transactions: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,23 @@
1
+ # Yapstone::PaymentCancelResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payment_id** | **String** | Unique identifier for a cancelled payment. | [optional]
8
+ **client_unique_transaction_id** | **String** | clientUniqueTransactionId | [optional]
9
+ **status** | [**Status**](Status.md) | | [optional]
10
+ **transactions** | [**Array<PaymentCancelTransactionResponse>**](PaymentCancelTransactionResponse.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'Yapstone'
16
+
17
+ instance = Yapstone::PaymentCancelResponse.new(payment_id: null,
18
+ client_unique_transaction_id: null,
19
+ status: null,
20
+ transactions: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,21 @@
1
+ # Yapstone::PaymentCancelTransactionResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **transaction_id** | **String** | Transaction Id | [optional]
8
+ **response** | **String** | Response | [optional]
9
+ **refund_transactions** | [**Array<RefundTransactions>**](RefundTransactions.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'Yapstone'
15
+
16
+ instance = Yapstone::PaymentCancelTransactionResponse.new(transaction_id: null,
17
+ response: null,
18
+ refund_transactions: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,29 @@
1
+ # Yapstone::PaymentDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **line_items** | [**Array<OfferingDetails>**](OfferingDetails.md) | If your payment is for multiple line items, detail them here. The sum of your line item amounts must equal the amount given at the root of the request body. | [optional]
8
+ **authorization_type** | **String** | Used to list the authorization type. If it is PRIORAUTH this is a pre-authorization that places a hold on your customer's credit card for a specified dollar amount based on a projected sale amount. FINALAUTH is when you have completed all work checking the card and the customer and you are ready to actually withdraw the payment. | [optional] [default to 'FINALAUTH']
9
+ **custom_soft_descriptor** | **String** | The descriptor that will be shown on the customer's bank statement after the transaction has been authorized. | [optional]
10
+ **installment_plan** | [**InstallmentPlan**](InstallmentPlan.md) | | [optional]
11
+ **amount** | [**Amount**](Amount.md) | | [optional]
12
+ **payment_instrument** | [**PaymentInstrument**](PaymentInstrument.md) | | [optional]
13
+ **instrument_owner** | **Boolean** | This indicates whether it is true that the payment method a customer wants to use belongs to the customer or not. | [optional] [default to true]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'Yapstone'
19
+
20
+ instance = Yapstone::PaymentDetails.new(line_items: null,
21
+ authorization_type: null,
22
+ custom_soft_descriptor: MY COMPANY 800-555-1234,
23
+ installment_plan: null,
24
+ amount: null,
25
+ payment_instrument: null,
26
+ instrument_owner: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,27 @@
1
+ # Yapstone::PaymentInstrument
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **apm** | [**APM**](APM.md) | | [optional]
8
+ **bank** | [**BankAccount**](BankAccount.md) | | [optional]
9
+ **card** | [**Card**](Card.md) | | [optional]
10
+ **token** | [**TokenReq**](TokenReq.md) | | [optional]
11
+ **kyc** | [**KYC**](KYC.md) | | [optional]
12
+ **instrument_type** | **String** | Credit Card(includes Debit card) or ACH or APM or of Wallet Type with possible values = androidpay, masterpass ,apple pay, paywithgoogle ,samsungpay, visacheckout | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'Yapstone'
18
+
19
+ instance = Yapstone::PaymentInstrument.new(apm: null,
20
+ bank: null,
21
+ card: null,
22
+ token: null,
23
+ kyc: null,
24
+ instrument_type: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,19 @@
1
+ # Yapstone::PaymentInstrumentCard
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **card** | [**Card**](Card.md) | | [optional]
8
+ **instrument_type** | **String** | Credit Card(includes Debit card) or ACH or APM or of Wallet Type with possible values = androidpay, masterpass ,apple pay, paywithgoogle ,samsungpay, visacheckout | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'Yapstone'
14
+
15
+ instance = Yapstone::PaymentInstrumentCard.new(card: null,
16
+ instrument_type: CARD)
17
+ ```
18
+
19
+