docs/PaymentsConfigurationPayPal.md in ultracart_api-3.4.8 vs docs/PaymentsConfigurationPayPal.md in ultracart_api-3.4.9
- old
+ new
@@ -1,36 +1,36 @@
# UltracartClient::PaymentsConfigurationPayPal
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**accept_pay_pal** | **BOOLEAN** | | [optional]
-**paypal_accounting_code** | **String** | | [optional]
-**paypal_api_password** | **String** | | [optional]
-**paypal_api_user_name** | **String** | | [optional]
-**paypal_certificate_on_file** | **BOOLEAN** | | [optional]
-**paypal_deposit_to_account** | **String** | | [optional]
-**paypal_email** | **String** | | [optional]
-**paypal_environment** | **String** | | [optional]
-**paypal_header_image_url** | **String** | | [optional]
-**paypal_hide_bill_me_later** | **BOOLEAN** | | [optional]
-**paypal_hide_express_checkout_on_view_cart** | **BOOLEAN** | | [optional]
-**paypal_hide_for_unshipped_orders** | **BOOLEAN** | | [optional]
-**paypal_hold_in_ar** | **BOOLEAN** | | [optional]
-**paypal_landing_page** | **String** | | [optional]
-**paypal_mode** | **String** | | [optional]
-**paypal_private_key_password** | **String** | | [optional]
-**paypal_processing_fee** | **String** | | [optional]
-**paypal_processing_perc** | **String** | | [optional]
-**paypal_send_recurring** | **String** | | [optional]
-**paypal_show_card_logos_not_directly_supported** | **BOOLEAN** | | [optional]
-**paypal_show_signature** | **BOOLEAN** | | [optional]
-**paypal_signature** | **String** | | [optional]
-**paypal_solution_type** | **String** | | [optional]
-**paypal_summary_email** | **String** | | [optional]
-**paypal_summary_mode** | **String** | | [optional]
-**paypal_zero_dollar_penny** | **BOOLEAN** | | [optional]
-**push_pay_pal** | **BOOLEAN** | | [optional]
+**accept_paypal** | **BOOLEAN** | Master flag that determine if PayPal is an active payment for this account | [optional]
+**accounting_code** | **String** | Optional accounting code that is set to Quickbooks when an order uses this payment method. | [optional]
+**api_password** | **String** | PayPal API password | [optional]
+**api_username** | **String** | PayPal API username | [optional]
+**certificate_on_file** | **BOOLEAN** | (Legacy) true if there is a PayPal certificate already on file. Used to manage the internal UI | [optional]
+**deposit_to_account** | **String** | The account to deposit funds | [optional]
+**email** | **String** | The main PayPal email address | [optional]
+**environment** | **String** | PayPal configuration, live or sandbox | [optional]
+**header_image_url** | **String** | The URL for the PayPal header | [optional]
+**hide_bill_me_later** | **BOOLEAN** | True if the Bill Me Later button should be hidden during checkout | [optional]
+**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]
+**hide_for_unshipped_orders** | **BOOLEAN** | True if PayPal should be hidden for orders with no shippable product, such as digital orders | [optional]
+**hold_in_ar** | **BOOLEAN** | If true, PayPal orders are held in Accounts Receivable for review | [optional]
+**landing_page** | **String** | PayPal landing page | [optional]
+**mode** | **String** | The PayPal mode | [optional]
+**private_key_password** | **String** | PayPal API private key password | [optional]
+**processing_fee** | **String** | Optional additional fee to charge if PayPal is used. It is rare for this to be used. | [optional]
+**processing_percentage** | **String** | The processing percentage charged by PayPal | [optional]
+**push_paypal** | **BOOLEAN** | True if the internal UI should recommend opening a PayPal account | [optional]
**restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
-**short_pay_pal_marketing_text** | **BOOLEAN** | | [optional]
+**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]
+**short_paypal_marketing_text** | **BOOLEAN** | Short marketing text | [optional]
+**show_card_logos_not_directly_supported** | **BOOLEAN** | internal ui flag | [optional]
+**show_signature** | **BOOLEAN** | Internal flag used to manage UI | [optional]
+**signature** | **String** | PayPal signature | [optional]
+**solution_type** | **String** | PayPal solution type | [optional]
+**summary_email** | **String** | The email where PayPal summaries should be sent | [optional]
+**summary_mode** | **String** | Description of what mode PayPal is operating | [optional]
+**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]