module GunBroker::Item::Constants

Constants

AUCTION_DURATION

How long an auction listing should last.

AUTO_RELIST

Options for auto-relisting.

CONDITION

Condition options.

FIXED_PRICE_DURATION

How long fixed price listing should last.

INSPECTION_PERIOD

The return policy / inspection period for the item.

PAYMENT_METHODS

The payment methods accepted by the seller for this Item. The keys of this hash should be sent as `true` or `false` in the `paymentMethods` param.

SHIPPING_CLASSES

The type of shipping offered by the seller of this Item. The keys of this hash should be sent as `true` or `false` in the `shippingClassesSupported` param.

SHIPPING_PAYER

Who pays for shipping. The key should be sent as the `whoPaysForShipping` param.