Class: MangoModel::PaypalWebPayIn
- Inherits:
-
PayIn
- Object
- EntityBase
- Transaction
- PayIn
- MangoModel::PaypalWebPayIn
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#paypal_buyer_account_email ⇒ Object
Returns the value of attribute paypal_buyer_account_email.
-
#return_url ⇒ Object
Returns the value of attribute return_url.
-
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
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
Method Summary
Methods included from MangoPay::Jsonifier
Methods included from NonInstantiable
Instance Attribute Details
#paypal_buyer_account_email ⇒ Object
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 @paypal_buyer_account_email end |
#return_url ⇒ Object
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_address ⇒ Object
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 |