ultracart_api 3.3.2 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +50 -4
  3. data/docs/ConfigurationApi.md +756 -0
  4. data/docs/DelayAutoOrdersResponse.md +12 -0
  5. data/docs/PaymentsConfiguration.md +23 -0
  6. data/docs/PaymentsConfigurationAffirm.md +15 -0
  7. data/docs/PaymentsConfigurationAmazon.md +15 -0
  8. data/docs/PaymentsConfigurationCOD.md +13 -0
  9. data/docs/PaymentsConfigurationCash.md +9 -0
  10. data/docs/PaymentsConfigurationCheck.md +25 -0
  11. data/docs/PaymentsConfigurationCreditCard.md +16 -0
  12. data/docs/PaymentsConfigurationLoanHero.md +12 -0
  13. data/docs/PaymentsConfigurationPayPal.md +36 -0
  14. data/docs/PaymentsConfigurationPurchaseOrder.md +11 -0
  15. data/docs/PaymentsConfigurationQuoteRequest.md +10 -0
  16. data/docs/PaymentsConfigurationResponse.md +12 -0
  17. data/docs/PaymentsConfigurationRestrictions.md +19 -0
  18. data/docs/PaymentsConfigurationSezzle.md +15 -0
  19. data/docs/PaymentsConfigurationWePay.md +35 -0
  20. data/docs/PaymentsConfigurationWireTransfer.md +18 -0
  21. data/docs/PaymentsThemeTransactionType.md +10 -0
  22. data/docs/PaymentsWepayEnroll.md +22 -0
  23. data/docs/RotatingTransactionGateway.md +50 -0
  24. data/docs/RtgCurrency.md +10 -0
  25. data/docs/RtgDayOfMonthRestriction.md +9 -0
  26. data/docs/RtgDayOfWeekRestriction.md +10 -0
  27. data/docs/RtgThemeRestriction.md +10 -0
  28. data/docs/StripeConnectResponse.md +12 -0
  29. data/docs/TransactionGateway.md +71 -0
  30. data/docs/TransactionGatewaysRequest.md +10 -0
  31. data/docs/TransactionGatewaysResponse.md +12 -0
  32. data/lib/ultracart_api.rb +29 -0
  33. data/lib/ultracart_api/api/configuration_api.rb +843 -0
  34. data/lib/ultracart_api/models/delay_auto_orders_response.rb +221 -0
  35. data/lib/ultracart_api/models/payments_configuration.rb +319 -0
  36. data/lib/ultracart_api/models/payments_configuration_affirm.rb +247 -0
  37. data/lib/ultracart_api/models/payments_configuration_amazon.rb +247 -0
  38. data/lib/ultracart_api/models/payments_configuration_cash.rb +193 -0
  39. data/lib/ultracart_api/models/payments_configuration_check.rb +337 -0
  40. data/lib/ultracart_api/models/payments_configuration_cod.rb +229 -0
  41. data/lib/ultracart_api/models/payments_configuration_credit_card.rb +256 -0
  42. data/lib/ultracart_api/models/payments_configuration_loan_hero.rb +220 -0
  43. data/lib/ultracart_api/models/payments_configuration_pay_pal.rb +436 -0
  44. data/lib/ultracart_api/models/payments_configuration_purchase_order.rb +211 -0
  45. data/lib/ultracart_api/models/payments_configuration_quote_request.rb +202 -0
  46. data/lib/ultracart_api/models/payments_configuration_response.rb +221 -0
  47. data/lib/ultracart_api/models/payments_configuration_restrictions.rb +283 -0
  48. data/lib/ultracart_api/models/payments_configuration_sezzle.rb +247 -0
  49. data/lib/ultracart_api/models/payments_configuration_we_pay.rb +427 -0
  50. data/lib/ultracart_api/models/payments_configuration_wire_transfer.rb +274 -0
  51. data/lib/ultracart_api/models/payments_theme_transaction_type.rb +239 -0
  52. data/lib/ultracart_api/models/payments_wepay_enroll.rb +310 -0
  53. data/lib/ultracart_api/models/rotating_transaction_gateway.rb +665 -0
  54. data/lib/ultracart_api/models/rtg_currency.rb +205 -0
  55. data/lib/ultracart_api/models/rtg_day_of_month_restriction.rb +195 -0
  56. data/lib/ultracart_api/models/rtg_day_of_week_restriction.rb +205 -0
  57. data/lib/ultracart_api/models/rtg_theme_restriction.rb +239 -0
  58. data/lib/ultracart_api/models/stripe_connect_response.rb +221 -0
  59. data/lib/ultracart_api/models/transaction_gateway.rb +823 -0
  60. data/lib/ultracart_api/models/transaction_gateways_request.rb +242 -0
  61. data/lib/ultracart_api/models/transaction_gateways_response.rb +223 -0
  62. data/lib/ultracart_api/version.rb +1 -1
  63. metadata +60 -2
@@ -0,0 +1,12 @@
1
+ # UltracartClient::DelayAutoOrdersResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **message** | **String** | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,23 @@
1
+ # UltracartClient::PaymentsConfiguration
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **affirm** | [**PaymentsConfigurationAffirm**](PaymentsConfigurationAffirm.md) | | [optional]
7
+ **amazon** | [**PaymentsConfigurationAmazon**](PaymentsConfigurationAmazon.md) | | [optional]
8
+ **cash** | [**PaymentsConfigurationCash**](PaymentsConfigurationCash.md) | | [optional]
9
+ **check** | [**PaymentsConfigurationCheck**](PaymentsConfigurationCheck.md) | | [optional]
10
+ **cod** | [**PaymentsConfigurationCOD**](PaymentsConfigurationCOD.md) | | [optional]
11
+ **credit_card** | [**PaymentsConfigurationCreditCard**](PaymentsConfigurationCreditCard.md) | | [optional]
12
+ **loan_hero** | [**PaymentsConfigurationLoanHero**](PaymentsConfigurationLoanHero.md) | | [optional]
13
+ **pay_pal** | [**PaymentsConfigurationPayPal**](PaymentsConfigurationPayPal.md) | | [optional]
14
+ **purchase_order** | [**PaymentsConfigurationPurchaseOrder**](PaymentsConfigurationPurchaseOrder.md) | | [optional]
15
+ **quote_request** | [**PaymentsConfigurationQuoteRequest**](PaymentsConfigurationQuoteRequest.md) | | [optional]
16
+ **sezzle** | [**PaymentsConfigurationSezzle**](PaymentsConfigurationSezzle.md) | | [optional]
17
+ **show_accounting_code** | **BOOLEAN** | | [optional]
18
+ **switch_to_sub_tab** | **String** | | [optional]
19
+ **switch_to_tab** | **String** | | [optional]
20
+ **we_pay** | [**PaymentsConfigurationWePay**](PaymentsConfigurationWePay.md) | | [optional]
21
+ **wire_transfer** | [**PaymentsConfigurationWireTransfer**](PaymentsConfigurationWireTransfer.md) | | [optional]
22
+
23
+
@@ -0,0 +1,15 @@
1
+ # UltracartClient::PaymentsConfigurationAffirm
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_affirm** | **BOOLEAN** | | [optional]
7
+ **affirm_accounting_code** | **String** | | [optional]
8
+ **affirm_deposit_to_account** | **String** | | [optional]
9
+ **affirm_environment** | **String** | | [optional]
10
+ **affirm_financial_product_key** | **String** | | [optional]
11
+ **affirm_private_api_key** | **String** | | [optional]
12
+ **affirm_public_api_key** | **String** | | [optional]
13
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
14
+
15
+
@@ -0,0 +1,15 @@
1
+ # UltracartClient::PaymentsConfigurationAmazon
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_amazon** | **BOOLEAN** | | [optional]
7
+ **amazon_access_key_id** | **String** | | [optional]
8
+ **amazon_accounting_code** | **String** | | [optional]
9
+ **amazon_deposit_to_account** | **String** | | [optional]
10
+ **amazon_merchant_id** | **String** | | [optional]
11
+ **amazon_sandbox** | **BOOLEAN** | | [optional]
12
+ **amazon_secret_access_key** | **String** | | [optional]
13
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
14
+
15
+
@@ -0,0 +1,13 @@
1
+ # UltracartClient::PaymentsConfigurationCOD
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_cod** | **BOOLEAN** | | [optional]
7
+ **cod_approved_customers_only** | **BOOLEAN** | | [optional]
8
+ **cod_surcharge_accounting_code** | **String** | | [optional]
9
+ **cod_surcharge_fee** | **String** | | [optional]
10
+ **cod_surcharge_perc** | **String** | | [optional]
11
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
12
+
13
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::PaymentsConfigurationCash
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_cash** | **BOOLEAN** | | [optional]
7
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
8
+
9
+
@@ -0,0 +1,25 @@
1
+ # UltracartClient::PaymentsConfigurationCheck
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_check_orders** | **BOOLEAN** | | [optional]
7
+ **accept_e_check** | **BOOLEAN** | | [optional]
8
+ **accept_money_orders** | **BOOLEAN** | | [optional]
9
+ **check_accounting_code** | **String** | | [optional]
10
+ **check_deposit_to_account** | **String** | | [optional]
11
+ **checks_payable_to** | **String** | | [optional]
12
+ **e_check_accounting_code** | **String** | | [optional]
13
+ **e_check_deposit_to_account** | **String** | | [optional]
14
+ **mail_to_address1** | **String** | | [optional]
15
+ **mail_to_address2** | **String** | | [optional]
16
+ **mail_to_city** | **String** | | [optional]
17
+ **mail_to_country** | **String** | | [optional]
18
+ **mail_to_name** | **String** | | [optional]
19
+ **mail_to_state** | **String** | | [optional]
20
+ **mail_to_zip** | **String** | | [optional]
21
+ **money_order_accounting_code** | **String** | | [optional]
22
+ **money_order_deposit_to_account** | **String** | | [optional]
23
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
24
+
25
+
@@ -0,0 +1,16 @@
1
+ # UltracartClient::PaymentsConfigurationCreditCard
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_credit_cards** | **BOOLEAN** | | [optional]
7
+ **billed_by** | **String** | | [optional]
8
+ **charge_during_checkout** | **BOOLEAN** | | [optional]
9
+ **collect_cvv2** | **BOOLEAN** | | [optional]
10
+ **configured_gateways_details** | **String** | | [optional]
11
+ **failed_attempts** | **String** | | [optional]
12
+ **hide_connect_single_gateway** | **BOOLEAN** | | [optional]
13
+ **immediate_finalize_domains** | **String** | | [optional]
14
+ **send_customer_billing_update_on_decline** | **BOOLEAN** | | [optional]
15
+
16
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::PaymentsConfigurationLoanHero
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_loan_hero** | **BOOLEAN** | | [optional]
7
+ **loan_hero_accounting_code** | **String** | | [optional]
8
+ **loan_hero_deposit_to_account** | **String** | | [optional]
9
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
10
+ **show_loan_hero** | **BOOLEAN** | | [optional]
11
+
12
+
@@ -0,0 +1,36 @@
1
+ # UltracartClient::PaymentsConfigurationPayPal
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_pay_pal** | **BOOLEAN** | | [optional]
7
+ **paypal_accounting_code** | **String** | | [optional]
8
+ **paypal_api_password** | **String** | | [optional]
9
+ **paypal_api_user_name** | **String** | | [optional]
10
+ **paypal_certificate_on_file** | **BOOLEAN** | | [optional]
11
+ **paypal_deposit_to_account** | **String** | | [optional]
12
+ **paypal_email** | **String** | | [optional]
13
+ **paypal_environment** | **String** | | [optional]
14
+ **paypal_header_image_url** | **String** | | [optional]
15
+ **paypal_hide_bill_me_later** | **BOOLEAN** | | [optional]
16
+ **paypal_hide_express_checkout_on_view_cart** | **BOOLEAN** | | [optional]
17
+ **paypal_hide_for_unshipped_orders** | **BOOLEAN** | | [optional]
18
+ **paypal_hold_in_ar** | **BOOLEAN** | | [optional]
19
+ **paypal_landing_page** | **String** | | [optional]
20
+ **paypal_mode** | **String** | | [optional]
21
+ **paypal_private_key_password** | **String** | | [optional]
22
+ **paypal_processing_fee** | **String** | | [optional]
23
+ **paypal_processing_perc** | **String** | | [optional]
24
+ **paypal_send_recurring** | **String** | | [optional]
25
+ **paypal_show_card_logos_not_directly_supported** | **BOOLEAN** | | [optional]
26
+ **paypal_show_signature** | **BOOLEAN** | | [optional]
27
+ **paypal_signature** | **String** | | [optional]
28
+ **paypal_solution_type** | **String** | | [optional]
29
+ **paypal_summary_email** | **String** | | [optional]
30
+ **paypal_summary_mode** | **String** | | [optional]
31
+ **paypal_zero_dollar_penny** | **BOOLEAN** | | [optional]
32
+ **push_pay_pal** | **BOOLEAN** | | [optional]
33
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
34
+ **short_pay_pal_marketing_text** | **BOOLEAN** | | [optional]
35
+
36
+
@@ -0,0 +1,11 @@
1
+ # UltracartClient::PaymentsConfigurationPurchaseOrder
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_purchase_orders** | **BOOLEAN** | | [optional]
7
+ **purchase_order_approved_customers_only** | **BOOLEAN** | | [optional]
8
+ **purchase_order_prevent_duplicate_number** | **BOOLEAN** | | [optional]
9
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
10
+
11
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::PaymentsConfigurationQuoteRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_quote_requests** | **BOOLEAN** | | [optional]
7
+ **quote_request_approved_customers_only** | **BOOLEAN** | | [optional]
8
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
9
+
10
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::PaymentsConfigurationResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
+ **payments_configuration** | [**PaymentsConfiguration**](PaymentsConfiguration.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,19 @@
1
+ # UltracartClient::PaymentsConfigurationRestrictions
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **maximum_subtotal** | **String** | | [optional]
7
+ **minimum_subtotal** | **String** | | [optional]
8
+ **payment_method** | **String** | | [optional]
9
+ **restriction_alaska_hawaii** | **String** | | [optional]
10
+ **restriction_apo_fpo** | **String** | | [optional]
11
+ **restriction_canada** | **String** | | [optional]
12
+ **restriction_continental_us** | **String** | | [optional]
13
+ **restriction_domestic_only** | **String** | | [optional]
14
+ **restriction_international_only** | **String** | | [optional]
15
+ **restriction_po_box** | **String** | | [optional]
16
+ **restriction_puerto_rico** | **String** | | [optional]
17
+ **restriction_us_territories** | **String** | | [optional]
18
+
19
+
@@ -0,0 +1,15 @@
1
+ # UltracartClient::PaymentsConfigurationSezzle
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_sezzle** | **BOOLEAN** | | [optional]
7
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
8
+ **sezzle_accounting_code** | **String** | | [optional]
9
+ **sezzle_business_id** | **String** | | [optional]
10
+ **sezzle_deposit_to_account** | **String** | | [optional]
11
+ **sezzle_environment** | **String** | | [optional]
12
+ **sezzle_private_api_key** | **String** | | [optional]
13
+ **sezzle_public_api_key** | **String** | | [optional]
14
+
15
+
@@ -0,0 +1,35 @@
1
+ # UltracartClient::PaymentsConfigurationWePay
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_wepay** | **BOOLEAN** | | [optional]
7
+ **hide_credit_cards_non_ultra_cart_payments** | **BOOLEAN** | | [optional]
8
+ **hide_surcharge_content** | **BOOLEAN** | | [optional]
9
+ **remove_pay_pal_pro** | **BOOLEAN** | | [optional]
10
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
11
+ **short_pay_pal_marketing_text** | **BOOLEAN** | | [optional]
12
+ **show_ultra_cart_payments_disabled** | **BOOLEAN** | | [optional]
13
+ **show_ultra_cart_payments_intro** | **BOOLEAN** | | [optional]
14
+ **show_ultra_cart_payments_verification** | **BOOLEAN** | | [optional]
15
+ **show_ultra_cart_payments_verified** | **BOOLEAN** | | [optional]
16
+ **wepay_account_update_uri** | **String** | | [optional]
17
+ **wepay_address1** | **String** | | [optional]
18
+ **wepay_address2** | **String** | | [optional]
19
+ **wepay_canada_accept_debit_cards** | **BOOLEAN** | | [optional]
20
+ **wepay_city** | **String** | | [optional]
21
+ **wepay_company** | **String** | | [optional]
22
+ **wepay_company_description** | **String** | | [optional]
23
+ **wepay_console_hostname** | **String** | | [optional]
24
+ **wepay_country** | **String** | | [optional]
25
+ **wepay_currency** | **String** | | [optional]
26
+ **wepay_expected_revenue** | **String** | | [optional]
27
+ **wepay_industry** | **String** | | [optional]
28
+ **wepay_owner_email** | **String** | | [optional]
29
+ **wepay_owner_name** | **String** | | [optional]
30
+ **wepay_owner_phone** | **String** | | [optional]
31
+ **wepay_state** | **String** | | [optional]
32
+ **wepay_website_url** | **String** | | [optional]
33
+ **wepay_zip** | **String** | | [optional]
34
+
35
+
@@ -0,0 +1,18 @@
1
+ # UltracartClient::PaymentsConfigurationWireTransfer
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accept_wire_transfer** | **BOOLEAN** | | [optional]
7
+ **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
8
+ **wire_transfer_accounting_code** | **String** | | [optional]
9
+ **wire_transfer_account_number** | **String** | | [optional]
10
+ **wire_transfer_bank_address** | **String** | | [optional]
11
+ **wire_transfer_deposit_to_account** | **String** | | [optional]
12
+ **wire_transfer_intermediate_routing_number** | **String** | | [optional]
13
+ **wire_transfer_routing_number** | **String** | | [optional]
14
+ **wire_transfer_surcharge_accounting_code** | **String** | | [optional]
15
+ **wire_transfer_surcharge_fee** | **String** | | [optional]
16
+ **wire_transfer_surcharge_perc** | **String** | | [optional]
17
+
18
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::PaymentsThemeTransactionType
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **code** | **String** | External human readable identifier for a theme | [optional]
7
+ **credit_card_transaction_type** | **String** | The credit card transaction type for this theme | [optional]
8
+ **screen_branding_theme_oid** | **Integer** | Internal identifier for a theme | [optional]
9
+
10
+
@@ -0,0 +1,22 @@
1
+ # UltracartClient::PaymentsWepayEnroll
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **address1** | **String** | | [optional]
7
+ **address2** | **String** | | [optional]
8
+ **canada_accept_debit_cards** | **BOOLEAN** | | [optional]
9
+ **city** | **String** | | [optional]
10
+ **company** | **String** | | [optional]
11
+ **company_description** | **String** | | [optional]
12
+ **country** | **String** | | [optional]
13
+ **expected_revenue** | **String** | | [optional]
14
+ **industry** | **String** | | [optional]
15
+ **owner_email** | **String** | | [optional]
16
+ **owner_name** | **String** | | [optional]
17
+ **owner_phone** | **String** | | [optional]
18
+ **state** | **String** | | [optional]
19
+ **webiste_url** | **String** | | [optional]
20
+ **zip** | **String** | | [optional]
21
+
22
+
@@ -0,0 +1,50 @@
1
+ # UltracartClient::RotatingTransactionGateway
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **additional_native_currency_codes** | [**Array<RtgCurrency>**](RtgCurrency.md) | An array of all currencies known to the UltraCart system and a boolean indicating whether this gateway supports that currency. | [optional]
7
+ **auto_order_cancel_unless_response_name** | **String** | Advanced feature for canceling an auto order unless the transaction gateway response contains a field with this name. If specified, this field must exist and the value must equal a value in the auto_order_cancel_unless_response_values array | [optional]
8
+ **auto_order_cancel_unless_response_values** | **Array<String>** | Advanced feature for canceling an auto order unless the transaction gateway response contains a field with the name specified in auto_order_cancel_unless_response_name. If specified, this field must exist and the value must equal a value in this array. If nothing matches, the auto order is canceled. | [optional]
9
+ **base_currency_code** | **String** | The base currency code for your gateway. For example, USD. | [optional]
10
+ **cascade_code** | **String** | Optional field specifying a different rotating gateway to use if this gateway fails to process the transaction. | [optional]
11
+ **cascade_codes** | **Array<String>** | A list of other rotating transaction gateways that can be used as a lookup to assign actions based on failures of this gateway | [optional]
12
+ **cascade_daily_auto_order_code** | **String** | The code for the next rotating gateway that should be used when this gateway reaches a daily limit | [optional]
13
+ **charge_appears_on_statement_as** | **String** | Optional field providing an alternate Charge Appears As value for this rotating gateway | [optional]
14
+ **code** | **String** | A human friendly short code used to recognize and differentiate this rotating gateway with other rotating gateways | [optional]
15
+ **current_daily** | **Float** | The current daily dollar amount this gateway has processed. Providing this will allow UltraCart to track the monthly amount going forward. | [optional]
16
+ **current_daily_auto_order** | **Float** | The current daily dollar amount of auto orders (recurring) this gateway has processed. Providing this will allow UltraCart to track the monthly amount going forward. | [optional]
17
+ **current_monthly** | **Float** | The current monthly dollar amount this gateway has processed. Providing this will allow UltraCart to track the monthly amount going forward. | [optional]
18
+ **customer_service_email** | **String** | The customer service email address for this gateway | [optional]
19
+ **customer_service_phone** | **String** | The customer service phone number for this gateway | [optional]
20
+ **day_of_month_restrictions** | [**Array<RtgDayOfMonthRestriction>**](RtgDayOfMonthRestriction.md) | Array containing all 31 (possible) days and any optional restrictions for one or more days. | [optional]
21
+ **day_of_week_restrictions** | [**Array<RtgDayOfWeekRestriction>**](RtgDayOfWeekRestriction.md) | Array containing all seven days of the week and any optional restrictions for one or more days | [optional]
22
+ **deactivate_after_failures** | **Integer** | If non-zero, this gateway will be deactivated after reaching this amount of consecutive failures. | [optional]
23
+ **end_date** | **String** | Optional field to specify an absolute date when this gateway should stop accepting transactions | [optional]
24
+ **gateways** | [**Array<TransactionGateway>**](TransactionGateway.md) | An array of all transaction gateways, not just the one currently configured for this rotating gateway. This allows for easy switching to another gateway. The enabled property on the transaction gateway indicates which one is actually being used. | [optional]
25
+ **maximum_daily** | **Float** | The maximum daily dollar amount this gateway may process | [optional]
26
+ **maximum_daily_auto_order** | **Float** | The maximum daily dollar amount of auto orders (recurring) this gateway may process | [optional]
27
+ **maximum_monthly** | **Float** | The maximum monthly dollar amount this gateway may process. | [optional]
28
+ **next_daily_auto_order_reset** | **String** | The date and time when this gateway daily limit for auto orders will reset | [optional]
29
+ **next_daily_reset** | **String** | The date and time when this gateway daily limit will reset | [optional]
30
+ **next_monthly_reset** | **String** | The date and time when this gateway monthly limit will reset | [optional]
31
+ **order_total** | **Float** | This optional field is combined with order_total_comparison to determine if an order should be processed thorugh this gateway. | [optional]
32
+ **order_total_comparison** | **String** | The math operator used to determine if the order total is allowed to process through this gateway. | [optional]
33
+ **rebill_auto_orders_against_this_rtg_code** | **String** | If specified auto orders (rebills) are routed to this rotating gateway. This may be needed because rebills lack a credit card cvv. | [optional]
34
+ **reserve_days** | **Integer** | The number of days that your gateway holds any reserves. This aids in profitability reporting. | [optional]
35
+ **reserve_percentage** | **Float** | The percentage of an order which your gateway is holding in reserve. This aids in profitability reporting. | [optional]
36
+ **reserve_refunded** | **BOOLEAN** | If true, reserves are refunded when an order is refunded. This aids in profitability reporting. | [optional]
37
+ **reserves_released_through** | **String** | An optional date specifying the date up to which your gateway has released all reserve funds. This aids in profitability reporting. | [optional]
38
+ **rotating_transaction_gateway_oid** | **Integer** | Internal identifier used to store and retrieve this gateway information | [optional]
39
+ **selected_gateway_name** | **String** | The name of the currently selected transaction gateway used by this rotating gateway | [optional]
40
+ **show_cascade_codes** | **BOOLEAN** | A boolean used by the builtin UltraCart UI to determine if cascading rtg codes should be shown | [optional]
41
+ **show_merchant_account_profiles** | **BOOLEAN** | A flag to help the UltraCart UI to know whether to show merchant account profiles or not. | [optional]
42
+ **start_date** | **String** | Optional field to specify an absolute date when this gateway should begin accepting transactions | [optional]
43
+ **status** | **String** | A field used to take a gateway offline without removing/deleting the configuration. Inactive marks the gateway as completely unusable. Standby takes the gateway offline and will not be used unless all other active gateways fail. | [optional]
44
+ **theme_restrictions** | [**Array<RtgThemeRestriction>**](RtgThemeRestriction.md) | Optional restrictions by theme/storefront | [optional]
45
+ **traffic_percentage** | **Float** | Required field between 0 and 1 that dictates the percentage of traffic that should flow through this gateway | [optional]
46
+ **trial_daily_amount** | **Integer** | If specified, limits the total daily dollar amount of trial orders | [optional]
47
+ **trial_daily_limit** | **Integer** | If specified, limits the total month count of trial orders | [optional]
48
+ **trial_monthly_limit** | **Integer** | If specified, limits the total month dollar amount of trial orders | [optional]
49
+
50
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::RtgCurrency
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **currency_code** | **String** | Standard three letter currency code, for example USD | [optional]
7
+ **description** | **String** | Human friendly description of currency | [optional]
8
+ **selected** | **BOOLEAN** | true if this rotating gateway supports this currency | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::RtgDayOfMonthRestriction
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **day_of_month** | **Integer** | The day of the month. 1 equals the first day of the month, 31 is the last possible value. | [optional]
7
+ **selected** | **BOOLEAN** | True if this rotating gateway is allowed to operate on this day of month. If no days are selected, all days are allowed. | [optional]
8
+
9
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::RtgDayOfWeekRestriction
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **abbreviation** | **String** | Human readable day of week abbreviation | [optional]
7
+ **day_of_week** | **Integer** | 1=Sun,2=Mon,3=Tue,4=Wed,5=Thu,6=Fri,7=Sat | [optional]
8
+ **selected** | **BOOLEAN** | True if this rotating gateway is allowed to operate on this day of week. If no days are selected, all days are allowed. | [optional]
9
+
10
+