FundingMethodBrandEnum
This enumeration type lists the possible credit card brands that can be used by eBay to fund a seller's refund to a buyer. This type is only applicable if a buyer refund will be funded using a seller's credit card as the funding source.
Types that use FundingMethodBrandEnum:
Calls that use one or more values of FundingMethodBrandEnum:
/post-order/v2/cancellation/{cancelId} GET, /post-order/v2/casemanagement/{caseId} GET, /post-order/v2/inquiry/{inquiryId} GET, /post-order/v2/return POST, /post-order/v2/return/{returnId} GET
Enumeration Values
Value | Description |
AMERICAN_EXPRESS | This enumeration value indicates that a American Express credit card will be used to fund the refund to the buyer. |
DISCOVER | This enumeration value indicates that a Discover credit card will be used to fund the refund to the buyer. |
MASTERCARD | This enumeration value indicates that a Mastercard credit card will be used to fund the refund to the buyer. |
VISA | This enumeration value indicates that a Visa credit card will be used to fund the refund to the buyer. |