An enumerated type that defines the different payment methods that can be used by buyers to pay sellers for purchases.
Note: This value is only applicable for offline payments.
Type that uses PaymentEnum
Call that uses PaymentEnum
Enumerations
CASH_ON_PICKUP
This enumeration value indicates that cash on pickup is accepted for payment. This value is only applicable for offline payments.
PAYMENT_SEE_DESCRIPTION
This enumeration value indicates that payment format is described in the listing description. This value is only applicable for offline payments and is not supported on all marketplaces.
MOCC
This enumeration value indicates that a money order or cashiers check is accepted for payment. This value is only applicable for offline payments and is not supported on all marketplaces.
PERSONAL_CHECK
This enumeration value indicates that a personal check is accepted for payment. This value is only applicable for offline payments and is not supported on all marketplaces.
OTHER
This enumeration value indicates that the payment format accepted for payment is not described by any of the other payment methods. This value is only applicable for offline payments.