ultracart_api 3.4.8 → 3.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/PaymentsConfiguration.md +4 -4
  4. data/docs/PaymentsConfigurationAffirm.md +7 -7
  5. data/docs/PaymentsConfigurationAmazon.md +7 -7
  6. data/docs/PaymentsConfigurationCOD.md +5 -5
  7. data/docs/PaymentsConfigurationCash.md +1 -1
  8. data/docs/PaymentsConfigurationCheck.md +12 -13
  9. data/docs/PaymentsConfigurationCreditCard.md +11 -8
  10. data/docs/PaymentsConfigurationEcheck.md +3 -3
  11. data/docs/PaymentsConfigurationLoanHero.md +4 -4
  12. data/docs/PaymentsConfigurationMoneyOrder.md +3 -1
  13. data/docs/PaymentsConfigurationPayPal.md +28 -28
  14. data/docs/PaymentsConfigurationPurchaseOrder.md +3 -3
  15. data/docs/PaymentsConfigurationQuoteRequest.md +2 -2
  16. data/docs/PaymentsConfigurationRestrictions.md +12 -12
  17. data/docs/PaymentsConfigurationSezzle.md +8 -7
  18. data/docs/PaymentsConfigurationWePay.md +26 -26
  19. data/docs/PaymentsConfigurationWireTransfer.md +10 -10
  20. data/lib/ultracart_api/models/payments_configuration.rb +41 -40
  21. data/lib/ultracart_api/models/payments_configuration_affirm.rb +81 -40
  22. data/lib/ultracart_api/models/payments_configuration_amazon.rb +51 -44
  23. data/lib/ultracart_api/models/payments_configuration_cash.rb +4 -3
  24. data/lib/ultracart_api/models/payments_configuration_check.rb +71 -68
  25. data/lib/ultracart_api/models/payments_configuration_cod.rb +39 -34
  26. data/lib/ultracart_api/models/payments_configuration_credit_card.rb +71 -33
  27. data/lib/ultracart_api/models/payments_configuration_echeck.rb +22 -19
  28. data/lib/ultracart_api/models/payments_configuration_loan_hero.rb +23 -19
  29. data/lib/ultracart_api/models/payments_configuration_money_order.rb +25 -4
  30. data/lib/ultracart_api/models/payments_configuration_pay_pal.rb +270 -172
  31. data/lib/ultracart_api/models/payments_configuration_purchase_order.rb +19 -16
  32. data/lib/ultracart_api/models/payments_configuration_quote_request.rb +12 -10
  33. data/lib/ultracart_api/models/payments_configuration_restrictions.rb +48 -36
  34. data/lib/ultracart_api/models/payments_configuration_sezzle.rb +97 -46
  35. data/lib/ultracart_api/models/payments_configuration_we_pay.rb +186 -160
  36. data/lib/ultracart_api/models/payments_configuration_wire_transfer.rb +71 -61
  37. data/lib/ultracart_api/version.rb +1 -1
  38. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ed08df224672f5ccb9e51e33798e90b6b51eefdaee4cecf9acf764686d384cb
4
- data.tar.gz: a46c58ac67e47d643bf6fae2a44a486e0653a176e77f99ada4c8f78a20349285
3
+ metadata.gz: 6b984b85de2958bc8984fd8abb19eab5a26133992c1d8eff42437c8fc3143d6f
4
+ data.tar.gz: 835c54766e869b26e0970db1f0ff5b1ec53acc0760c5c8ef778019feab839820
5
5
  SHA512:
6
- metadata.gz: 0cae0d62e529766fa80105b3d0fc218efb527297984f793c4aa36ad29c9090d423d7ec977eb8521bf212d353e7f79acef9440f3f07222f53b41574b36ceafc22
7
- data.tar.gz: 3bfd17116a097f8f0938609704f9cab2d05a69ca33fd4bd3a8c17e87f4d5b3bca6d237847e470ce51b9239d9169f3869af29c190f387df169b82f13e6151cb6d
6
+ metadata.gz: 537d4d43bcb8c3d649e47b2b6c932c35e4b547b6bfec3b302283a177767d9e30f93acbac29483acacd02d0c10aef07f4d2101fb7ea62488bab984a9f5cffa159
7
+ data.tar.gz: d86681e50b1434142e17fce89c6507a28f422fb39348d8bd98a874d597fae3e600e2accf7e4780e1eedb5321e56581d0606cf55e968244d5c4678a07abe341ce
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.4.8
10
+ - Package version: 3.4.9
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.4.8.gem
27
+ gem install ./ultracart_api-3.4.9.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.8.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.4.9.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.4.8'
35
+ gem 'ultracart_api', '~> 3.4.9'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1109,6 +1109,7 @@ Not every change is committed to every SDK.
1109
1109
 
1110
1110
  | Version | Date | Comments |
1111
1111
  | --: | :-: | --- |
1112
+ | 3.4.9 | 08/05/2021 | configuration api - updated annotations for method names |
1112
1113
  | 3.4.8 | 08/04/2021 | configuration api - payments config refactoring |
1113
1114
  | 3.4.7 | 08/04/2021 | esp folders for lists/segments |
1114
1115
  | 3.4.5 | 08/03/2021 | configuration api bug fix for a bad response object on updateRotatingTransactionGateway |
@@ -9,17 +9,17 @@ Name | Type | Description | Notes
9
9
  **check** | [**PaymentsConfigurationCheck**](PaymentsConfigurationCheck.md) | | [optional]
10
10
  **cod** | [**PaymentsConfigurationCOD**](PaymentsConfigurationCOD.md) | | [optional]
11
11
  **credit_card** | [**PaymentsConfigurationCreditCard**](PaymentsConfigurationCreditCard.md) | | [optional]
12
- **e_check** | [**PaymentsConfigurationEcheck**](PaymentsConfigurationEcheck.md) | | [optional]
12
+ **echeck** | [**PaymentsConfigurationEcheck**](PaymentsConfigurationEcheck.md) | | [optional]
13
13
  **loan_hero** | [**PaymentsConfigurationLoanHero**](PaymentsConfigurationLoanHero.md) | | [optional]
14
14
  **money_order** | [**PaymentsConfigurationMoneyOrder**](PaymentsConfigurationMoneyOrder.md) | | [optional]
15
- **pay_pal** | [**PaymentsConfigurationPayPal**](PaymentsConfigurationPayPal.md) | | [optional]
15
+ **paypal** | [**PaymentsConfigurationPayPal**](PaymentsConfigurationPayPal.md) | | [optional]
16
16
  **purchase_order** | [**PaymentsConfigurationPurchaseOrder**](PaymentsConfigurationPurchaseOrder.md) | | [optional]
17
17
  **quote_request** | [**PaymentsConfigurationQuoteRequest**](PaymentsConfigurationQuoteRequest.md) | | [optional]
18
18
  **sezzle** | [**PaymentsConfigurationSezzle**](PaymentsConfigurationSezzle.md) | | [optional]
19
- **show_accounting_code** | **BOOLEAN** | | [optional]
19
+ **show_accounting_code** | **BOOLEAN** | Internal flag used to determine if accounting codes should be shown on the screen or not. This flag is true if the merchant has a Quickbooks integration configured. | [optional]
20
20
  **switch_to_sub_tab** | **String** | | [optional]
21
21
  **switch_to_tab** | **String** | | [optional]
22
- **we_pay** | [**PaymentsConfigurationWePay**](PaymentsConfigurationWePay.md) | | [optional]
22
+ **ultracart_payments_wepay** | [**PaymentsConfigurationWePay**](PaymentsConfigurationWePay.md) | | [optional]
23
23
  **wire_transfer** | [**PaymentsConfigurationWireTransfer**](PaymentsConfigurationWireTransfer.md) | | [optional]
24
24
 
25
25
 
@@ -3,13 +3,13 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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]
6
+ **accept_affirm** | **BOOLEAN** | Master flag indicating this merchant accepts Affirm payments | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks code for this payment method | [optional]
8
+ **deposit_to_account** | **String** | Optional Quickbooks Deposit to Account value | [optional]
9
+ **environment** | **String** | Environment | [optional]
10
+ **financial_product_key** | **String** | Financial product key | [optional]
11
+ **private_api_key** | **String** | Private API key | [optional]
12
+ **public_api_key** | **String** | Public API key | [optional]
13
13
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
14
14
 
15
15
 
@@ -3,13 +3,13 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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]
6
+ **accept_amazon** | **BOOLEAN** | Master flag to determine if this merchant accepts Pay by Amazon | [optional]
7
+ **access_key_id** | **String** | Amazon access key ID | [optional]
8
+ **accounting_code** | **String** | Optional accounting code for use with Quickbooks integrations | [optional]
9
+ **amazon_merchant_id** | **String** | Amazon merchant ID | [optional]
10
+ **deposit_to_account** | **String** | Optional deposit to account field for use with Quickbooks integrations | [optional]
13
11
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
12
+ **sandbox** | **BOOLEAN** | True if transactions should run against the Amazon sandbox. Useful for testing not configurations | [optional]
13
+ **secret_access_key** | **String** | Amazon secret access key | [optional]
14
14
 
15
15
 
@@ -3,11 +3,11 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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]
6
+ **accept_cod** | **BOOLEAN** | Master flag indicating this merchant accepts COD | [optional]
7
+ **approved_customers_only** | **BOOLEAN** | If true, only approved customers may pay with COD | [optional]
11
8
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
9
+ **surcharge_accounting_code** | **String** | Optional field, if surcharge is set, this is the accounting code the surcharge is tagged with when sent to Quickbooks | [optional]
10
+ **surcharge_fee** | **String** | Additional cost for using COD | [optional]
11
+ **surcharge_percentage** | **String** | Additional percentage cost for using COD | [optional]
12
12
 
13
13
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_cash** | **BOOLEAN** | | [optional]
6
+ **accept_cash** | **BOOLEAN** | Master flag indicating this merchant accepts cash | [optional]
7
7
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
8
8
 
9
9
 
@@ -3,19 +3,18 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_check_orders** | **BOOLEAN** | | [optional]
7
- **check_accounting_code** | **String** | | [optional]
8
- **check_deposit_to_account** | **String** | | [optional]
9
- **checks_payable_to** | **String** | | [optional]
10
- **mail_to_address1** | **String** | | [optional]
11
- **mail_to_address2** | **String** | | [optional]
12
- **mail_to_city** | **String** | | [optional]
13
- **mail_to_country** | **String** | | [optional]
14
- **mail_to_name** | **String** | | [optional]
15
- **mail_to_state** | **String** | | [optional]
16
- **mail_to_zip** | **String** | | [optional]
17
- **money_order_accounting_code** | **String** | | [optional]
18
- **money_order_deposit_to_account** | **String** | | [optional]
6
+ **accept_check_orders** | **BOOLEAN** | Master flag indicating this merchant accepts paper checks | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks accounting code | [optional]
8
+ **checks_payable_to** | **String** | This is who the customer makes the check out to | [optional]
9
+ **deposit_to_account** | **String** | Optional Quickbooks deposit to account | [optional]
10
+ **mail_to_address1** | **String** | MailTo address line 1 | [optional]
11
+ **mail_to_address2** | **String** | MailTo address line 2 | [optional]
12
+ **mail_to_city** | **String** | MailTo city | [optional]
13
+ **mail_to_country** | **String** | MailTo country | [optional]
14
+ **mail_to_name** | **String** | MailTo name | [optional]
15
+ **mail_to_postal_code** | **String** | MailTo postal code | [optional]
16
+ **mail_to_store** | **String** | MailTo store | [optional]
19
17
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
18
+ **test_methods** | **Object** | Test methods for this payment method | [optional]
20
19
 
21
20
 
@@ -3,13 +3,16 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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
- **send_customer_billing_update_on_decline** | **BOOLEAN** | | [optional]
6
+ **accept_credit_card** | **BOOLEAN** | Master flag indicating whether this merchant accepts credit card payments | [optional]
7
+ **billed_by** | **String** | Description that appears on customer statements | [optional]
8
+ **charge_during_checkout** | **BOOLEAN** | If false, order will be accepted and placed into Accounts Receivable without charging card first | [optional]
9
+ **collect_cvv2** | **BOOLEAN** | UltraCart will require customer to enter cvv if this is true | [optional]
10
+ **configured_gateway_details** | **String** | Human readable description of the credit card gateway currently configured | [optional]
11
+ **failed_attempts** | **String** | The number of failed attempts before the order is placed into Accounts Receivable for manual intervention | [optional]
12
+ **hide_connect_single_gateway** | **BOOLEAN** | This internal flag aids the UI in determining which buttons to show. | [optional]
13
+ **restrictions** | **Object** | Restrictions for this payment method | [optional]
14
+ **send_customer_billing_update_on_decline** | **BOOLEAN** | UltraCart will send customers emails to update their credit card if the card is declined | [optional]
15
+ **supported_cards** | **Object** | A list of credit cards the merchant wishes to accept. | [optional]
16
+ **test_methods** | **Object** | An array of test methods for placing test orders. The cards defined here may be real or fake, but any order placed with them will be marked as Test orders | [optional]
14
17
 
15
18
 
@@ -3,9 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_e_check** | **BOOLEAN** | | [optional]
7
- **e_check_accounting_code** | **String** | | [optional]
8
- **e_check_deposit_to_account** | **String** | | [optional]
6
+ **accept_echeck** | **BOOLEAN** | Master flag indicating this merchant accepts eChecks | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks accounting code | [optional]
8
+ **deposit_to_account** | **String** | Optional Quickbooks deposit to account | [optional]
9
9
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
10
10
 
11
11
 
@@ -3,10 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_loan_hero** | **BOOLEAN** | | [optional]
7
- **loan_hero_accounting_code** | **String** | | [optional]
8
- **loan_hero_deposit_to_account** | **String** | | [optional]
6
+ **accept_loan_hero** | **BOOLEAN** | Master flag indicating this merchant accepts Loan Hero | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks accounting code | [optional]
8
+ **deposit_to_account** | **String** | Optional Quickbooks deposit to account | [optional]
9
9
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
10
- **show_loan_hero** | **BOOLEAN** | | [optional]
10
+ **show_loan_hero** | **BOOLEAN** | Internal field to aid UI | [optional]
11
11
 
12
12
 
@@ -3,7 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_money_orders** | **BOOLEAN** | | [optional]
6
+ **accept_money_orders** | **BOOLEAN** | Master flag for this merchant accepting money orders | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks accounting code | [optional]
8
+ **deposit_to_account** | **String** | Optional Quickbooks deposit to account | [optional]
7
9
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
8
10
 
9
11
 
@@ -3,34 +3,34 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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]
6
+ **accept_paypal** | **BOOLEAN** | Master flag that determine if PayPal is an active payment for this account | [optional]
7
+ **accounting_code** | **String** | Optional accounting code that is set to Quickbooks when an order uses this payment method. | [optional]
8
+ **api_password** | **String** | PayPal API password | [optional]
9
+ **api_username** | **String** | PayPal API username | [optional]
10
+ **certificate_on_file** | **BOOLEAN** | (Legacy) true if there is a PayPal certificate already on file. Used to manage the internal UI | [optional]
11
+ **deposit_to_account** | **String** | The account to deposit funds | [optional]
12
+ **email** | **String** | The main PayPal email address | [optional]
13
+ **environment** | **String** | PayPal configuration, live or sandbox | [optional]
14
+ **header_image_url** | **String** | The URL for the PayPal header | [optional]
15
+ **hide_bill_me_later** | **BOOLEAN** | True if the Bill Me Later button should be hidden during checkout | [optional]
16
+ **hide_express_checkout_on_view_cart** | **BOOLEAN** | True if the PayPal express checkout button should be hidden on the view cart page. This will force the customer to enter address information before being able to checkout with PayPal | [optional]
17
+ **hide_for_unshipped_orders** | **BOOLEAN** | True if PayPal should be hidden for orders with no shippable product, such as digital orders | [optional]
18
+ **hold_in_ar** | **BOOLEAN** | If true, PayPal orders are held in Accounts Receivable for review | [optional]
19
+ **landing_page** | **String** | PayPal landing page | [optional]
20
+ **mode** | **String** | The PayPal mode | [optional]
21
+ **private_key_password** | **String** | PayPal API private key password | [optional]
22
+ **processing_fee** | **String** | Optional additional fee to charge if PayPal is used. It is rare for this to be used. | [optional]
23
+ **processing_percentage** | **String** | The processing percentage charged by PayPal | [optional]
24
+ **push_paypal** | **BOOLEAN** | True if the internal UI should recommend opening a PayPal account | [optional]
33
25
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
34
- **short_pay_pal_marketing_text** | **BOOLEAN** | | [optional]
26
+ **send_recurring** | **BOOLEAN** | True if UltraCart should send recurring orders to PayPal. There are restrictions to what PayPal will accept for recurring orders. Be careful. | [optional]
27
+ **short_paypal_marketing_text** | **BOOLEAN** | Short marketing text | [optional]
28
+ **show_card_logos_not_directly_supported** | **BOOLEAN** | internal ui flag | [optional]
29
+ **show_signature** | **BOOLEAN** | Internal flag used to manage UI | [optional]
30
+ **signature** | **String** | PayPal signature | [optional]
31
+ **solution_type** | **String** | PayPal solution type | [optional]
32
+ **summary_email** | **String** | The email where PayPal summaries should be sent | [optional]
33
+ **summary_mode** | **String** | Description of what mode PayPal is operating | [optional]
34
+ **zero_dollar_penny** | **BOOLEAN** | Send free items to PayPal as one cent items and subtract this penny from shipping. PayPal does not allow the sale of free items. | [optional]
35
35
 
36
36
 
@@ -3,9 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_purchase_orders** | **BOOLEAN** | | [optional]
7
- **purchase_order_approved_customers_only** | **BOOLEAN** | | [optional]
8
- **purchase_order_prevent_duplicate_number** | **BOOLEAN** | | [optional]
6
+ **accept_purchase_orders** | **BOOLEAN** | Master flag indicating this merchant accepts purchase orders | [optional]
7
+ **approved_customers_only** | **BOOLEAN** | If true, only approved customers may pay with a purchase order | [optional]
8
+ **prevent_duplicate_number** | **BOOLEAN** | If true, customers may not use duplicate PO numbers for any order | [optional]
9
9
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
10
10
 
11
11
 
@@ -3,8 +3,8 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_quote_requests** | **BOOLEAN** | | [optional]
7
- **quote_request_approved_customers_only** | **BOOLEAN** | | [optional]
6
+ **accept_quote_requests** | **BOOLEAN** | Master flag indicating this merchant accepts quote requests | [optional]
7
+ **approved_customers_only** | **BOOLEAN** | If true, only approved customers may use quote requests | [optional]
8
8
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
9
9
 
10
10
 
@@ -3,17 +3,17 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
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]
6
+ **maximum_subtotal** | **String** | Maximum subtotal | [optional]
7
+ **minimum_subtotal** | **String** | Minimum subtotal | [optional]
8
+ **payment_method** | **String** | Payment method | [optional]
9
+ **restriction_alaska_hawaii** | **String** | Alaska and Hawaii restriction | [optional]
10
+ **restriction_apo_fpo** | **String** | APO/FPO restriction | [optional]
11
+ **restriction_canada** | **String** | Canada restriction | [optional]
12
+ **restriction_continental_us** | **String** | Continental US restriction | [optional]
13
+ **restriction_domestic_only** | **String** | Domestic only restriction | [optional]
14
+ **restriction_international_only** | **String** | International only restriction | [optional]
15
+ **restriction_po_box** | **String** | PO Box restriction | [optional]
16
+ **restriction_puerto_rico** | **String** | Puerto Rico restriction | [optional]
17
+ **restriction_us_territories** | **String** | US Territories restriction | [optional]
18
18
 
19
19
 
@@ -3,13 +3,14 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_sezzle** | **BOOLEAN** | | [optional]
6
+ **accept_sezzle** | **BOOLEAN** | Master flag for this merchant accepting Sezzle payments | [optional]
7
+ **accounting_code** | **String** | Optional Quickbooks code for this payment method | [optional]
8
+ **business_id** | **String** | Business ID | [optional]
9
+ **deposit_to_account** | **String** | Optional Quickbooks Deposit to Account value | [optional]
10
+ **environment** | **String** | Sezzle environment | [optional]
11
+ **environments** | **Object** | List of environments possible | [optional]
12
+ **private_api_key** | **String** | Private API key | [optional]
13
+ **public_api_key** | **String** | Public API key | [optional]
7
14
  **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
 
15
16
 
@@ -3,33 +3,33 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accept_wepay** | **BOOLEAN** | | [optional]
7
- **hide_credit_cards_non_ultra_cart_payments** | **BOOLEAN** | | [optional]
8
- **hide_surcharge_content** | **BOOLEAN** | | [optional]
6
+ **accept_wepay** | **BOOLEAN** | Master flag indicating this merchant accepts UltraCart Payments WePay | [optional]
7
+ **account_update_uri** | **String** | URI for updating the WePay account | [optional]
8
+ **address1** | **String** | Address line 1 | [optional]
9
+ **address2** | **String** | Address line 2 | [optional]
10
+ **canada_accept_debit_cards** | **BOOLEAN** | For Canadian merchants, true if they wish to accept debit cards | [optional]
11
+ **city** | **String** | City | [optional]
12
+ **company** | **String** | Company | [optional]
13
+ **company_description** | **String** | Company description | [optional]
14
+ **console_hostname** | **String** | Console hostname | [optional]
15
+ **country** | **String** | Country | [optional]
16
+ **currency** | **String** | Base currency for transactions | [optional]
17
+ **expected_revenue** | **String** | Expected Revenue | [optional]
18
+ **hide_credit_card_non_ultracart_payments** | **BOOLEAN** | Internal flag to aid UI | [optional]
19
+ **hide_surcharge_amount** | **BOOLEAN** | Internal flag to aid UI | [optional]
20
+ **industry** | **String** | Industry | [optional]
21
+ **owner_email** | **String** | Owner email | [optional]
22
+ **owner_name** | **String** | Owner name | [optional]
23
+ **owner_phone** | **String** | Owner phone | [optional]
24
+ **postal_code** | **String** | Postal code | [optional]
9
25
  **remove_pay_pal_pro** | **BOOLEAN** | | [optional]
10
26
  **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]
27
+ **short_paypal_marketing_text** | **BOOLEAN** | Internal UI aid | [optional]
28
+ **show_ultracart_payments_disabled** | **BOOLEAN** | Internal flag to aid UI | [optional]
29
+ **show_ultracart_payments_intro** | **BOOLEAN** | Internal flag to aid UI | [optional]
30
+ **show_ultracart_payments_verification** | **BOOLEAN** | Internal flag to aid UI | [optional]
31
+ **show_ultracart_payments_verified** | **BOOLEAN** | Internal flag to aid UI | [optional]
32
+ **state** | **String** | State | [optional]
33
+ **website_url** | **String** | Website URL | [optional]
34
34
 
35
35