Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 3.95 KB

SetPaymentPolicyResponse.md

File metadata and controls

19 lines (16 loc) · 3.95 KB

# SetPaymentPolicyResponse

Properties

Name Type Description Notes
category_types \Ebay\Sell\Account\Model\CategoryType[] The CategoryTypeEnum value to which this policy applies. This container is used to discern accounts that sell motor vehicles from those that do not. Restriction: Currently, each policy can be set to only one categoryTypes value at a time. [optional]
deposit \Ebay\Sell\Account\Model\Deposit [optional]
description string An optional seller-defined description of the payment policy for internal use (this value is not displayed to end users). [optional]
full_payment_due_in \Ebay\Sell\Account\Model\TimeDuration [optional]
immediate_pay bool If set to true, payment is due upon receipt (eBay generates a receipt when the buyer agrees to purchase an item). The items will be available for other buyers until the payment is complete. This boolean must be set in the payment policy if the seller wants to create a listing that has an immediate payment requirement. Note: This container can be used for sellers who opt-in to the managed payments program, but some requirements do not apply.Default: False [optional]
marketplace_id string The ID of the eBay marketplace to which this payment policy applies. If this value is not specified, the value defaults to the seller's eBay registration site. Note: A limited number of sellers, on a limited number of eBay marketplaces, are currently opted-in to the eBay managed payments program. To view the eBay marketplaces where managed payments are currently supported, see the managed payments landing page. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:MarketplaceIdEnum&#39;&gt;eBay API documentation</a> [optional]
name string A user-defined name for this payment policy. Names must be unique for policies assigned to the same marketplace. Note: eBay will create a new payment policy for sellers who opt-in to the managed payments program.Max length: 64 [optional]
payment_instructions string A free-form string field that allows sellers to add detailed payment instructions to their listings. The payment instructions appear on eBay's View Item and Checkout pages. eBay recommends sellers use this field to clarify payment policies for motor vehicle listings on eBay Motors. For example, sellers can include the specifics on the deposit (if required), pickup/delivery arrangements, and full payment details on the vehicle. The field allows only 500 characters as input, but due to the way the eBay web site UI treats characters, this field can return more than 500 characters in the response. For example, characters like &amp; and ' (ampersand and single quote) count as 5 characters each. Restriction: This container is not supported for sellers who opt-in to the managed payments program. Max length: 1000 [optional]
payment_methods \Ebay\Sell\Account\Model\PaymentMethod[] If the seller is not opted-in to managed payments, this container returns a list of the payment methods accepted by the seller. When not opted-in to managed payments, each payment policy must specify at least one payment method. Note: The paymentMethods container is not returned if the seller is opted-in to the managed payments program. [optional]
payment_policy_id string A unique eBay-assigned ID for a payment policy. This ID is generated when the policy is created. [optional]
warnings \Ebay\Sell\Account\Model\Error[] A list of warnings related to request. This field normally returns empty, which indicates the request did not generate any warnings. [optional]

[Back to Model list] [Back to API list] [Back to README]