Sha256: bceda1103d423a8546e2f30fca3843e14ea43382262d45b6ceeb981bfbf1ee14
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
module PayPal module ExpressCheckout module Response class TransactionDetails < Base has_fields :payment, :amount, :gift, :survey, :receiver, :payer, :ship_to, :auction, :subscription has_many :payment_items, :shipping_options end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/express_checkout/response/transaction_details.rb |