brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/PaymentMethod.md

Summary

Maintainability
Test Coverage
# # 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'>eBay API documentation</a> | [optional]
**payment_method_brands** | [**\TNT\Ebay\Buy\Browse\V1\Model\PaymentMethodBrand[]**](PaymentMethodBrand.md) | 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]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)