Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.08 KB

PaymentMethod.md

File metadata and controls

12 lines (9 loc) · 1.08 KB

# PaymentMethod

Properties

Name Type Description Notes
payment_method_type string The payment method type, such as credit card or cash. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:PaymentMethodTypeEnum&#39;&gt;eBay API documentation</a> [optional]
payment_method_brands \OpenAPI\EbayBrowseClient\Model\PaymentMethodBrand[] The payment method brands, including the payment method brand type and logo image. [optional]
payment_instructions string[] The payment instructions for the buyer, such as <i>cash in person</i> or <i>contact seller</i>. [optional]
seller_instructions string[] The seller instructions to the buyer, such as <i>accepts credit cards</i> or <i>see description</i>. [optional]

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