Class: MangoModel::PaypalWebPayIn

Inherits:
PayIn show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Attributes inherited from PayIn

#culture, #execution_type, #payment_type

Attributes inherited from Transaction

#author_id, #credited_funds, #credited_user_id, #credited_wallet_id, #debited_funds, #debited_wallet_id, #execution_date, #fees, #nature, #result_code, #result_message, #status, #type

Attributes inherited from EntityBase

#creation_date, #id, #tag

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Methods included from NonInstantiable

#initialize

Instance Attribute Details

#paypal_buyer_account_emailObject

Returns the value of attribute paypal_buyer_account_email.



10
11
12
# File 'lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb', line 10

def 
  @paypal_buyer_account_email
end

#return_urlObject

Returns the value of attribute return_url.



12
13
14
# File 'lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb', line 12

def return_url
  @return_url
end

#shipping_addressObject

Returns the value of attribute shipping_address.



8
9
10
# File 'lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb', line 8

def shipping_address
  @shipping_address
end