Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3.6 KB

PaymentMethod.md

File metadata and controls

11 lines (8 loc) · 3.6 KB

PaymentMethod

Properties

Name Type Description Notes
brands string[] <span class=&quot;tablenote&quot;><b>Note</b>: This array is no longer applicable and should not be used. eBay now controls all electronic payment methods available for a marketplace, and a seller never has to specify any electronic payment methods, including any credit card brands accepted. </span> [optional]
payment_method_type \SapientPro\EbayAccountSDK\Enums\PaymentMethodTypeEnum eBay now controls all electronic payment methods available for a marketplace, so only offline payment method enum values may be used in this field, and offline payment methods will only be applicable to listings that require or support offline payments. See the <b>PaymentMethodTypeEnum</b> type for supported offline payment method enum values. </p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:PaymentMethodTypeEnum&#x27;&gt;eBay API documentation</a> [optional]
recipient_account_reference \SapientPro\EbayAccountSDK\Models\RecipientAccountReference [optional]

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