fdx-apimatic-sdk 0.0.1

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.
Files changed (901) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +28 -0
  3. data/README.md +205 -0
  4. data/bin/console +15 -0
  5. data/lib/fdx_v660_api/api_helper.rb +10 -0
  6. data/lib/fdx_v660_api/client.rb +241 -0
  7. data/lib/fdx_v660_api/configuration.rb +203 -0
  8. data/lib/fdx_v660_api/controllers/account_information_controller.rb +181 -0
  9. data/lib/fdx_v660_api/controllers/account_statements_controller.rb +208 -0
  10. data/lib/fdx_v660_api/controllers/account_transactions_controller.rb +312 -0
  11. data/lib/fdx_v660_api/controllers/base_controller.rb +65 -0
  12. data/lib/fdx_v660_api/controllers/data_providers_controller.rb +88 -0
  13. data/lib/fdx_v660_api/controllers/event_notifications_controller.rb +320 -0
  14. data/lib/fdx_v660_api/controllers/fraud_notification_controller.rb +48 -0
  15. data/lib/fdx_v660_api/controllers/internal_transfers_controller.rb +326 -0
  16. data/lib/fdx_v660_api/controllers/meta_controller.rb +131 -0
  17. data/lib/fdx_v660_api/controllers/money_movement_controller.rb +347 -0
  18. data/lib/fdx_v660_api/controllers/oauth_authorization_controller.rb +122 -0
  19. data/lib/fdx_v660_api/controllers/pay_stub_information_controller.rb +182 -0
  20. data/lib/fdx_v660_api/controllers/payee_management_controller.rb +313 -0
  21. data/lib/fdx_v660_api/controllers/payment_initiation_parties_controller.rb +535 -0
  22. data/lib/fdx_v660_api/controllers/payments_controller.rb +336 -0
  23. data/lib/fdx_v660_api/controllers/payroll_information_controller.rb +145 -0
  24. data/lib/fdx_v660_api/controllers/personal_information_controller.rb +217 -0
  25. data/lib/fdx_v660_api/controllers/recipients_controller.rb +251 -0
  26. data/lib/fdx_v660_api/controllers/recurring_payments_controller.rb +411 -0
  27. data/lib/fdx_v660_api/controllers/request_for_payments_controller.rb +179 -0
  28. data/lib/fdx_v660_api/controllers/reward_program_categories_controller.rb +80 -0
  29. data/lib/fdx_v660_api/controllers/reward_program_information_controller.rb +114 -0
  30. data/lib/fdx_v660_api/controllers/submit_tax_forms_controller.rb +128 -0
  31. data/lib/fdx_v660_api/controllers/tax_forms_controller.rb +212 -0
  32. data/lib/fdx_v660_api/controllers/terms_and_conditions_controller.rb +85 -0
  33. data/lib/fdx_v660_api/controllers/user_consent_controller.rb +235 -0
  34. data/lib/fdx_v660_api/exceptions/api_exception.rb +21 -0
  35. data/lib/fdx_v660_api/exceptions/error_exception.rb +65 -0
  36. data/lib/fdx_v660_api/exceptions/oauth_provider_exception.rb +64 -0
  37. data/lib/fdx_v660_api/exceptions/payee_entity_error_exception.rb +48 -0
  38. data/lib/fdx_v660_api/exceptions/payment_entity_error_exception.rb +167 -0
  39. data/lib/fdx_v660_api/exceptions/recurring_payment_entity_error_exception.rb +147 -0
  40. data/lib/fdx_v660_api/http/api_response.rb +19 -0
  41. data/lib/fdx_v660_api/http/auth/oauth_fapi1_advanced.rb +162 -0
  42. data/lib/fdx_v660_api/http/auth/oauth_fapi1_baseline.rb +156 -0
  43. data/lib/fdx_v660_api/http/auth/tax_basic_auth.rb +62 -0
  44. data/lib/fdx_v660_api/http/http_call_back.rb +10 -0
  45. data/lib/fdx_v660_api/http/http_method_enum.rb +10 -0
  46. data/lib/fdx_v660_api/http/http_request.rb +10 -0
  47. data/lib/fdx_v660_api/http/http_response.rb +10 -0
  48. data/lib/fdx_v660_api/http/proxy_settings.rb +22 -0
  49. data/lib/fdx_v660_api/logging/configuration/api_logging_configuration.rb +186 -0
  50. data/lib/fdx_v660_api/logging/sdk_logger.rb +17 -0
  51. data/lib/fdx_v660_api/models/account_bill_pay_status.rb +47 -0
  52. data/lib/fdx_v660_api/models/account_bill_pay_status2.rb +44 -0
  53. data/lib/fdx_v660_api/models/account_category.rb +26 -0
  54. data/lib/fdx_v660_api/models/account_category1.rb +26 -0
  55. data/lib/fdx_v660_api/models/account_category10.rb +26 -0
  56. data/lib/fdx_v660_api/models/account_category11.rb +27 -0
  57. data/lib/fdx_v660_api/models/account_category12.rb +26 -0
  58. data/lib/fdx_v660_api/models/account_category13.rb +26 -0
  59. data/lib/fdx_v660_api/models/account_category14.rb +26 -0
  60. data/lib/fdx_v660_api/models/account_category15.rb +27 -0
  61. data/lib/fdx_v660_api/models/account_category2.rb +26 -0
  62. data/lib/fdx_v660_api/models/account_category3.rb +27 -0
  63. data/lib/fdx_v660_api/models/account_category4.rb +26 -0
  64. data/lib/fdx_v660_api/models/account_category5.rb +27 -0
  65. data/lib/fdx_v660_api/models/account_category6.rb +26 -0
  66. data/lib/fdx_v660_api/models/account_category7.rb +27 -0
  67. data/lib/fdx_v660_api/models/account_category8.rb +26 -0
  68. data/lib/fdx_v660_api/models/account_category9.rb +27 -0
  69. data/lib/fdx_v660_api/models/account_category_deposit_type.rb +52 -0
  70. data/lib/fdx_v660_api/models/account_category_deposit_type2.rb +52 -0
  71. data/lib/fdx_v660_api/models/account_category_line_of_credit_type.rb +40 -0
  72. data/lib/fdx_v660_api/models/account_category_line_of_credit_type2.rb +40 -0
  73. data/lib/fdx_v660_api/models/account_category_type.rb +64 -0
  74. data/lib/fdx_v660_api/models/account_category_type2.rb +64 -0
  75. data/lib/fdx_v660_api/models/account_contact_entity.rb +142 -0
  76. data/lib/fdx_v660_api/models/account_contact_entity1.rb +133 -0
  77. data/lib/fdx_v660_api/models/account_descriptor_entity.rb +350 -0
  78. data/lib/fdx_v660_api/models/account_entity.rb +467 -0
  79. data/lib/fdx_v660_api/models/account_holder_entity.rb +264 -0
  80. data/lib/fdx_v660_api/models/account_holder_relationship.rb +135 -0
  81. data/lib/fdx_v660_api/models/account_holder_relationship1.rb +122 -0
  82. data/lib/fdx_v660_api/models/account_holder_relationship3.rb +122 -0
  83. data/lib/fdx_v660_api/models/account_payment_network.rb +228 -0
  84. data/lib/fdx_v660_api/models/account_payment_network_status.rb +40 -0
  85. data/lib/fdx_v660_api/models/account_payment_network_status2.rb +41 -0
  86. data/lib/fdx_v660_api/models/account_payment_networks.rb +111 -0
  87. data/lib/fdx_v660_api/models/account_payment_networks1.rb +109 -0
  88. data/lib/fdx_v660_api/models/account_selection_filters.rb +131 -0
  89. data/lib/fdx_v660_api/models/account_selection_filters1.rb +129 -0
  90. data/lib/fdx_v660_api/models/account_status.rb +60 -0
  91. data/lib/fdx_v660_api/models/account_status1.rb +61 -0
  92. data/lib/fdx_v660_api/models/account_status3.rb +61 -0
  93. data/lib/fdx_v660_api/models/account_type.rb +506 -0
  94. data/lib/fdx_v660_api/models/account_type1.rb +341 -0
  95. data/lib/fdx_v660_api/models/account_type3.rb +341 -0
  96. data/lib/fdx_v660_api/models/account_type4.rb +343 -0
  97. data/lib/fdx_v660_api/models/accounts_entity.rb +109 -0
  98. data/lib/fdx_v660_api/models/active_inactive_status.rb +36 -0
  99. data/lib/fdx_v660_api/models/active_inactive_status2.rb +36 -0
  100. data/lib/fdx_v660_api/models/address.rb +152 -0
  101. data/lib/fdx_v660_api/models/an_array_of_statements.rb +105 -0
  102. data/lib/fdx_v660_api/models/annual_payment_amounts.rb +92 -0
  103. data/lib/fdx_v660_api/models/annual_payment_amounts1.rb +92 -0
  104. data/lib/fdx_v660_api/models/annuity_account_entity.rb +409 -0
  105. data/lib/fdx_v660_api/models/annuity_details_entity.rb +206 -0
  106. data/lib/fdx_v660_api/models/annuity_security_entity.rb +234 -0
  107. data/lib/fdx_v660_api/models/asset_class.rb +56 -0
  108. data/lib/fdx_v660_api/models/asset_class2.rb +56 -0
  109. data/lib/fdx_v660_api/models/asset_transfer_network.rb +134 -0
  110. data/lib/fdx_v660_api/models/asset_transfer_network_list.rb +85 -0
  111. data/lib/fdx_v660_api/models/asset_transfer_network_list1.rb +86 -0
  112. data/lib/fdx_v660_api/models/asset_transfer_type.rb +40 -0
  113. data/lib/fdx_v660_api/models/asset_transfer_type2.rb +40 -0
  114. data/lib/fdx_v660_api/models/availability_entity.rb +115 -0
  115. data/lib/fdx_v660_api/models/availability_entity1.rb +115 -0
  116. data/lib/fdx_v660_api/models/availability_list_entity.rb +85 -0
  117. data/lib/fdx_v660_api/models/availability_status.rb +44 -0
  118. data/lib/fdx_v660_api/models/availability_status1.rb +44 -0
  119. data/lib/fdx_v660_api/models/availability_status3.rb +44 -0
  120. data/lib/fdx_v660_api/models/balance_transfer_and_cash_advance_type.rb +53 -0
  121. data/lib/fdx_v660_api/models/balance_transfer_and_cash_advance_type2.rb +49 -0
  122. data/lib/fdx_v660_api/models/balance_transfer_or_cash_advance.rb +120 -0
  123. data/lib/fdx_v660_api/models/balance_type.rb +38 -0
  124. data/lib/fdx_v660_api/models/balance_type2.rb +37 -0
  125. data/lib/fdx_v660_api/models/bank_id_type.rb +49 -0
  126. data/lib/fdx_v660_api/models/bank_id_type2.rb +42 -0
  127. data/lib/fdx_v660_api/models/base_deposit_account_terms_and_conditions.rb +160 -0
  128. data/lib/fdx_v660_api/models/base_line_of_credit_account_terms_and_conditions.rb +161 -0
  129. data/lib/fdx_v660_api/models/base_model.rb +110 -0
  130. data/lib/fdx_v660_api/models/base_payroll_rate.rb +84 -0
  131. data/lib/fdx_v660_api/models/base_payroll_rate1.rb +84 -0
  132. data/lib/fdx_v660_api/models/base_terms_and_conditions.rb +115 -0
  133. data/lib/fdx_v660_api/models/basic_auth_credentials.rb +105 -0
  134. data/lib/fdx_v660_api/models/basic_auth_credentials1.rb +105 -0
  135. data/lib/fdx_v660_api/models/basic_auth_for_qr.rb +96 -0
  136. data/lib/fdx_v660_api/models/bill_entity.rb +206 -0
  137. data/lib/fdx_v660_api/models/bond_security_entity.rb +148 -0
  138. data/lib/fdx_v660_api/models/branch_entity.rb +116 -0
  139. data/lib/fdx_v660_api/models/branch_entity1.rb +126 -0
  140. data/lib/fdx_v660_api/models/business_customer_entity.rb +129 -0
  141. data/lib/fdx_v660_api/models/business_customer_entity2.rb +136 -0
  142. data/lib/fdx_v660_api/models/business_income_statement.rb +617 -0
  143. data/lib/fdx_v660_api/models/business_name.rb +85 -0
  144. data/lib/fdx_v660_api/models/business_name2.rb +85 -0
  145. data/lib/fdx_v660_api/models/business_name4.rb +85 -0
  146. data/lib/fdx_v660_api/models/business_name5.rb +96 -0
  147. data/lib/fdx_v660_api/models/business_or_consumer_type.rb +36 -0
  148. data/lib/fdx_v660_api/models/business_or_consumer_type1.rb +36 -0
  149. data/lib/fdx_v660_api/models/business_or_consumer_type3.rb +36 -0
  150. data/lib/fdx_v660_api/models/buy_now_pay_later_account_entity.rb +351 -0
  151. data/lib/fdx_v660_api/models/buy_now_pay_later_purchase_details.rb +209 -0
  152. data/lib/fdx_v660_api/models/buy_now_pay_later_purchase_details1.rb +219 -0
  153. data/lib/fdx_v660_api/models/buy_now_pay_later_transaction_entity.rb +314 -0
  154. data/lib/fdx_v660_api/models/buy_now_pay_later_transaction_type.rb +48 -0
  155. data/lib/fdx_v660_api/models/buy_now_pay_later_transaction_type2.rb +49 -0
  156. data/lib/fdx_v660_api/models/call_type.rb +44 -0
  157. data/lib/fdx_v660_api/models/call_type2.rb +44 -0
  158. data/lib/fdx_v660_api/models/capability_entity.rb +139 -0
  159. data/lib/fdx_v660_api/models/card_art_entity.rb +91 -0
  160. data/lib/fdx_v660_api/models/card_art_entity2.rb +101 -0
  161. data/lib/fdx_v660_api/models/cardinality_filter_type.rb +45 -0
  162. data/lib/fdx_v660_api/models/cardinality_filter_type2.rb +45 -0
  163. data/lib/fdx_v660_api/models/category_type.rb +37 -0
  164. data/lib/fdx_v660_api/models/category_type2.rb +37 -0
  165. data/lib/fdx_v660_api/models/certificate_of_deposit_security_entity.rb +116 -0
  166. data/lib/fdx_v660_api/models/certification_metric_entity.rb +172 -0
  167. data/lib/fdx_v660_api/models/certification_metrics_entity.rb +84 -0
  168. data/lib/fdx_v660_api/models/code_and_amount.rb +85 -0
  169. data/lib/fdx_v660_api/models/commercial_account_entity.rb +520 -0
  170. data/lib/fdx_v660_api/models/commercial_balance_entity.rb +106 -0
  171. data/lib/fdx_v660_api/models/commercial_code_entity.rb +91 -0
  172. data/lib/fdx_v660_api/models/commercial_code_entity1.rb +96 -0
  173. data/lib/fdx_v660_api/models/commercial_transaction_entity.rb +319 -0
  174. data/lib/fdx_v660_api/models/compounding_period.rb +56 -0
  175. data/lib/fdx_v660_api/models/compounding_period1.rb +56 -0
  176. data/lib/fdx_v660_api/models/compounding_period3.rb +57 -0
  177. data/lib/fdx_v660_api/models/consent_duration_type.rb +40 -0
  178. data/lib/fdx_v660_api/models/consent_duration_type2.rb +40 -0
  179. data/lib/fdx_v660_api/models/consent_grant_entity.rb +260 -0
  180. data/lib/fdx_v660_api/models/consent_grant_status.rb +40 -0
  181. data/lib/fdx_v660_api/models/consent_grant_status2.rb +40 -0
  182. data/lib/fdx_v660_api/models/consent_grants_entity.rb +85 -0
  183. data/lib/fdx_v660_api/models/consent_request_entity.rb +169 -0
  184. data/lib/fdx_v660_api/models/consent_resource_entity.rb +92 -0
  185. data/lib/fdx_v660_api/models/consent_resource_type.rb +41 -0
  186. data/lib/fdx_v660_api/models/consent_resource_type2.rb +40 -0
  187. data/lib/fdx_v660_api/models/consent_revocation_entity.rb +127 -0
  188. data/lib/fdx_v660_api/models/consent_revocations_entity.rb +85 -0
  189. data/lib/fdx_v660_api/models/contact_preferences_type.rb +48 -0
  190. data/lib/fdx_v660_api/models/contact_preferences_type2.rb +48 -0
  191. data/lib/fdx_v660_api/models/contacts_entity.rb +113 -0
  192. data/lib/fdx_v660_api/models/contacts_entity1.rb +113 -0
  193. data/lib/fdx_v660_api/models/content_types.rb +60 -0
  194. data/lib/fdx_v660_api/models/content_types1.rb +62 -0
  195. data/lib/fdx_v660_api/models/contribution_entity.rb +315 -0
  196. data/lib/fdx_v660_api/models/coupon_mature_frequency.rb +48 -0
  197. data/lib/fdx_v660_api/models/coupon_mature_frequency2.rb +48 -0
  198. data/lib/fdx_v660_api/models/coverage_month.rb +80 -0
  199. data/lib/fdx_v660_api/models/coverage_month1.rb +80 -0
  200. data/lib/fdx_v660_api/models/coverage_month3.rb +80 -0
  201. data/lib/fdx_v660_api/models/cryptocurrency_tax_statement_list.rb +240 -0
  202. data/lib/fdx_v660_api/models/cryptocurrency_tax_statement_list1.rb +240 -0
  203. data/lib/fdx_v660_api/models/currency_entity.rb +98 -0
  204. data/lib/fdx_v660_api/models/currency_entity1.rb +108 -0
  205. data/lib/fdx_v660_api/models/currency_entity2.rb +108 -0
  206. data/lib/fdx_v660_api/models/currency_entity4.rb +108 -0
  207. data/lib/fdx_v660_api/models/customer_entity.rb +242 -0
  208. data/lib/fdx_v660_api/models/customer_entity1.rb +243 -0
  209. data/lib/fdx_v660_api/models/customer_entity2.rb +243 -0
  210. data/lib/fdx_v660_api/models/customer_name_entity.rb +136 -0
  211. data/lib/fdx_v660_api/models/customer_name_entity2.rb +124 -0
  212. data/lib/fdx_v660_api/models/customer_name_entity3.rb +134 -0
  213. data/lib/fdx_v660_api/models/customer_to_account_relationship_entity.rb +114 -0
  214. data/lib/fdx_v660_api/models/customers_entity.rb +104 -0
  215. data/lib/fdx_v660_api/models/customers_entity1.rb +105 -0
  216. data/lib/fdx_v660_api/models/data_cluster.rb +108 -0
  217. data/lib/fdx_v660_api/models/data_provider_at_ecosystem_registry.rb +214 -0
  218. data/lib/fdx_v660_api/models/data_provider_records_at_ecosystem_registry.rb +105 -0
  219. data/lib/fdx_v660_api/models/date_and_amount.rb +95 -0
  220. data/lib/fdx_v660_api/models/debit_credit_memo.rb +40 -0
  221. data/lib/fdx_v660_api/models/debit_credit_memo2.rb +40 -0
  222. data/lib/fdx_v660_api/models/debt_class.rb +44 -0
  223. data/lib/fdx_v660_api/models/debt_class2.rb +44 -0
  224. data/lib/fdx_v660_api/models/debt_security_entity.rb +240 -0
  225. data/lib/fdx_v660_api/models/debt_type.rb +36 -0
  226. data/lib/fdx_v660_api/models/debt_type2.rb +36 -0
  227. data/lib/fdx_v660_api/models/delivery_address.rb +170 -0
  228. data/lib/fdx_v660_api/models/delivery_address1.rb +170 -0
  229. data/lib/fdx_v660_api/models/delivery_address2.rb +160 -0
  230. data/lib/fdx_v660_api/models/delivery_address_type.rb +44 -0
  231. data/lib/fdx_v660_api/models/delivery_address_type2.rb +44 -0
  232. data/lib/fdx_v660_api/models/delivery_address_type3.rb +44 -0
  233. data/lib/fdx_v660_api/models/deposit_account_entity.rb +479 -0
  234. data/lib/fdx_v660_api/models/deposit_account_terms_and_conditions_entity.rb +615 -0
  235. data/lib/fdx_v660_api/models/deposit_account_terms_and_conditions_entity1.rb +626 -0
  236. data/lib/fdx_v660_api/models/deposit_account_terms_and_conditions_entity3.rb +625 -0
  237. data/lib/fdx_v660_api/models/deposit_transaction_entity.rb +260 -0
  238. data/lib/fdx_v660_api/models/deposit_transaction_type.rb +102 -0
  239. data/lib/fdx_v660_api/models/deposit_transaction_type1.rb +101 -0
  240. data/lib/fdx_v660_api/models/deposit_transaction_type3.rb +104 -0
  241. data/lib/fdx_v660_api/models/description_and_amount.rb +85 -0
  242. data/lib/fdx_v660_api/models/digital_asset_detail_irs_form1099_da.rb +490 -0
  243. data/lib/fdx_v660_api/models/digital_asset_security_entity.rb +106 -0
  244. data/lib/fdx_v660_api/models/digital_wallet_account_entity.rb +381 -0
  245. data/lib/fdx_v660_api/models/digital_wallet_transaction_entity.rb +247 -0
  246. data/lib/fdx_v660_api/models/digital_wallet_transaction_type.rb +84 -0
  247. data/lib/fdx_v660_api/models/digital_wallet_transaction_type2.rb +86 -0
  248. data/lib/fdx_v660_api/models/direct_deposit.rb +100 -0
  249. data/lib/fdx_v660_api/models/direct_deposit2.rb +100 -0
  250. data/lib/fdx_v660_api/models/direct_deposit_entity.rb +98 -0
  251. data/lib/fdx_v660_api/models/document_status.rb +40 -0
  252. data/lib/fdx_v660_api/models/document_status2.rb +40 -0
  253. data/lib/fdx_v660_api/models/domicile_entity.rb +87 -0
  254. data/lib/fdx_v660_api/models/domicile_entity1.rb +97 -0
  255. data/lib/fdx_v660_api/models/domicile_entity3.rb +97 -0
  256. data/lib/fdx_v660_api/models/earning_component.rb +153 -0
  257. data/lib/fdx_v660_api/models/earning_type.rb +50 -0
  258. data/lib/fdx_v660_api/models/electronic_address_entity.rb +87 -0
  259. data/lib/fdx_v660_api/models/employee_entity.rb +176 -0
  260. data/lib/fdx_v660_api/models/employee_entity1.rb +176 -0
  261. data/lib/fdx_v660_api/models/employer_entity.rb +125 -0
  262. data/lib/fdx_v660_api/models/employer_entity1.rb +125 -0
  263. data/lib/fdx_v660_api/models/employment.rb +149 -0
  264. data/lib/fdx_v660_api/models/employment1.rb +149 -0
  265. data/lib/fdx_v660_api/models/employment_type.rb +53 -0
  266. data/lib/fdx_v660_api/models/employment_type2.rb +53 -0
  267. data/lib/fdx_v660_api/models/error2.rb +100 -0
  268. data/lib/fdx_v660_api/models/error3.rb +110 -0
  269. data/lib/fdx_v660_api/models/event_frequency.rb +102 -0
  270. data/lib/fdx_v660_api/models/event_frequency1.rb +84 -0
  271. data/lib/fdx_v660_api/models/event_frequency2.rb +84 -0
  272. data/lib/fdx_v660_api/models/event_frequency3.rb +84 -0
  273. data/lib/fdx_v660_api/models/event_status.rb +45 -0
  274. data/lib/fdx_v660_api/models/event_status2.rb +45 -0
  275. data/lib/fdx_v660_api/models/event_type.rb +100 -0
  276. data/lib/fdx_v660_api/models/event_type1.rb +100 -0
  277. data/lib/fdx_v660_api/models/expired_option_type.rb +36 -0
  278. data/lib/fdx_v660_api/models/expired_option_type2.rb +37 -0
  279. data/lib/fdx_v660_api/models/external_account_id_scheme_entity.rb +85 -0
  280. data/lib/fdx_v660_api/models/external_financial_institution_id_scheme_entity.rb +85 -0
  281. data/lib/fdx_v660_api/models/farm_income_statement.rb +641 -0
  282. data/lib/fdx_v660_api/models/farm_rental_income_statement.rb +597 -0
  283. data/lib/fdx_v660_api/models/fdx_api_actor_type.rb +37 -0
  284. data/lib/fdx_v660_api/models/fdx_jwt_profile.rb +165 -0
  285. data/lib/fdx_v660_api/models/fdx_oauth_token_introspection_response.rb +172 -0
  286. data/lib/fdx_v660_api/models/fdx_resource_operation_id.rb +364 -0
  287. data/lib/fdx_v660_api/models/fdx_resource_operation_id1.rb +364 -0
  288. data/lib/fdx_v660_api/models/fdx_resource_operation_id3.rb +364 -0
  289. data/lib/fdx_v660_api/models/fdx_version.rb +200 -0
  290. data/lib/fdx_v660_api/models/fdx_version1.rb +201 -0
  291. data/lib/fdx_v660_api/models/federal_tax_withholding.rb +115 -0
  292. data/lib/fdx_v660_api/models/fi_attribute_entity.rb +95 -0
  293. data/lib/fdx_v660_api/models/fi_attribute_entity1.rb +86 -0
  294. data/lib/fdx_v660_api/models/fi_portion_entity.rb +95 -0
  295. data/lib/fdx_v660_api/models/financial_institution_entity.rb +116 -0
  296. data/lib/fdx_v660_api/models/financial_institution_entity2.rb +116 -0
  297. data/lib/fdx_v660_api/models/foreign_source_dividend_income.rb +123 -0
  298. data/lib/fdx_v660_api/models/form1041_schedule_k1.rb +573 -0
  299. data/lib/fdx_v660_api/models/form1041_schedule_k11.rb +571 -0
  300. data/lib/fdx_v660_api/models/form1042_s.rb +596 -0
  301. data/lib/fdx_v660_api/models/form1042_s1.rb +594 -0
  302. data/lib/fdx_v660_api/models/form1042_s_agent.rb +211 -0
  303. data/lib/fdx_v660_api/models/form1042_s_agent1.rb +199 -0
  304. data/lib/fdx_v660_api/models/form1042_s_agent2.rb +199 -0
  305. data/lib/fdx_v660_api/models/form1042_s_agent3.rb +199 -0
  306. data/lib/fdx_v660_api/models/form1042_s_agent4.rb +199 -0
  307. data/lib/fdx_v660_api/models/form1042_s_recipient.rb +219 -0
  308. data/lib/fdx_v660_api/models/form1042_s_recipient1.rb +219 -0
  309. data/lib/fdx_v660_api/models/form1065_schedule_k1.rb +1212 -0
  310. data/lib/fdx_v660_api/models/form1065_schedule_k11.rb +1211 -0
  311. data/lib/fdx_v660_api/models/form1095_a.rb +364 -0
  312. data/lib/fdx_v660_api/models/form1095_a1.rb +364 -0
  313. data/lib/fdx_v660_api/models/form1095_b.rb +281 -0
  314. data/lib/fdx_v660_api/models/form1095_b1.rb +280 -0
  315. data/lib/fdx_v660_api/models/form1095_c.rb +294 -0
  316. data/lib/fdx_v660_api/models/form1095_c1.rb +293 -0
  317. data/lib/fdx_v660_api/models/form1097_btc.rb +314 -0
  318. data/lib/fdx_v660_api/models/form1097_btc1.rb +313 -0
  319. data/lib/fdx_v660_api/models/form1098.rb +389 -0
  320. data/lib/fdx_v660_api/models/form10981.rb +388 -0
  321. data/lib/fdx_v660_api/models/form1098_c.rb +421 -0
  322. data/lib/fdx_v660_api/models/form1098_c1.rb +420 -0
  323. data/lib/fdx_v660_api/models/form1098_e.rb +255 -0
  324. data/lib/fdx_v660_api/models/form1098_e1.rb +254 -0
  325. data/lib/fdx_v660_api/models/form1098_ma.rb +276 -0
  326. data/lib/fdx_v660_api/models/form1098_ma1.rb +275 -0
  327. data/lib/fdx_v660_api/models/form1098_q.rb +338 -0
  328. data/lib/fdx_v660_api/models/form1098_q1.rb +337 -0
  329. data/lib/fdx_v660_api/models/form1098_t.rb +338 -0
  330. data/lib/fdx_v660_api/models/form1098_t1.rb +337 -0
  331. data/lib/fdx_v660_api/models/form1098_vli.rb +327 -0
  332. data/lib/fdx_v660_api/models/form1098_vli1.rb +326 -0
  333. data/lib/fdx_v660_api/models/form1099_a.rb +289 -0
  334. data/lib/fdx_v660_api/models/form1099_a1.rb +288 -0
  335. data/lib/fdx_v660_api/models/form1099_b.rb +369 -0
  336. data/lib/fdx_v660_api/models/form1099_b1.rb +367 -0
  337. data/lib/fdx_v660_api/models/form1099_c.rb +310 -0
  338. data/lib/fdx_v660_api/models/form1099_c1.rb +309 -0
  339. data/lib/fdx_v660_api/models/form1099_cap.rb +274 -0
  340. data/lib/fdx_v660_api/models/form1099_cap1.rb +273 -0
  341. data/lib/fdx_v660_api/models/form1099_consolidated_statement.rb +327 -0
  342. data/lib/fdx_v660_api/models/form1099_consolidated_statement1.rb +325 -0
  343. data/lib/fdx_v660_api/models/form1099_da.rb +296 -0
  344. data/lib/fdx_v660_api/models/form1099_da1.rb +294 -0
  345. data/lib/fdx_v660_api/models/form1099_div.rb +621 -0
  346. data/lib/fdx_v660_api/models/form1099_div1.rb +620 -0
  347. data/lib/fdx_v660_api/models/form1099_g.rb +376 -0
  348. data/lib/fdx_v660_api/models/form1099_g1.rb +375 -0
  349. data/lib/fdx_v660_api/models/form1099_h.rb +263 -0
  350. data/lib/fdx_v660_api/models/form1099_h1.rb +262 -0
  351. data/lib/fdx_v660_api/models/form1099_int.rb +614 -0
  352. data/lib/fdx_v660_api/models/form1099_int1.rb +613 -0
  353. data/lib/fdx_v660_api/models/form1099_k.rb +435 -0
  354. data/lib/fdx_v660_api/models/form1099_k1.rb +434 -0
  355. data/lib/fdx_v660_api/models/form1099_lps.rb +271 -0
  356. data/lib/fdx_v660_api/models/form1099_lps1.rb +270 -0
  357. data/lib/fdx_v660_api/models/form1099_ls.rb +274 -0
  358. data/lib/fdx_v660_api/models/form1099_ls1.rb +273 -0
  359. data/lib/fdx_v660_api/models/form1099_ltc.rb +351 -0
  360. data/lib/fdx_v660_api/models/form1099_ltc1.rb +350 -0
  361. data/lib/fdx_v660_api/models/form1099_misc.rb +470 -0
  362. data/lib/fdx_v660_api/models/form1099_misc1.rb +469 -0
  363. data/lib/fdx_v660_api/models/form1099_nec.rb +343 -0
  364. data/lib/fdx_v660_api/models/form1099_nec1.rb +342 -0
  365. data/lib/fdx_v660_api/models/form1099_oid.rb +431 -0
  366. data/lib/fdx_v660_api/models/form1099_oid1.rb +430 -0
  367. data/lib/fdx_v660_api/models/form1099_patr.rb +490 -0
  368. data/lib/fdx_v660_api/models/form1099_patr1.rb +489 -0
  369. data/lib/fdx_v660_api/models/form1099_q.rb +348 -0
  370. data/lib/fdx_v660_api/models/form1099_q1.rb +347 -0
  371. data/lib/fdx_v660_api/models/form1099_qa.rb +295 -0
  372. data/lib/fdx_v660_api/models/form1099_qa1.rb +294 -0
  373. data/lib/fdx_v660_api/models/form1099_r.rb +497 -0
  374. data/lib/fdx_v660_api/models/form1099_r1.rb +496 -0
  375. data/lib/fdx_v660_api/models/form1099_s.rb +379 -0
  376. data/lib/fdx_v660_api/models/form1099_s1.rb +378 -0
  377. data/lib/fdx_v660_api/models/form1099_sa.rb +306 -0
  378. data/lib/fdx_v660_api/models/form1099_sa1.rb +305 -0
  379. data/lib/fdx_v660_api/models/form1099_sb.rb +267 -0
  380. data/lib/fdx_v660_api/models/form1099_sb1.rb +266 -0
  381. data/lib/fdx_v660_api/models/form1120_s_schedule_k1.rb +740 -0
  382. data/lib/fdx_v660_api/models/form1120_s_schedule_k11.rb +739 -0
  383. data/lib/fdx_v660_api/models/form2439.rb +306 -0
  384. data/lib/fdx_v660_api/models/form24391.rb +305 -0
  385. data/lib/fdx_v660_api/models/form3921.rb +298 -0
  386. data/lib/fdx_v660_api/models/form39211.rb +297 -0
  387. data/lib/fdx_v660_api/models/form3922.rb +327 -0
  388. data/lib/fdx_v660_api/models/form39221.rb +326 -0
  389. data/lib/fdx_v660_api/models/form5498.rb +486 -0
  390. data/lib/fdx_v660_api/models/form54981.rb +485 -0
  391. data/lib/fdx_v660_api/models/form5498_esa.rb +258 -0
  392. data/lib/fdx_v660_api/models/form5498_esa1.rb +257 -0
  393. data/lib/fdx_v660_api/models/form5498_qa.rb +324 -0
  394. data/lib/fdx_v660_api/models/form5498_qa1.rb +323 -0
  395. data/lib/fdx_v660_api/models/form5498_sa.rb +321 -0
  396. data/lib/fdx_v660_api/models/form5498_sa1.rb +320 -0
  397. data/lib/fdx_v660_api/models/form5498_ta.rb +300 -0
  398. data/lib/fdx_v660_api/models/form5498_ta1.rb +299 -0
  399. data/lib/fdx_v660_api/models/form_w2.rb +471 -0
  400. data/lib/fdx_v660_api/models/form_w21.rb +470 -0
  401. data/lib/fdx_v660_api/models/form_w22.rb +470 -0
  402. data/lib/fdx_v660_api/models/form_w24.rb +470 -0
  403. data/lib/fdx_v660_api/models/form_w2_c.rb +276 -0
  404. data/lib/fdx_v660_api/models/form_w2_c2.rb +275 -0
  405. data/lib/fdx_v660_api/models/form_w2_g.rb +354 -0
  406. data/lib/fdx_v660_api/models/form_w2_g2.rb +353 -0
  407. data/lib/fdx_v660_api/models/funding_source.rb +127 -0
  408. data/lib/fdx_v660_api/models/gain_or_loss_from_cryptocurrency_transaction.rb +173 -0
  409. data/lib/fdx_v660_api/models/generic_account_identification_entity.rb +107 -0
  410. data/lib/fdx_v660_api/models/generic_financial_institution_id_entity.rb +107 -0
  411. data/lib/fdx_v660_api/models/government_issued_id_type.rb +36 -0
  412. data/lib/fdx_v660_api/models/government_issued_id_type2.rb +36 -0
  413. data/lib/fdx_v660_api/models/government_issued_party_identification_entity.rb +118 -0
  414. data/lib/fdx_v660_api/models/hateoas_link.rb +149 -0
  415. data/lib/fdx_v660_api/models/hateoas_link1.rb +149 -0
  416. data/lib/fdx_v660_api/models/hateoas_link2.rb +149 -0
  417. data/lib/fdx_v660_api/models/hateoas_link3.rb +135 -0
  418. data/lib/fdx_v660_api/models/hateoas_link4.rb +137 -0
  419. data/lib/fdx_v660_api/models/hateoas_link5.rb +136 -0
  420. data/lib/fdx_v660_api/models/hateoas_link6.rb +135 -0
  421. data/lib/fdx_v660_api/models/hateoas_link7.rb +135 -0
  422. data/lib/fdx_v660_api/models/health_insurance_coverage.rb +115 -0
  423. data/lib/fdx_v660_api/models/health_insurance_covered_individual.rb +118 -0
  424. data/lib/fdx_v660_api/models/health_insurance_marketplace_covered_individual.rb +119 -0
  425. data/lib/fdx_v660_api/models/held_in_account.rb +44 -0
  426. data/lib/fdx_v660_api/models/held_in_account2.rb +44 -0
  427. data/lib/fdx_v660_api/models/holding_entity.rb +451 -0
  428. data/lib/fdx_v660_api/models/holding_sub_type.rb +36 -0
  429. data/lib/fdx_v660_api/models/holding_sub_type2.rb +36 -0
  430. data/lib/fdx_v660_api/models/http_action_type.rb +48 -0
  431. data/lib/fdx_v660_api/models/http_action_type2.rb +48 -0
  432. data/lib/fdx_v660_api/models/iban2007_identifier_entity.rb +86 -0
  433. data/lib/fdx_v660_api/models/income.rb +137 -0
  434. data/lib/fdx_v660_api/models/income_type.rb +40 -0
  435. data/lib/fdx_v660_api/models/income_type2.rb +41 -0
  436. data/lib/fdx_v660_api/models/incoming_and_outgoing_transfer_limits.rb +85 -0
  437. data/lib/fdx_v660_api/models/incoming_and_outgoing_transfer_limits2.rb +85 -0
  438. data/lib/fdx_v660_api/models/individual_name.rb +117 -0
  439. data/lib/fdx_v660_api/models/individual_name2.rb +115 -0
  440. data/lib/fdx_v660_api/models/individual_name4.rb +115 -0
  441. data/lib/fdx_v660_api/models/individual_name5.rb +115 -0
  442. data/lib/fdx_v660_api/models/individual_name6.rb +115 -0
  443. data/lib/fdx_v660_api/models/individual_name7.rb +115 -0
  444. data/lib/fdx_v660_api/models/industry_classification_system.rb +67 -0
  445. data/lib/fdx_v660_api/models/industry_classification_system2.rb +56 -0
  446. data/lib/fdx_v660_api/models/industry_code.rb +95 -0
  447. data/lib/fdx_v660_api/models/insurance_account_entity.rb +391 -0
  448. data/lib/fdx_v660_api/models/insurance_transaction_entity.rb +233 -0
  449. data/lib/fdx_v660_api/models/insurance_transaction_type.rb +44 -0
  450. data/lib/fdx_v660_api/models/interest_rate_entity.rb +130 -0
  451. data/lib/fdx_v660_api/models/interest_rate_entity1.rb +140 -0
  452. data/lib/fdx_v660_api/models/interest_rate_entity10.rb +140 -0
  453. data/lib/fdx_v660_api/models/interest_rate_entity3.rb +140 -0
  454. data/lib/fdx_v660_api/models/interest_rate_entity6.rb +140 -0
  455. data/lib/fdx_v660_api/models/interest_rate_entity7.rb +140 -0
  456. data/lib/fdx_v660_api/models/interest_rate_entity8.rb +140 -0
  457. data/lib/fdx_v660_api/models/interest_rate_tier.rb +100 -0
  458. data/lib/fdx_v660_api/models/interest_rate_type.rb +40 -0
  459. data/lib/fdx_v660_api/models/interest_rate_type1.rb +40 -0
  460. data/lib/fdx_v660_api/models/intermediary.rb +139 -0
  461. data/lib/fdx_v660_api/models/investment401_k_source_type.rb +56 -0
  462. data/lib/fdx_v660_api/models/investment401_k_source_type1.rb +58 -0
  463. data/lib/fdx_v660_api/models/investment401_k_source_type2.rb +57 -0
  464. data/lib/fdx_v660_api/models/investment401_k_source_type4.rb +57 -0
  465. data/lib/fdx_v660_api/models/investment_account_entity.rb +610 -0
  466. data/lib/fdx_v660_api/models/investment_asset_type.rb +81 -0
  467. data/lib/fdx_v660_api/models/investment_asset_type1.rb +69 -0
  468. data/lib/fdx_v660_api/models/investment_asset_type3.rb +69 -0
  469. data/lib/fdx_v660_api/models/investment_balance_entity.rb +138 -0
  470. data/lib/fdx_v660_api/models/investment_balance_type.rb +36 -0
  471. data/lib/fdx_v660_api/models/investment_balance_type2.rb +36 -0
  472. data/lib/fdx_v660_api/models/investment_loan_entity.rb +260 -0
  473. data/lib/fdx_v660_api/models/investment_sale_type.rb +56 -0
  474. data/lib/fdx_v660_api/models/investment_transaction_entity.rb +696 -0
  475. data/lib/fdx_v660_api/models/investment_transaction_type.rb +212 -0
  476. data/lib/fdx_v660_api/models/investment_transaction_type2.rb +212 -0
  477. data/lib/fdx_v660_api/models/investment_transfer_action_direction.rb +36 -0
  478. data/lib/fdx_v660_api/models/investment_transfer_action_direction2.rb +36 -0
  479. data/lib/fdx_v660_api/models/iso3166_country_code.rb +1029 -0
  480. data/lib/fdx_v660_api/models/iso3166_country_code1.rb +1024 -0
  481. data/lib/fdx_v660_api/models/iso3166_country_code2.rb +1024 -0
  482. data/lib/fdx_v660_api/models/iso3166_country_code4.rb +1024 -0
  483. data/lib/fdx_v660_api/models/iso3166_country_code5.rb +1024 -0
  484. data/lib/fdx_v660_api/models/iso3166_country_code7.rb +1024 -0
  485. data/lib/fdx_v660_api/models/iso4217_currency_code.rb +763 -0
  486. data/lib/fdx_v660_api/models/iso4217_currency_code1.rb +760 -0
  487. data/lib/fdx_v660_api/models/iso4217_currency_code2.rb +760 -0
  488. data/lib/fdx_v660_api/models/iso4217_currency_code3.rb +760 -0
  489. data/lib/fdx_v660_api/models/iso4217_currency_code5.rb +760 -0
  490. data/lib/fdx_v660_api/models/iso4217_currency_code6.rb +760 -0
  491. data/lib/fdx_v660_api/models/iso4217_currency_code7.rb +760 -0
  492. data/lib/fdx_v660_api/models/iso93622014_business_identifier_code_entity.rb +93 -0
  493. data/lib/fdx_v660_api/models/iso93622022_business_identifier_code_entity.rb +90 -0
  494. data/lib/fdx_v660_api/models/k1_alternative_minimum_tax.rb +121 -0
  495. data/lib/fdx_v660_api/models/k1_alternative_minimum_tax1.rb +120 -0
  496. data/lib/fdx_v660_api/models/k1_alternative_minimum_tax_drilling.rb +113 -0
  497. data/lib/fdx_v660_api/models/k1_alternative_minimum_tax_drilling1.rb +111 -0
  498. data/lib/fdx_v660_api/models/k1_alternative_minimum_tax_drilling3.rb +111 -0
  499. data/lib/fdx_v660_api/models/k1_interest_income.rb +122 -0
  500. data/lib/fdx_v660_api/models/k1_interest_income1.rb +122 -0
  501. data/lib/fdx_v660_api/models/k1_other_deductions.rb +110 -0
  502. data/lib/fdx_v660_api/models/k1_other_deductions1.rb +109 -0
  503. data/lib/fdx_v660_api/models/k1_other_income.rb +218 -0
  504. data/lib/fdx_v660_api/models/k1_other_income1.rb +217 -0
  505. data/lib/fdx_v660_api/models/k1_qualified_business_income_qbi_partner_specific_items.rb +199 -0
  506. data/lib/fdx_v660_api/models/k1_statement_a.rb +128 -0
  507. data/lib/fdx_v660_api/models/k1_statement_a1.rb +127 -0
  508. data/lib/fdx_v660_api/models/k1_statement_a2.rb +127 -0
  509. data/lib/fdx_v660_api/models/k1_statement_a_qualified_business_income_qbi_partner_specific_items.rb +221 -0
  510. data/lib/fdx_v660_api/models/k1_statement_c.rb +130 -0
  511. data/lib/fdx_v660_api/models/k1_statement_c1.rb +129 -0
  512. data/lib/fdx_v660_api/models/k1_statement_c2.rb +129 -0
  513. data/lib/fdx_v660_api/models/k1_statement_c_qualified_business_income_qbi_partner_specific_items.rb +208 -0
  514. data/lib/fdx_v660_api/models/k1_supplemental.rb +135 -0
  515. data/lib/fdx_v660_api/models/k1_supplemental1.rb +134 -0
  516. data/lib/fdx_v660_api/models/k1_supplemental2.rb +134 -0
  517. data/lib/fdx_v660_api/models/lifecycle_event_entity.rb +128 -0
  518. data/lib/fdx_v660_api/models/lifecycle_event_entity1.rb +127 -0
  519. data/lib/fdx_v660_api/models/line_item_entity.rb +156 -0
  520. data/lib/fdx_v660_api/models/line_of_business_type.rb +44 -0
  521. data/lib/fdx_v660_api/models/line_of_business_type2.rb +46 -0
  522. data/lib/fdx_v660_api/models/line_of_credit_account_entity.rb +706 -0
  523. data/lib/fdx_v660_api/models/line_of_credit_account_terms_and_conditions_entity.rb +368 -0
  524. data/lib/fdx_v660_api/models/line_of_credit_account_terms_and_conditions_entity1.rb +378 -0
  525. data/lib/fdx_v660_api/models/line_of_credit_account_terms_and_conditions_entity3.rb +377 -0
  526. data/lib/fdx_v660_api/models/line_of_credit_transaction_entity.rb +256 -0
  527. data/lib/fdx_v660_api/models/line_of_credit_transaction_type.rb +61 -0
  528. data/lib/fdx_v660_api/models/line_of_credit_transaction_type2.rb +57 -0
  529. data/lib/fdx_v660_api/models/loan_account_entity.rb +530 -0
  530. data/lib/fdx_v660_api/models/loan_transaction_entity.rb +244 -0
  531. data/lib/fdx_v660_api/models/loan_transaction_type.rb +68 -0
  532. data/lib/fdx_v660_api/models/loan_transaction_type2.rb +60 -0
  533. data/lib/fdx_v660_api/models/local_tax_withholding.rb +96 -0
  534. data/lib/fdx_v660_api/models/local_tax_withholding2.rb +96 -0
  535. data/lib/fdx_v660_api/models/merchant_entity.rb +159 -0
  536. data/lib/fdx_v660_api/models/merchant_entity1.rb +159 -0
  537. data/lib/fdx_v660_api/models/merchant_for_update_entity.rb +119 -0
  538. data/lib/fdx_v660_api/models/merchant_for_update_entity1.rb +118 -0
  539. data/lib/fdx_v660_api/models/message_format.rb +26 -0
  540. data/lib/fdx_v660_api/models/message_format2.rb +26 -0
  541. data/lib/fdx_v660_api/models/monetary_amount.rb +84 -0
  542. data/lib/fdx_v660_api/models/monetary_amount1.rb +84 -0
  543. data/lib/fdx_v660_api/models/monetary_amount2.rb +84 -0
  544. data/lib/fdx_v660_api/models/monetary_amount3.rb +84 -0
  545. data/lib/fdx_v660_api/models/monetary_amount4.rb +84 -0
  546. data/lib/fdx_v660_api/models/monetary_amount5.rb +84 -0
  547. data/lib/fdx_v660_api/models/monetary_amount6.rb +84 -0
  548. data/lib/fdx_v660_api/models/monetary_amount7.rb +84 -0
  549. data/lib/fdx_v660_api/models/monetary_amount9.rb +84 -0
  550. data/lib/fdx_v660_api/models/month_abbreviation.rb +76 -0
  551. data/lib/fdx_v660_api/models/month_abbreviation1.rb +76 -0
  552. data/lib/fdx_v660_api/models/month_and_amount.rb +85 -0
  553. data/lib/fdx_v660_api/models/mutual_fund_security_entity.rb +173 -0
  554. data/lib/fdx_v660_api/models/mutual_fund_type.rb +40 -0
  555. data/lib/fdx_v660_api/models/mutual_fund_type2.rb +40 -0
  556. data/lib/fdx_v660_api/models/name_address_and_phone.rb +193 -0
  557. data/lib/fdx_v660_api/models/name_address_and_phone1.rb +195 -0
  558. data/lib/fdx_v660_api/models/name_address_and_phone2.rb +195 -0
  559. data/lib/fdx_v660_api/models/name_and_address.rb +186 -0
  560. data/lib/fdx_v660_api/models/name_and_address1.rb +185 -0
  561. data/lib/fdx_v660_api/models/notification_category.rb +52 -0
  562. data/lib/fdx_v660_api/models/notification_category1.rb +52 -0
  563. data/lib/fdx_v660_api/models/notification_entity.rb +180 -0
  564. data/lib/fdx_v660_api/models/notification_payload_entity.rb +125 -0
  565. data/lib/fdx_v660_api/models/notification_payload_entity2.rb +125 -0
  566. data/lib/fdx_v660_api/models/notification_payload_id_type.rb +56 -0
  567. data/lib/fdx_v660_api/models/notification_payload_id_type2.rb +56 -0
  568. data/lib/fdx_v660_api/models/notification_priority.rb +40 -0
  569. data/lib/fdx_v660_api/models/notification_priority2.rb +40 -0
  570. data/lib/fdx_v660_api/models/notification_severity.rb +48 -0
  571. data/lib/fdx_v660_api/models/notification_severity2.rb +48 -0
  572. data/lib/fdx_v660_api/models/notification_subscription_entity.rb +123 -0
  573. data/lib/fdx_v660_api/models/notifications_entity.rb +104 -0
  574. data/lib/fdx_v660_api/models/oauth_provider_error.rb +62 -0
  575. data/lib/fdx_v660_api/models/oauth_scope_oauth_fapi1_advanced.rb +140 -0
  576. data/lib/fdx_v660_api/models/oauth_scope_oauth_fapi1_baseline.rb +41 -0
  577. data/lib/fdx_v660_api/models/oauth_token.rb +96 -0
  578. data/lib/fdx_v660_api/models/occurrence_based_limits_for_a_payment_network.rb +95 -0
  579. data/lib/fdx_v660_api/models/occurrence_based_limits_for_a_payment_network2.rb +94 -0
  580. data/lib/fdx_v660_api/models/offer_of_health_insurance_coverage.rb +119 -0
  581. data/lib/fdx_v660_api/models/open_order_entity.rb +231 -0
  582. data/lib/fdx_v660_api/models/operation_entity.rb +161 -0
  583. data/lib/fdx_v660_api/models/option_security_entity.rb +147 -0
  584. data/lib/fdx_v660_api/models/option_type.rb +36 -0
  585. data/lib/fdx_v660_api/models/option_type2.rb +36 -0
  586. data/lib/fdx_v660_api/models/order_duration.rb +40 -0
  587. data/lib/fdx_v660_api/models/order_duration2.rb +40 -0
  588. data/lib/fdx_v660_api/models/order_type.rb +60 -0
  589. data/lib/fdx_v660_api/models/order_type2.rb +61 -0
  590. data/lib/fdx_v660_api/models/organization_name_entity.rb +89 -0
  591. data/lib/fdx_v660_api/models/other_security_entity.rb +106 -0
  592. data/lib/fdx_v660_api/models/page_metadata.rb +134 -0
  593. data/lib/fdx_v660_api/models/page_metadata3.rb +124 -0
  594. data/lib/fdx_v660_api/models/page_metadata5.rb +125 -0
  595. data/lib/fdx_v660_api/models/page_metadata_links.rb +85 -0
  596. data/lib/fdx_v660_api/models/page_metadata_links1.rb +95 -0
  597. data/lib/fdx_v660_api/models/page_metadata_links3.rb +85 -0
  598. data/lib/fdx_v660_api/models/page_metadata_links4.rb +86 -0
  599. data/lib/fdx_v660_api/models/paginated_array.rb +85 -0
  600. data/lib/fdx_v660_api/models/party_entity.rb +139 -0
  601. data/lib/fdx_v660_api/models/party_entity1.rb +138 -0
  602. data/lib/fdx_v660_api/models/party_entity2.rb +138 -0
  603. data/lib/fdx_v660_api/models/party_entity3.rb +138 -0
  604. data/lib/fdx_v660_api/models/party_entity4.rb +140 -0
  605. data/lib/fdx_v660_api/models/party_group_entity.rb +86 -0
  606. data/lib/fdx_v660_api/models/party_status.rb +48 -0
  607. data/lib/fdx_v660_api/models/party_status1.rb +44 -0
  608. data/lib/fdx_v660_api/models/party_status3.rb +44 -0
  609. data/lib/fdx_v660_api/models/party_type.rb +56 -0
  610. data/lib/fdx_v660_api/models/party_type2.rb +56 -0
  611. data/lib/fdx_v660_api/models/party_type3.rb +56 -0
  612. data/lib/fdx_v660_api/models/party_type4.rb +56 -0
  613. data/lib/fdx_v660_api/models/pay_amount.rb +107 -0
  614. data/lib/fdx_v660_api/models/pay_amount1.rb +105 -0
  615. data/lib/fdx_v660_api/models/pay_amount2.rb +105 -0
  616. data/lib/fdx_v660_api/models/pay_period.rb +93 -0
  617. data/lib/fdx_v660_api/models/pay_period_withholding.rb +125 -0
  618. data/lib/fdx_v660_api/models/payee_entity.rb +75 -0
  619. data/lib/fdx_v660_api/models/payee_entity1.rb +75 -0
  620. data/lib/fdx_v660_api/models/payee_for_update_entity.rb +74 -0
  621. data/lib/fdx_v660_api/models/payee_for_update_entity1.rb +74 -0
  622. data/lib/fdx_v660_api/models/payees_entity.rb +113 -0
  623. data/lib/fdx_v660_api/models/payment_amounts.rb +134 -0
  624. data/lib/fdx_v660_api/models/payment_amounts2.rb +134 -0
  625. data/lib/fdx_v660_api/models/payment_delivery_address_entity.rb +99 -0
  626. data/lib/fdx_v660_api/models/payment_detail.rb +119 -0
  627. data/lib/fdx_v660_api/models/payment_details_entity.rb +132 -0
  628. data/lib/fdx_v660_api/models/payment_details_entity1.rb +142 -0
  629. data/lib/fdx_v660_api/models/payment_details_entity4.rb +132 -0
  630. data/lib/fdx_v660_api/models/payment_entity.rb +274 -0
  631. data/lib/fdx_v660_api/models/payment_for_update_entity.rb +125 -0
  632. data/lib/fdx_v660_api/models/payment_for_update_entity1.rb +125 -0
  633. data/lib/fdx_v660_api/models/payment_for_update_entity2.rb +125 -0
  634. data/lib/fdx_v660_api/models/payment_generic_account_entity.rb +138 -0
  635. data/lib/fdx_v660_api/models/payment_generic_account_entity1.rb +138 -0
  636. data/lib/fdx_v660_api/models/payment_generic_account_entity2.rb +138 -0
  637. data/lib/fdx_v660_api/models/payment_initiation_parties_entity.rb +108 -0
  638. data/lib/fdx_v660_api/models/payment_initiation_party_contact_method_entity.rb +97 -0
  639. data/lib/fdx_v660_api/models/payment_initiation_party_create_response_entity.rb +85 -0
  640. data/lib/fdx_v660_api/models/payment_initiation_party_entity.rb +292 -0
  641. data/lib/fdx_v660_api/models/payment_initiation_party_method_create_response_entity.rb +78 -0
  642. data/lib/fdx_v660_api/models/payment_initiation_party_name_entity.rb +100 -0
  643. data/lib/fdx_v660_api/models/payment_initiation_party_name_entity1.rb +97 -0
  644. data/lib/fdx_v660_api/models/payment_initiation_party_name_entity3.rb +97 -0
  645. data/lib/fdx_v660_api/models/payment_initiation_party_summary_entity.rb +90 -0
  646. data/lib/fdx_v660_api/models/payment_initiation_party_to_payment_method_entity.rb +130 -0
  647. data/lib/fdx_v660_api/models/payment_method.rb +42 -0
  648. data/lib/fdx_v660_api/models/payment_method2.rb +42 -0
  649. data/lib/fdx_v660_api/models/payment_method_credit_account_entity.rb +111 -0
  650. data/lib/fdx_v660_api/models/payment_method_debit_account_entity.rb +100 -0
  651. data/lib/fdx_v660_api/models/payment_method_entity.rb +139 -0
  652. data/lib/fdx_v660_api/models/payment_method_entity2.rb +149 -0
  653. data/lib/fdx_v660_api/models/payment_method_id.rb +96 -0
  654. data/lib/fdx_v660_api/models/payment_method_system_code.rb +90 -0
  655. data/lib/fdx_v660_api/models/payment_method_system_proprietary.rb +85 -0
  656. data/lib/fdx_v660_api/models/payment_network_identifier_type.rb +47 -0
  657. data/lib/fdx_v660_api/models/payment_network_identifier_type1.rb +40 -0
  658. data/lib/fdx_v660_api/models/payment_network_identifier_type3.rb +41 -0
  659. data/lib/fdx_v660_api/models/payment_network_lifecycle_event_entity.rb +140 -0
  660. data/lib/fdx_v660_api/models/payment_network_lifecycle_events_entity.rb +85 -0
  661. data/lib/fdx_v660_api/models/payment_network_type.rb +80 -0
  662. data/lib/fdx_v660_api/models/payment_network_type1.rb +68 -0
  663. data/lib/fdx_v660_api/models/payment_network_type2.rb +68 -0
  664. data/lib/fdx_v660_api/models/payment_network_type4.rb +68 -0
  665. data/lib/fdx_v660_api/models/payment_status.rb +58 -0
  666. data/lib/fdx_v660_api/models/payment_status1.rb +52 -0
  667. data/lib/fdx_v660_api/models/payment_status3.rb +52 -0
  668. data/lib/fdx_v660_api/models/payments_entity.rb +113 -0
  669. data/lib/fdx_v660_api/models/payout_mode.rb +59 -0
  670. data/lib/fdx_v660_api/models/payout_mode2.rb +56 -0
  671. data/lib/fdx_v660_api/models/payout_type.rb +39 -0
  672. data/lib/fdx_v660_api/models/payout_type2.rb +36 -0
  673. data/lib/fdx_v660_api/models/payroll_frequency_type.rb +78 -0
  674. data/lib/fdx_v660_api/models/payroll_frequency_type1.rb +78 -0
  675. data/lib/fdx_v660_api/models/payroll_rate_type.rb +83 -0
  676. data/lib/fdx_v660_api/models/payroll_rate_type1.rb +82 -0
  677. data/lib/fdx_v660_api/models/payroll_rate_type3.rb +82 -0
  678. data/lib/fdx_v660_api/models/payroll_report_entity.rb +162 -0
  679. data/lib/fdx_v660_api/models/payroll_report_entity1.rb +163 -0
  680. data/lib/fdx_v660_api/models/payroll_report_list_entity.rb +114 -0
  681. data/lib/fdx_v660_api/models/payroll_report_list_entity1.rb +115 -0
  682. data/lib/fdx_v660_api/models/payroll_report_summary_entity.rb +160 -0
  683. data/lib/fdx_v660_api/models/payroll_report_type.rb +37 -0
  684. data/lib/fdx_v660_api/models/payroll_report_type1.rb +36 -0
  685. data/lib/fdx_v660_api/models/paystub_entity.rb +264 -0
  686. data/lib/fdx_v660_api/models/paystub_entity1.rb +104 -0
  687. data/lib/fdx_v660_api/models/paystub_entity2.rb +105 -0
  688. data/lib/fdx_v660_api/models/paystub_list_entity.rb +104 -0
  689. data/lib/fdx_v660_api/models/paystub_list_entity1.rb +105 -0
  690. data/lib/fdx_v660_api/models/paystub_source.rb +40 -0
  691. data/lib/fdx_v660_api/models/paystub_source2.rb +40 -0
  692. data/lib/fdx_v660_api/models/pension_source_entity.rb +136 -0
  693. data/lib/fdx_v660_api/models/period_certain_type.rb +52 -0
  694. data/lib/fdx_v660_api/models/period_certain_type2.rb +49 -0
  695. data/lib/fdx_v660_api/models/person_entity.rb +156 -0
  696. data/lib/fdx_v660_api/models/planned_availability_entity.rb +122 -0
  697. data/lib/fdx_v660_api/models/policy_premium_term_type.rb +36 -0
  698. data/lib/fdx_v660_api/models/policy_premium_term_type2.rb +36 -0
  699. data/lib/fdx_v660_api/models/policy_product_type.rb +39 -0
  700. data/lib/fdx_v660_api/models/policy_product_type2.rb +36 -0
  701. data/lib/fdx_v660_api/models/policy_status.rb +71 -0
  702. data/lib/fdx_v660_api/models/policy_status2.rb +60 -0
  703. data/lib/fdx_v660_api/models/portion_entity.rb +95 -0
  704. data/lib/fdx_v660_api/models/position_type.rb +36 -0
  705. data/lib/fdx_v660_api/models/position_type1.rb +36 -0
  706. data/lib/fdx_v660_api/models/promotion_entity.rb +231 -0
  707. data/lib/fdx_v660_api/models/proprietary_account_id_scheme_entity.rb +88 -0
  708. data/lib/fdx_v660_api/models/proprietary_financial_institution_id_scheme_entity.rb +86 -0
  709. data/lib/fdx_v660_api/models/recipient_provider.rb +313 -0
  710. data/lib/fdx_v660_api/models/recipient_record_at_ecosystem_registry.rb +238 -0
  711. data/lib/fdx_v660_api/models/recipient_records_at_ecosystem_registry.rb +105 -0
  712. data/lib/fdx_v660_api/models/recipient_request.rb +229 -0
  713. data/lib/fdx_v660_api/models/recurring_payment_duration_entity.rb +96 -0
  714. data/lib/fdx_v660_api/models/recurring_payment_duration_entity2.rb +96 -0
  715. data/lib/fdx_v660_api/models/recurring_payment_duration_type.rb +41 -0
  716. data/lib/fdx_v660_api/models/recurring_payment_duration_type2.rb +40 -0
  717. data/lib/fdx_v660_api/models/recurring_payment_entity.rb +241 -0
  718. data/lib/fdx_v660_api/models/recurring_payment_for_update_entity.rb +144 -0
  719. data/lib/fdx_v660_api/models/recurring_payment_for_update_entity1.rb +143 -0
  720. data/lib/fdx_v660_api/models/recurring_payment_for_update_entity2.rb +143 -0
  721. data/lib/fdx_v660_api/models/recurring_payment_status.rb +48 -0
  722. data/lib/fdx_v660_api/models/recurring_payment_status2.rb +44 -0
  723. data/lib/fdx_v660_api/models/recurring_payments_entity.rb +113 -0
  724. data/lib/fdx_v660_api/models/regional_tax_withholding.rb +136 -0
  725. data/lib/fdx_v660_api/models/registry.rb +44 -0
  726. data/lib/fdx_v660_api/models/registry2.rb +44 -0
  727. data/lib/fdx_v660_api/models/registry3.rb +45 -0
  728. data/lib/fdx_v660_api/models/registry_reference.rb +102 -0
  729. data/lib/fdx_v660_api/models/remittance.rb +175 -0
  730. data/lib/fdx_v660_api/models/remittance2.rb +185 -0
  731. data/lib/fdx_v660_api/models/remittance_party.rb +87 -0
  732. data/lib/fdx_v660_api/models/remittance_party1.rb +99 -0
  733. data/lib/fdx_v660_api/models/remittance_party3.rb +98 -0
  734. data/lib/fdx_v660_api/models/remittance_status.rb +48 -0
  735. data/lib/fdx_v660_api/models/remittance_status2.rb +49 -0
  736. data/lib/fdx_v660_api/models/rental_income_statement.rb +436 -0
  737. data/lib/fdx_v660_api/models/request_for_payment_entity.rb +205 -0
  738. data/lib/fdx_v660_api/models/request_for_payment_status.rb +74 -0
  739. data/lib/fdx_v660_api/models/request_for_payment_status2.rb +64 -0
  740. data/lib/fdx_v660_api/models/request_for_payment_summary_entity.rb +158 -0
  741. data/lib/fdx_v660_api/models/request_for_payments_entity.rb +113 -0
  742. data/lib/fdx_v660_api/models/result_type.rb +39 -0
  743. data/lib/fdx_v660_api/models/result_type1.rb +37 -0
  744. data/lib/fdx_v660_api/models/retirement_plan_type.rb +57 -0
  745. data/lib/fdx_v660_api/models/retirement_plan_type2.rb +56 -0
  746. data/lib/fdx_v660_api/models/revocation_request_entity.rb +96 -0
  747. data/lib/fdx_v660_api/models/reward_balance_entity.rb +154 -0
  748. data/lib/fdx_v660_api/models/reward_categories_entity.rb +104 -0
  749. data/lib/fdx_v660_api/models/reward_category_entity.rb +136 -0
  750. data/lib/fdx_v660_api/models/reward_program_entity.rb +136 -0
  751. data/lib/fdx_v660_api/models/reward_program_membership_entity.rb +158 -0
  752. data/lib/fdx_v660_api/models/reward_programs_entity.rb +104 -0
  753. data/lib/fdx_v660_api/models/reward_transactions_entity.rb +105 -0
  754. data/lib/fdx_v660_api/models/reward_type.rb +44 -0
  755. data/lib/fdx_v660_api/models/reward_type1.rb +40 -0
  756. data/lib/fdx_v660_api/models/rewards_terms_and_conditions_entity.rb +258 -0
  757. data/lib/fdx_v660_api/models/rewards_terms_and_conditions_entity2.rb +269 -0
  758. data/lib/fdx_v660_api/models/royalty_income_statement.rb +436 -0
  759. data/lib/fdx_v660_api/models/sale_proceeds_type.rb +36 -0
  760. data/lib/fdx_v660_api/models/sale_proceeds_type1.rb +36 -0
  761. data/lib/fdx_v660_api/models/sale_proceeds_type3.rb +36 -0
  762. data/lib/fdx_v660_api/models/sale_term_type.rb +36 -0
  763. data/lib/fdx_v660_api/models/sale_term_type1.rb +36 -0
  764. data/lib/fdx_v660_api/models/sale_term_type2.rb +36 -0
  765. data/lib/fdx_v660_api/models/sale_term_type4.rb +36 -0
  766. data/lib/fdx_v660_api/models/scheduled_payment_entity.rb +116 -0
  767. data/lib/fdx_v660_api/models/scheduled_payment_type.rb +40 -0
  768. data/lib/fdx_v660_api/models/scheduled_payment_type2.rb +40 -0
  769. data/lib/fdx_v660_api/models/secured.rb +36 -0
  770. data/lib/fdx_v660_api/models/secured2.rb +36 -0
  771. data/lib/fdx_v660_api/models/security_category.rb +68 -0
  772. data/lib/fdx_v660_api/models/security_category1.rb +26 -0
  773. data/lib/fdx_v660_api/models/security_category11.rb +26 -0
  774. data/lib/fdx_v660_api/models/security_category2.rb +26 -0
  775. data/lib/fdx_v660_api/models/security_category3.rb +26 -0
  776. data/lib/fdx_v660_api/models/security_category4.rb +26 -0
  777. data/lib/fdx_v660_api/models/security_category5.rb +26 -0
  778. data/lib/fdx_v660_api/models/security_category6.rb +26 -0
  779. data/lib/fdx_v660_api/models/security_category7.rb +26 -0
  780. data/lib/fdx_v660_api/models/security_category8.rb +26 -0
  781. data/lib/fdx_v660_api/models/security_category9.rb +26 -0
  782. data/lib/fdx_v660_api/models/security_detail_irs_form1099_b.rb +437 -0
  783. data/lib/fdx_v660_api/models/security_entity.rb +118 -0
  784. data/lib/fdx_v660_api/models/security_id_entity.rb +95 -0
  785. data/lib/fdx_v660_api/models/security_id_type.rb +87 -0
  786. data/lib/fdx_v660_api/models/security_id_type1.rb +76 -0
  787. data/lib/fdx_v660_api/models/state_and_local_tax_withholding.rb +95 -0
  788. data/lib/fdx_v660_api/models/state_and_local_tax_withholding1.rb +95 -0
  789. data/lib/fdx_v660_api/models/state_and_local_tax_withholding2.rb +95 -0
  790. data/lib/fdx_v660_api/models/state_code.rb +286 -0
  791. data/lib/fdx_v660_api/models/state_code1.rb +276 -0
  792. data/lib/fdx_v660_api/models/state_exempt_income.rb +95 -0
  793. data/lib/fdx_v660_api/models/state_tax_withholding.rb +95 -0
  794. data/lib/fdx_v660_api/models/state_tax_withholding2.rb +95 -0
  795. data/lib/fdx_v660_api/models/statement_encoded_entity.rb +160 -0
  796. data/lib/fdx_v660_api/models/statement_encoded_entity1.rb +161 -0
  797. data/lib/fdx_v660_api/models/statement_entity.rb +135 -0
  798. data/lib/fdx_v660_api/models/stock_security_entity.rb +159 -0
  799. data/lib/fdx_v660_api/models/stock_type.rb +44 -0
  800. data/lib/fdx_v660_api/models/stock_type2.rb +44 -0
  801. data/lib/fdx_v660_api/models/sub_account_type.rb +44 -0
  802. data/lib/fdx_v660_api/models/sub_account_type1.rb +44 -0
  803. data/lib/fdx_v660_api/models/sub_account_type2.rb +44 -0
  804. data/lib/fdx_v660_api/models/sub_account_type4.rb +44 -0
  805. data/lib/fdx_v660_api/models/supplemental_status.rb +64 -0
  806. data/lib/fdx_v660_api/models/supplemental_status2.rb +64 -0
  807. data/lib/fdx_v660_api/models/suspected_fraud_incident_entity.rb +133 -0
  808. data/lib/fdx_v660_api/models/sweep_security_entity.rb +147 -0
  809. data/lib/fdx_v660_api/models/synchronizable_array_entity.rb +96 -0
  810. data/lib/fdx_v660_api/models/synchronizable_array_links_entity.rb +95 -0
  811. data/lib/fdx_v660_api/models/synchronizable_array_links_entity2.rb +95 -0
  812. data/lib/fdx_v660_api/models/tax.rb +218 -0
  813. data/lib/fdx_v660_api/models/tax_data.rb +706 -0
  814. data/lib/fdx_v660_api/models/tax_data_for_qr.rb +726 -0
  815. data/lib/fdx_v660_api/models/tax_exempt_income_state_allocation.rb +106 -0
  816. data/lib/fdx_v660_api/models/tax_form_address.rb +166 -0
  817. data/lib/fdx_v660_api/models/tax_form_address1.rb +165 -0
  818. data/lib/fdx_v660_api/models/tax_form_address3.rb +165 -0
  819. data/lib/fdx_v660_api/models/tax_form_address5.rb +165 -0
  820. data/lib/fdx_v660_api/models/tax_form_attribute.rb +106 -0
  821. data/lib/fdx_v660_api/models/tax_lot_entity.rb +140 -0
  822. data/lib/fdx_v660_api/models/tax_party.rb +141 -0
  823. data/lib/fdx_v660_api/models/tax_party1.rb +143 -0
  824. data/lib/fdx_v660_api/models/tax_party2.rb +141 -0
  825. data/lib/fdx_v660_api/models/tax_party3.rb +141 -0
  826. data/lib/fdx_v660_api/models/tax_party4.rb +141 -0
  827. data/lib/fdx_v660_api/models/tax_party5.rb +141 -0
  828. data/lib/fdx_v660_api/models/tax_party6.rb +142 -0
  829. data/lib/fdx_v660_api/models/tax_party8.rb +142 -0
  830. data/lib/fdx_v660_api/models/tax_party_type.rb +36 -0
  831. data/lib/fdx_v660_api/models/tax_party_type2.rb +37 -0
  832. data/lib/fdx_v660_api/models/tax_refund_direct_deposit.rb +108 -0
  833. data/lib/fdx_v660_api/models/tax_refund_direct_deposit2.rb +108 -0
  834. data/lib/fdx_v660_api/models/tax_statement.rb +274 -0
  835. data/lib/fdx_v660_api/models/tax_statement1.rb +275 -0
  836. data/lib/fdx_v660_api/models/tax_statement2.rb +275 -0
  837. data/lib/fdx_v660_api/models/tax_statement4.rb +275 -0
  838. data/lib/fdx_v660_api/models/tax_statement6.rb +275 -0
  839. data/lib/fdx_v660_api/models/tax_statement_list.rb +85 -0
  840. data/lib/fdx_v660_api/models/telephone_network.rb +49 -0
  841. data/lib/fdx_v660_api/models/telephone_number.rb +130 -0
  842. data/lib/fdx_v660_api/models/telephone_number2.rb +130 -0
  843. data/lib/fdx_v660_api/models/telephone_number3.rb +130 -0
  844. data/lib/fdx_v660_api/models/telephone_number_plus_extension.rb +141 -0
  845. data/lib/fdx_v660_api/models/telephone_number_plus_extension1.rb +130 -0
  846. data/lib/fdx_v660_api/models/telephone_number_plus_extension2.rb +130 -0
  847. data/lib/fdx_v660_api/models/telephone_number_plus_extension3.rb +130 -0
  848. data/lib/fdx_v660_api/models/telephone_number_purpose.rb +54 -0
  849. data/lib/fdx_v660_api/models/telephone_number_purpose2.rb +54 -0
  850. data/lib/fdx_v660_api/models/terms_and_conditions_common_elements.rb +238 -0
  851. data/lib/fdx_v660_api/models/terms_and_conditions_uri_entity.rb +142 -0
  852. data/lib/fdx_v660_api/models/time_and_occurrence_based_transfer_limits.rb +115 -0
  853. data/lib/fdx_v660_api/models/time_and_occurrence_based_transfer_limits1.rb +115 -0
  854. data/lib/fdx_v660_api/models/time_and_occurrence_based_transfer_limits3.rb +115 -0
  855. data/lib/fdx_v660_api/models/timeframe_based_limits_for_a_payment_network.rb +139 -0
  856. data/lib/fdx_v660_api/models/timeframe_based_limits_for_a_payment_network1.rb +138 -0
  857. data/lib/fdx_v660_api/models/timeframe_based_limits_for_a_payment_network2.rb +138 -0
  858. data/lib/fdx_v660_api/models/timeframe_based_limits_for_a_payment_network3.rb +138 -0
  859. data/lib/fdx_v660_api/models/timeframe_based_limits_for_a_payment_network5.rb +138 -0
  860. data/lib/fdx_v660_api/models/transaction.rb +449 -0
  861. data/lib/fdx_v660_api/models/transaction_limit.rb +97 -0
  862. data/lib/fdx_v660_api/models/transaction_payee_entity.rb +120 -0
  863. data/lib/fdx_v660_api/models/transaction_payee_entity1.rb +129 -0
  864. data/lib/fdx_v660_api/models/transaction_payee_entity3.rb +129 -0
  865. data/lib/fdx_v660_api/models/transaction_reason.rb +40 -0
  866. data/lib/fdx_v660_api/models/transaction_reason2.rb +41 -0
  867. data/lib/fdx_v660_api/models/transaction_reward_entity.rb +117 -0
  868. data/lib/fdx_v660_api/models/transaction_status.rb +44 -0
  869. data/lib/fdx_v660_api/models/transaction_status2.rb +44 -0
  870. data/lib/fdx_v660_api/models/transaction_summary.rb +258 -0
  871. data/lib/fdx_v660_api/models/transactions_entity.rb +109 -0
  872. data/lib/fdx_v660_api/models/transfer_entity.rb +182 -0
  873. data/lib/fdx_v660_api/models/transfer_for_create_entity.rb +141 -0
  874. data/lib/fdx_v660_api/models/transfer_for_create_entity1.rb +141 -0
  875. data/lib/fdx_v660_api/models/transfer_for_create_entity2.rb +141 -0
  876. data/lib/fdx_v660_api/models/transfer_out_use_case.rb +36 -0
  877. data/lib/fdx_v660_api/models/transfers_entity.rb +113 -0
  878. data/lib/fdx_v660_api/models/treasury_management_type.rb +45 -0
  879. data/lib/fdx_v660_api/models/type_data_type.rb +39 -0
  880. data/lib/fdx_v660_api/models/type_data_type2.rb +37 -0
  881. data/lib/fdx_v660_api/models/type_form_type.rb +260 -0
  882. data/lib/fdx_v660_api/models/type_form_type1.rb +260 -0
  883. data/lib/fdx_v660_api/models/unit_type.rb +36 -0
  884. data/lib/fdx_v660_api/models/unit_type1.rb +36 -0
  885. data/lib/fdx_v660_api/models/unit_type3.rb +36 -0
  886. data/lib/fdx_v660_api/models/update_reason.rb +44 -0
  887. data/lib/fdx_v660_api/models/update_reason2.rb +45 -0
  888. data/lib/fdx_v660_api/models/updates_metadata_entity.rb +77 -0
  889. data/lib/fdx_v660_api/models/updates_metadata_entity2.rb +77 -0
  890. data/lib/fdx_v660_api/models/uri_content_type.rb +39 -0
  891. data/lib/fdx_v660_api/models/uri_content_type2.rb +36 -0
  892. data/lib/fdx_v660_api/models/us_agency_type.rb +53 -0
  893. data/lib/fdx_v660_api/models/us_agency_type2.rb +52 -0
  894. data/lib/fdx_v660_api/models/us_government_security_income.rb +106 -0
  895. data/lib/fdx_v660_api/models/us_government_security_income1.rb +97 -0
  896. data/lib/fdx_v660_api/models/vesting_entity.rb +186 -0
  897. data/lib/fdx_v660_api/utilities/date_time_helper.rb +11 -0
  898. data/lib/fdx_v660_api/utilities/file_wrapper.rb +28 -0
  899. data/lib/fdx_v660_api/utilities/union_type_lookup.rb +263 -0
  900. data/lib/fdx_v660_api.rb +957 -0
  901. metadata +984 -0
@@ -0,0 +1,218 @@
1
+ # fdx_v660_api
2
+ #
3
+ # This file was automatically generated by APIMATIC v3.0 (
4
+ # https://www.apimatic.io ).
5
+
6
+ module FdxV660Api
7
+ # Supplemental other income information for Form 1065 Schedule K-1 box 11 code
8
+ # F and 1120-S Schedule K-1 box 10 code I
9
+ class K1OtherIncome < BaseModel
10
+ SKIP = Object.new
11
+ private_constant :SKIP
12
+
13
+ # Real Estate Mortgage Investment Conduit (REMIC) taxable income (loss)
14
+ # included in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
15
+ # @return [Float]
16
+ attr_accessor :remic_taxable_income
17
+
18
+ # Real Estate Mortgage Investment Conduit (REMIC) excess inclusion included
19
+ # in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
20
+ # @return [Float]
21
+ attr_accessor :remic_excess_inclusion
22
+
23
+ # Real Estate Mortgage Investment Conduit (REMIC) section 212 expenses
24
+ # included in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
25
+ # @return [Float]
26
+ attr_accessor :remic_section212
27
+
28
+ # Recoveries of tax benefit items
29
+ # @return [Float]
30
+ attr_accessor :recoveries
31
+
32
+ # Gambling winnings included in 1065 K-1 box 11 code F or 1120-S K-1 box 10
33
+ # code I
34
+ # @return [Float]
35
+ attr_accessor :gambling_winnings
36
+
37
+ # Gambling losses included in 1065 K-1 box 11 code F or 1120-S K-1 box 10
38
+ # code I
39
+ # @return [Float]
40
+ attr_accessor :gambling_losses
41
+
42
+ # Section 751(b) receivables, inventory
43
+ # @return [Float]
44
+ attr_accessor :section751b
45
+
46
+ # Specially allocated ordinary gain (loss) included in 1065 K-1 box 11 code
47
+ # F or 1120-S K-1 box 10 code I
48
+ # @return [Float]
49
+ attr_accessor :specially_allocated_ordinary
50
+
51
+ # Specially allocated net short-term capital gain (loss) included in 1065
52
+ # K-1 box 11 code F or 1120-S K-1 box 10 code I
53
+ # @return [Float]
54
+ attr_accessor :specially_allocated_short_term
55
+
56
+ # Specially allocated net long-term capital gain (loss) included in 1065 K-1
57
+ # box 11 code F or 1120-S K-1 box 10 code I
58
+ # @return [Float]
59
+ attr_accessor :specially_allocated_long_term
60
+
61
+ # Specially allocated 28% rate included in net long-term gain (loss)
62
+ # included in 1065 K-1 box 11 code F or 1120-S K-1 box 10 code I
63
+ # @return [Float]
64
+ attr_accessor :specially_allocated28_percent
65
+
66
+ # A mapping from model property names to API property names.
67
+ def self.names
68
+ @_hash = {} if @_hash.nil?
69
+ @_hash['remic_taxable_income'] = 'remicTaxableIncome'
70
+ @_hash['remic_excess_inclusion'] = 'remicExcessInclusion'
71
+ @_hash['remic_section212'] = 'remicSection212'
72
+ @_hash['recoveries'] = 'recoveries'
73
+ @_hash['gambling_winnings'] = 'gamblingWinnings'
74
+ @_hash['gambling_losses'] = 'gamblingLosses'
75
+ @_hash['section751b'] = 'section751b'
76
+ @_hash['specially_allocated_ordinary'] = 'speciallyAllocatedOrdinary'
77
+ @_hash['specially_allocated_short_term'] = 'speciallyAllocatedShortTerm'
78
+ @_hash['specially_allocated_long_term'] = 'speciallyAllocatedLongTerm'
79
+ @_hash['specially_allocated28_percent'] = 'speciallyAllocated28Percent'
80
+ @_hash
81
+ end
82
+
83
+ # An array for optional fields
84
+ def self.optionals
85
+ %w[
86
+ remic_taxable_income
87
+ remic_excess_inclusion
88
+ remic_section212
89
+ recoveries
90
+ gambling_winnings
91
+ gambling_losses
92
+ section751b
93
+ specially_allocated_ordinary
94
+ specially_allocated_short_term
95
+ specially_allocated_long_term
96
+ specially_allocated28_percent
97
+ ]
98
+ end
99
+
100
+ # An array for nullable fields
101
+ def self.nullables
102
+ []
103
+ end
104
+
105
+ def initialize(remic_taxable_income: SKIP, remic_excess_inclusion: SKIP,
106
+ remic_section212: SKIP, recoveries: SKIP,
107
+ gambling_winnings: SKIP, gambling_losses: SKIP,
108
+ section751b: SKIP, specially_allocated_ordinary: SKIP,
109
+ specially_allocated_short_term: SKIP,
110
+ specially_allocated_long_term: SKIP,
111
+ specially_allocated28_percent: SKIP,
112
+ additional_properties: nil)
113
+ # Add additional model properties to the instance
114
+ additional_properties = {} if additional_properties.nil?
115
+
116
+ @remic_taxable_income = remic_taxable_income unless remic_taxable_income == SKIP
117
+ @remic_excess_inclusion = remic_excess_inclusion unless remic_excess_inclusion == SKIP
118
+ @remic_section212 = remic_section212 unless remic_section212 == SKIP
119
+ @recoveries = recoveries unless recoveries == SKIP
120
+ @gambling_winnings = gambling_winnings unless gambling_winnings == SKIP
121
+ @gambling_losses = gambling_losses unless gambling_losses == SKIP
122
+ @section751b = section751b unless section751b == SKIP
123
+ unless specially_allocated_ordinary == SKIP
124
+ @specially_allocated_ordinary =
125
+ specially_allocated_ordinary
126
+ end
127
+ unless specially_allocated_short_term == SKIP
128
+ @specially_allocated_short_term =
129
+ specially_allocated_short_term
130
+ end
131
+ unless specially_allocated_long_term == SKIP
132
+ @specially_allocated_long_term =
133
+ specially_allocated_long_term
134
+ end
135
+ unless specially_allocated28_percent == SKIP
136
+ @specially_allocated28_percent =
137
+ specially_allocated28_percent
138
+ end
139
+ @additional_properties = additional_properties
140
+ end
141
+
142
+ # Creates an instance of the object from a hash.
143
+ def self.from_hash(hash)
144
+ return nil unless hash
145
+
146
+ # Extract variables from the hash.
147
+ remic_taxable_income =
148
+ hash.key?('remicTaxableIncome') ? hash['remicTaxableIncome'] : SKIP
149
+ remic_excess_inclusion =
150
+ hash.key?('remicExcessInclusion') ? hash['remicExcessInclusion'] : SKIP
151
+ remic_section212 =
152
+ hash.key?('remicSection212') ? hash['remicSection212'] : SKIP
153
+ recoveries = hash.key?('recoveries') ? hash['recoveries'] : SKIP
154
+ gambling_winnings =
155
+ hash.key?('gamblingWinnings') ? hash['gamblingWinnings'] : SKIP
156
+ gambling_losses =
157
+ hash.key?('gamblingLosses') ? hash['gamblingLosses'] : SKIP
158
+ section751b = hash.key?('section751b') ? hash['section751b'] : SKIP
159
+ specially_allocated_ordinary =
160
+ hash.key?('speciallyAllocatedOrdinary') ? hash['speciallyAllocatedOrdinary'] : SKIP
161
+ specially_allocated_short_term =
162
+ hash.key?('speciallyAllocatedShortTerm') ? hash['speciallyAllocatedShortTerm'] : SKIP
163
+ specially_allocated_long_term =
164
+ hash.key?('speciallyAllocatedLongTerm') ? hash['speciallyAllocatedLongTerm'] : SKIP
165
+ specially_allocated28_percent =
166
+ hash.key?('speciallyAllocated28Percent') ? hash['speciallyAllocated28Percent'] : SKIP
167
+
168
+ # Create a new hash for additional properties, removing known properties.
169
+ new_hash = hash.reject { |k, _| names.value?(k) }
170
+
171
+ additional_properties = APIHelper.get_additional_properties(
172
+ new_hash, proc { |value| value }
173
+ )
174
+
175
+ # Create object from extracted values.
176
+ K1OtherIncome.new(remic_taxable_income: remic_taxable_income,
177
+ remic_excess_inclusion: remic_excess_inclusion,
178
+ remic_section212: remic_section212,
179
+ recoveries: recoveries,
180
+ gambling_winnings: gambling_winnings,
181
+ gambling_losses: gambling_losses,
182
+ section751b: section751b,
183
+ specially_allocated_ordinary: specially_allocated_ordinary,
184
+ specially_allocated_short_term: specially_allocated_short_term,
185
+ specially_allocated_long_term: specially_allocated_long_term,
186
+ specially_allocated28_percent: specially_allocated28_percent,
187
+ additional_properties: additional_properties)
188
+ end
189
+
190
+ # Provides a human-readable string representation of the object.
191
+ def to_s
192
+ class_name = self.class.name.split('::').last
193
+ "<#{class_name} remic_taxable_income: #{@remic_taxable_income}, remic_excess_inclusion:"\
194
+ " #{@remic_excess_inclusion}, remic_section212: #{@remic_section212}, recoveries:"\
195
+ " #{@recoveries}, gambling_winnings: #{@gambling_winnings}, gambling_losses:"\
196
+ " #{@gambling_losses}, section751b: #{@section751b}, specially_allocated_ordinary:"\
197
+ " #{@specially_allocated_ordinary}, specially_allocated_short_term:"\
198
+ " #{@specially_allocated_short_term}, specially_allocated_long_term:"\
199
+ " #{@specially_allocated_long_term}, specially_allocated28_percent:"\
200
+ " #{@specially_allocated28_percent}, additional_properties: #{@additional_properties}>"
201
+ end
202
+
203
+ # Provides a debugging-friendly string with detailed object information.
204
+ def inspect
205
+ class_name = self.class.name.split('::').last
206
+ "<#{class_name} remic_taxable_income: #{@remic_taxable_income.inspect},"\
207
+ " remic_excess_inclusion: #{@remic_excess_inclusion.inspect}, remic_section212:"\
208
+ " #{@remic_section212.inspect}, recoveries: #{@recoveries.inspect}, gambling_winnings:"\
209
+ " #{@gambling_winnings.inspect}, gambling_losses: #{@gambling_losses.inspect}, section751b:"\
210
+ " #{@section751b.inspect}, specially_allocated_ordinary:"\
211
+ " #{@specially_allocated_ordinary.inspect}, specially_allocated_short_term:"\
212
+ " #{@specially_allocated_short_term.inspect}, specially_allocated_long_term:"\
213
+ " #{@specially_allocated_long_term.inspect}, specially_allocated28_percent:"\
214
+ " #{@specially_allocated28_percent.inspect}, additional_properties:"\
215
+ " #{@additional_properties}>"
216
+ end
217
+ end
218
+ end
@@ -0,0 +1,217 @@
1
+ # fdx_v660_api
2
+ #
3
+ # This file was automatically generated by APIMATIC v3.0 (
4
+ # https://www.apimatic.io ).
5
+
6
+ module FdxV660Api
7
+ # Schedule K-1 Supplemental Other Income Information
8
+ class K1OtherIncome1 < BaseModel
9
+ SKIP = Object.new
10
+ private_constant :SKIP
11
+
12
+ # Real Estate Mortgage Investment Conduit (REMIC) taxable income (loss)
13
+ # included in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
14
+ # @return [Float]
15
+ attr_accessor :remic_taxable_income
16
+
17
+ # Real Estate Mortgage Investment Conduit (REMIC) excess inclusion included
18
+ # in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
19
+ # @return [Float]
20
+ attr_accessor :remic_excess_inclusion
21
+
22
+ # Real Estate Mortgage Investment Conduit (REMIC) section 212 expenses
23
+ # included in 1065 K-1 box 11 code A or 1120-S K-1 box 10 code A
24
+ # @return [Float]
25
+ attr_accessor :remic_section212
26
+
27
+ # Recoveries of tax benefit items
28
+ # @return [Float]
29
+ attr_accessor :recoveries
30
+
31
+ # Gambling winnings included in 1065 K-1 box 11 code F or 1120-S K-1 box 10
32
+ # code I
33
+ # @return [Float]
34
+ attr_accessor :gambling_winnings
35
+
36
+ # Gambling losses included in 1065 K-1 box 11 code F or 1120-S K-1 box 10
37
+ # code I
38
+ # @return [Float]
39
+ attr_accessor :gambling_losses
40
+
41
+ # Section 751(b) receivables, inventory
42
+ # @return [Float]
43
+ attr_accessor :section751b
44
+
45
+ # Specially allocated ordinary gain (loss) included in 1065 K-1 box 11 code
46
+ # F or 1120-S K-1 box 10 code I
47
+ # @return [Float]
48
+ attr_accessor :specially_allocated_ordinary
49
+
50
+ # Specially allocated net short-term capital gain (loss) included in 1065
51
+ # K-1 box 11 code F or 1120-S K-1 box 10 code I
52
+ # @return [Float]
53
+ attr_accessor :specially_allocated_short_term
54
+
55
+ # Specially allocated net long-term capital gain (loss) included in 1065 K-1
56
+ # box 11 code F or 1120-S K-1 box 10 code I
57
+ # @return [Float]
58
+ attr_accessor :specially_allocated_long_term
59
+
60
+ # Specially allocated 28% rate included in net long-term gain (loss)
61
+ # included in 1065 K-1 box 11 code F or 1120-S K-1 box 10 code I
62
+ # @return [Float]
63
+ attr_accessor :specially_allocated28_percent
64
+
65
+ # A mapping from model property names to API property names.
66
+ def self.names
67
+ @_hash = {} if @_hash.nil?
68
+ @_hash['remic_taxable_income'] = 'remicTaxableIncome'
69
+ @_hash['remic_excess_inclusion'] = 'remicExcessInclusion'
70
+ @_hash['remic_section212'] = 'remicSection212'
71
+ @_hash['recoveries'] = 'recoveries'
72
+ @_hash['gambling_winnings'] = 'gamblingWinnings'
73
+ @_hash['gambling_losses'] = 'gamblingLosses'
74
+ @_hash['section751b'] = 'section751b'
75
+ @_hash['specially_allocated_ordinary'] = 'speciallyAllocatedOrdinary'
76
+ @_hash['specially_allocated_short_term'] = 'speciallyAllocatedShortTerm'
77
+ @_hash['specially_allocated_long_term'] = 'speciallyAllocatedLongTerm'
78
+ @_hash['specially_allocated28_percent'] = 'speciallyAllocated28Percent'
79
+ @_hash
80
+ end
81
+
82
+ # An array for optional fields
83
+ def self.optionals
84
+ %w[
85
+ remic_taxable_income
86
+ remic_excess_inclusion
87
+ remic_section212
88
+ recoveries
89
+ gambling_winnings
90
+ gambling_losses
91
+ section751b
92
+ specially_allocated_ordinary
93
+ specially_allocated_short_term
94
+ specially_allocated_long_term
95
+ specially_allocated28_percent
96
+ ]
97
+ end
98
+
99
+ # An array for nullable fields
100
+ def self.nullables
101
+ []
102
+ end
103
+
104
+ def initialize(remic_taxable_income: SKIP, remic_excess_inclusion: SKIP,
105
+ remic_section212: SKIP, recoveries: SKIP,
106
+ gambling_winnings: SKIP, gambling_losses: SKIP,
107
+ section751b: SKIP, specially_allocated_ordinary: SKIP,
108
+ specially_allocated_short_term: SKIP,
109
+ specially_allocated_long_term: SKIP,
110
+ specially_allocated28_percent: SKIP,
111
+ additional_properties: nil)
112
+ # Add additional model properties to the instance
113
+ additional_properties = {} if additional_properties.nil?
114
+
115
+ @remic_taxable_income = remic_taxable_income unless remic_taxable_income == SKIP
116
+ @remic_excess_inclusion = remic_excess_inclusion unless remic_excess_inclusion == SKIP
117
+ @remic_section212 = remic_section212 unless remic_section212 == SKIP
118
+ @recoveries = recoveries unless recoveries == SKIP
119
+ @gambling_winnings = gambling_winnings unless gambling_winnings == SKIP
120
+ @gambling_losses = gambling_losses unless gambling_losses == SKIP
121
+ @section751b = section751b unless section751b == SKIP
122
+ unless specially_allocated_ordinary == SKIP
123
+ @specially_allocated_ordinary =
124
+ specially_allocated_ordinary
125
+ end
126
+ unless specially_allocated_short_term == SKIP
127
+ @specially_allocated_short_term =
128
+ specially_allocated_short_term
129
+ end
130
+ unless specially_allocated_long_term == SKIP
131
+ @specially_allocated_long_term =
132
+ specially_allocated_long_term
133
+ end
134
+ unless specially_allocated28_percent == SKIP
135
+ @specially_allocated28_percent =
136
+ specially_allocated28_percent
137
+ end
138
+ @additional_properties = additional_properties
139
+ end
140
+
141
+ # Creates an instance of the object from a hash.
142
+ def self.from_hash(hash)
143
+ return nil unless hash
144
+
145
+ # Extract variables from the hash.
146
+ remic_taxable_income =
147
+ hash.key?('remicTaxableIncome') ? hash['remicTaxableIncome'] : SKIP
148
+ remic_excess_inclusion =
149
+ hash.key?('remicExcessInclusion') ? hash['remicExcessInclusion'] : SKIP
150
+ remic_section212 =
151
+ hash.key?('remicSection212') ? hash['remicSection212'] : SKIP
152
+ recoveries = hash.key?('recoveries') ? hash['recoveries'] : SKIP
153
+ gambling_winnings =
154
+ hash.key?('gamblingWinnings') ? hash['gamblingWinnings'] : SKIP
155
+ gambling_losses =
156
+ hash.key?('gamblingLosses') ? hash['gamblingLosses'] : SKIP
157
+ section751b = hash.key?('section751b') ? hash['section751b'] : SKIP
158
+ specially_allocated_ordinary =
159
+ hash.key?('speciallyAllocatedOrdinary') ? hash['speciallyAllocatedOrdinary'] : SKIP
160
+ specially_allocated_short_term =
161
+ hash.key?('speciallyAllocatedShortTerm') ? hash['speciallyAllocatedShortTerm'] : SKIP
162
+ specially_allocated_long_term =
163
+ hash.key?('speciallyAllocatedLongTerm') ? hash['speciallyAllocatedLongTerm'] : SKIP
164
+ specially_allocated28_percent =
165
+ hash.key?('speciallyAllocated28Percent') ? hash['speciallyAllocated28Percent'] : SKIP
166
+
167
+ # Create a new hash for additional properties, removing known properties.
168
+ new_hash = hash.reject { |k, _| names.value?(k) }
169
+
170
+ additional_properties = APIHelper.get_additional_properties(
171
+ new_hash, proc { |value| value }
172
+ )
173
+
174
+ # Create object from extracted values.
175
+ K1OtherIncome1.new(remic_taxable_income: remic_taxable_income,
176
+ remic_excess_inclusion: remic_excess_inclusion,
177
+ remic_section212: remic_section212,
178
+ recoveries: recoveries,
179
+ gambling_winnings: gambling_winnings,
180
+ gambling_losses: gambling_losses,
181
+ section751b: section751b,
182
+ specially_allocated_ordinary: specially_allocated_ordinary,
183
+ specially_allocated_short_term: specially_allocated_short_term,
184
+ specially_allocated_long_term: specially_allocated_long_term,
185
+ specially_allocated28_percent: specially_allocated28_percent,
186
+ additional_properties: additional_properties)
187
+ end
188
+
189
+ # Provides a human-readable string representation of the object.
190
+ def to_s
191
+ class_name = self.class.name.split('::').last
192
+ "<#{class_name} remic_taxable_income: #{@remic_taxable_income}, remic_excess_inclusion:"\
193
+ " #{@remic_excess_inclusion}, remic_section212: #{@remic_section212}, recoveries:"\
194
+ " #{@recoveries}, gambling_winnings: #{@gambling_winnings}, gambling_losses:"\
195
+ " #{@gambling_losses}, section751b: #{@section751b}, specially_allocated_ordinary:"\
196
+ " #{@specially_allocated_ordinary}, specially_allocated_short_term:"\
197
+ " #{@specially_allocated_short_term}, specially_allocated_long_term:"\
198
+ " #{@specially_allocated_long_term}, specially_allocated28_percent:"\
199
+ " #{@specially_allocated28_percent}, additional_properties: #{@additional_properties}>"
200
+ end
201
+
202
+ # Provides a debugging-friendly string with detailed object information.
203
+ def inspect
204
+ class_name = self.class.name.split('::').last
205
+ "<#{class_name} remic_taxable_income: #{@remic_taxable_income.inspect},"\
206
+ " remic_excess_inclusion: #{@remic_excess_inclusion.inspect}, remic_section212:"\
207
+ " #{@remic_section212.inspect}, recoveries: #{@recoveries.inspect}, gambling_winnings:"\
208
+ " #{@gambling_winnings.inspect}, gambling_losses: #{@gambling_losses.inspect}, section751b:"\
209
+ " #{@section751b.inspect}, specially_allocated_ordinary:"\
210
+ " #{@specially_allocated_ordinary.inspect}, specially_allocated_short_term:"\
211
+ " #{@specially_allocated_short_term.inspect}, specially_allocated_long_term:"\
212
+ " #{@specially_allocated_long_term.inspect}, specially_allocated28_percent:"\
213
+ " #{@specially_allocated28_percent.inspect}, additional_properties:"\
214
+ " #{@additional_properties}>"
215
+ end
216
+ end
217
+ end
@@ -0,0 +1,199 @@
1
+ # fdx_v660_api
2
+ #
3
+ # This file was automatically generated by APIMATIC v3.0 (
4
+ # https://www.apimatic.io ).
5
+
6
+ module FdxV660Api
7
+ # Form 1065 and 1120-S Schedule K-1 Statement A items for Qualified Business
8
+ # Income (QBI) or Publicly Traded Partnership (PTP) or Statement C items
9
+ # allocable to qualified payments for Qualified Business Income (QBI) subject
10
+ # to partner-specific determinations
11
+ class K1QualifiedBusinessIncomeQbiPartnerSpecificItems < BaseModel
12
+ SKIP = Object.new
13
+ private_constant :SKIP
14
+
15
+ # Business description
16
+ # @return [String]
17
+ attr_accessor :business_description
18
+
19
+ # Publicly Traded Partnership (PTP) checkbox
20
+ # @return [TrueClass | FalseClass]
21
+ attr_accessor :publicly_traded_partnership
22
+
23
+ # Aggregated checkbox
24
+ # @return [TrueClass | FalseClass]
25
+ attr_accessor :aggregated
26
+
27
+ # Specified Service Trade or Business (SSTB) checkbox
28
+ # @return [TrueClass | FalseClass]
29
+ attr_accessor :specified_service_business
30
+
31
+ # Ordinary business income (loss)
32
+ # @return [Float]
33
+ attr_accessor :ordinary_income
34
+
35
+ # Rental income (loss)
36
+ # @return [Float]
37
+ attr_accessor :rental_income
38
+
39
+ # Royalty income (loss)
40
+ # @return [Float]
41
+ attr_accessor :royalty_income
42
+
43
+ # Section 1231 gain (loss)
44
+ # @return [Float]
45
+ attr_accessor :section1231_gain
46
+
47
+ # Other income (loss)
48
+ # @return [Float]
49
+ attr_accessor :other_income
50
+
51
+ # Section 179 deduction
52
+ # @return [Float]
53
+ attr_accessor :section179_deduction
54
+
55
+ # Other deductions
56
+ # @return [Float]
57
+ attr_accessor :other_deductions
58
+
59
+ # A mapping from model property names to API property names.
60
+ def self.names
61
+ @_hash = {} if @_hash.nil?
62
+ @_hash['business_description'] = 'businessDescription'
63
+ @_hash['publicly_traded_partnership'] = 'publiclyTradedPartnership'
64
+ @_hash['aggregated'] = 'aggregated'
65
+ @_hash['specified_service_business'] = 'specifiedServiceBusiness'
66
+ @_hash['ordinary_income'] = 'ordinaryIncome'
67
+ @_hash['rental_income'] = 'rentalIncome'
68
+ @_hash['royalty_income'] = 'royaltyIncome'
69
+ @_hash['section1231_gain'] = 'section1231Gain'
70
+ @_hash['other_income'] = 'otherIncome'
71
+ @_hash['section179_deduction'] = 'section179Deduction'
72
+ @_hash['other_deductions'] = 'otherDeductions'
73
+ @_hash
74
+ end
75
+
76
+ # An array for optional fields
77
+ def self.optionals
78
+ %w[
79
+ business_description
80
+ publicly_traded_partnership
81
+ aggregated
82
+ specified_service_business
83
+ ordinary_income
84
+ rental_income
85
+ royalty_income
86
+ section1231_gain
87
+ other_income
88
+ section179_deduction
89
+ other_deductions
90
+ ]
91
+ end
92
+
93
+ # An array for nullable fields
94
+ def self.nullables
95
+ []
96
+ end
97
+
98
+ def initialize(business_description: SKIP,
99
+ publicly_traded_partnership: SKIP, aggregated: SKIP,
100
+ specified_service_business: SKIP, ordinary_income: SKIP,
101
+ rental_income: SKIP, royalty_income: SKIP,
102
+ section1231_gain: SKIP, other_income: SKIP,
103
+ section179_deduction: SKIP, other_deductions: SKIP,
104
+ additional_properties: nil)
105
+ # Add additional model properties to the instance
106
+ additional_properties = {} if additional_properties.nil?
107
+
108
+ @business_description = business_description unless business_description == SKIP
109
+ unless publicly_traded_partnership == SKIP
110
+ @publicly_traded_partnership =
111
+ publicly_traded_partnership
112
+ end
113
+ @aggregated = aggregated unless aggregated == SKIP
114
+ unless specified_service_business == SKIP
115
+ @specified_service_business =
116
+ specified_service_business
117
+ end
118
+ @ordinary_income = ordinary_income unless ordinary_income == SKIP
119
+ @rental_income = rental_income unless rental_income == SKIP
120
+ @royalty_income = royalty_income unless royalty_income == SKIP
121
+ @section1231_gain = section1231_gain unless section1231_gain == SKIP
122
+ @other_income = other_income unless other_income == SKIP
123
+ @section179_deduction = section179_deduction unless section179_deduction == SKIP
124
+ @other_deductions = other_deductions unless other_deductions == SKIP
125
+ @additional_properties = additional_properties
126
+ end
127
+
128
+ # Creates an instance of the object from a hash.
129
+ def self.from_hash(hash)
130
+ return nil unless hash
131
+
132
+ # Extract variables from the hash.
133
+ business_description =
134
+ hash.key?('businessDescription') ? hash['businessDescription'] : SKIP
135
+ publicly_traded_partnership =
136
+ hash.key?('publiclyTradedPartnership') ? hash['publiclyTradedPartnership'] : SKIP
137
+ aggregated = hash.key?('aggregated') ? hash['aggregated'] : SKIP
138
+ specified_service_business =
139
+ hash.key?('specifiedServiceBusiness') ? hash['specifiedServiceBusiness'] : SKIP
140
+ ordinary_income =
141
+ hash.key?('ordinaryIncome') ? hash['ordinaryIncome'] : SKIP
142
+ rental_income = hash.key?('rentalIncome') ? hash['rentalIncome'] : SKIP
143
+ royalty_income = hash.key?('royaltyIncome') ? hash['royaltyIncome'] : SKIP
144
+ section1231_gain =
145
+ hash.key?('section1231Gain') ? hash['section1231Gain'] : SKIP
146
+ other_income = hash.key?('otherIncome') ? hash['otherIncome'] : SKIP
147
+ section179_deduction =
148
+ hash.key?('section179Deduction') ? hash['section179Deduction'] : SKIP
149
+ other_deductions =
150
+ hash.key?('otherDeductions') ? hash['otherDeductions'] : SKIP
151
+
152
+ # Create a new hash for additional properties, removing known properties.
153
+ new_hash = hash.reject { |k, _| names.value?(k) }
154
+
155
+ additional_properties = APIHelper.get_additional_properties(
156
+ new_hash, proc { |value| value }
157
+ )
158
+
159
+ # Create object from extracted values.
160
+ K1QualifiedBusinessIncomeQbiPartnerSpecificItems.new(business_description: business_description,
161
+ publicly_traded_partnership: publicly_traded_partnership,
162
+ aggregated: aggregated,
163
+ specified_service_business: specified_service_business,
164
+ ordinary_income: ordinary_income,
165
+ rental_income: rental_income,
166
+ royalty_income: royalty_income,
167
+ section1231_gain: section1231_gain,
168
+ other_income: other_income,
169
+ section179_deduction: section179_deduction,
170
+ other_deductions: other_deductions,
171
+ additional_properties: additional_properties)
172
+ end
173
+
174
+ # Provides a human-readable string representation of the object.
175
+ def to_s
176
+ class_name = self.class.name.split('::').last
177
+ "<#{class_name} business_description: #{@business_description},"\
178
+ " publicly_traded_partnership: #{@publicly_traded_partnership}, aggregated: #{@aggregated},"\
179
+ " specified_service_business: #{@specified_service_business}, ordinary_income:"\
180
+ " #{@ordinary_income}, rental_income: #{@rental_income}, royalty_income: #{@royalty_income},"\
181
+ " section1231_gain: #{@section1231_gain}, other_income: #{@other_income},"\
182
+ " section179_deduction: #{@section179_deduction}, other_deductions: #{@other_deductions},"\
183
+ " additional_properties: #{@additional_properties}>"
184
+ end
185
+
186
+ # Provides a debugging-friendly string with detailed object information.
187
+ def inspect
188
+ class_name = self.class.name.split('::').last
189
+ "<#{class_name} business_description: #{@business_description.inspect},"\
190
+ " publicly_traded_partnership: #{@publicly_traded_partnership.inspect}, aggregated:"\
191
+ " #{@aggregated.inspect}, specified_service_business:"\
192
+ " #{@specified_service_business.inspect}, ordinary_income: #{@ordinary_income.inspect},"\
193
+ " rental_income: #{@rental_income.inspect}, royalty_income: #{@royalty_income.inspect},"\
194
+ " section1231_gain: #{@section1231_gain.inspect}, other_income: #{@other_income.inspect},"\
195
+ " section179_deduction: #{@section179_deduction.inspect}, other_deductions:"\
196
+ " #{@other_deductions.inspect}, additional_properties: #{@additional_properties}>"
197
+ end
198
+ end
199
+ end