Class: Remit::MarketplaceRefundPolicy

Inherits:
Object
  • Object
show all
Defined in:
lib/remit/data_types.rb

Overview

MarketplaceRefundPolicy is available in these APIs: Amazon FPS Advanced Quick Start Amazon FPS Marketplace Quick Start Amazon FPS Aggregated Payments Quick Start i.e. Not Basic Quick Start It really should be listed under Enumerated DataTypes: MarketplaceTxnOnly Caller refunds his fee to the recipient. String MasterAndMarketplaceTxn Caller and Amazon FPS refund their fees to the String

sender, and the recipient refunds his amount

MasterTxnOnly Caller does not refund his fee. Amazon FPS String

refunds its fee and the recipient refunds his amount
plus the caller's fee to the sender.

Constant Summary collapse

POLICY =
{
  :marketplace_txn_only => 'MarketplaceTxnOnly',
  :master_and_marketplace_txn => 'MasterAndMarketplaceTxn',
  :master_txn_only => 'MasterTxnOnly' #default if not specified, set by Amazon FPS
}