Class: MangoModel::GooglePayPayIn
- Inherits:
-
PayIn
- Object
- EntityBase
- Transaction
- PayIn
- MangoModel::GooglePayPayIn
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#billing ⇒ Object
Returns the value of attribute billing.
-
#payment_data ⇒ Object
Returns the value of attribute payment_data.
-
#return_url ⇒ Object
Returns the value of attribute return_url.
-
#statement_descriptor ⇒ Object
- String
-
Custom description to appear on the user’s bank statement.
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
#billing ⇒ Object
Returns the value of attribute billing.
16 17 18 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 16 def billing @billing end |
#payment_data ⇒ Object
Returns the value of attribute payment_data.
12 13 14 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 12 def payment_data @payment_data end |
#return_url ⇒ Object
Returns the value of attribute return_url.
14 15 16 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 14 def return_url @return_url end |
#statement_descriptor ⇒ Object
- String
-
Custom description to appear on the user’s bank statement.
(max 100 alphanumeric/spaces)
10 11 12 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 10 def statement_descriptor @statement_descriptor end |