Class: MangoModel::PayIn
- Inherits:
-
Transaction
- Object
- EntityBase
- Transaction
- MangoModel::PayIn
- Extended by:
- NonInstantiable
- Defined in:
- lib/mangopay/model/entity/pay_in/pay_in.rb
Overview
Pay In entity
Direct Known Subclasses
ApplePayPayIn, BankWireDirectPayIn, BankWireExternalInstructionPayIn, CardDirectPayIn, CardPreAuthorizedPayIn, CardWebPayIn, DirectDebitDirectPayIn, DirectDebitWebPayIn, GooglePayPayIn, PaypalWebPayIn
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page.
-
#execution_type ⇒ Object
- PayInExecutionType
-
Its execution type.
-
#payment_type ⇒ Object
- PayInPaymentType
-
Its 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 NonInstantiable
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page
14 15 16 |
# File 'lib/mangopay/model/entity/pay_in/pay_in.rb', line 14 def culture @culture end |
#execution_type ⇒ Object
- PayInExecutionType
-
Its execution type
17 18 19 |
# File 'lib/mangopay/model/entity/pay_in/pay_in.rb', line 17 def execution_type @execution_type end |
#payment_type ⇒ Object
- PayInPaymentType
-
Its type
11 12 13 |
# File 'lib/mangopay/model/entity/pay_in/pay_in.rb', line 11 def payment_type @payment_type end |