Class: MangoModel::CardPreAuthorizedPayIn
- Inherits:
-
PayIn
- Object
- EntityBase
- Transaction
- PayIn
- MangoModel::CardPreAuthorizedPayIn
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb
Overview
Allows payment through a card for which the action has been pre-authorized
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page.
-
#preauthorization_id ⇒ Object
- String
-
ID of the corresponding pre-authorization.
Attributes inherited from PayIn
#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
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page
14 15 16 |
# File 'lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb', line 14 def culture @culture end |
#preauthorization_id ⇒ Object
- String
-
ID of the corresponding pre-authorization
11 12 13 |
# File 'lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb', line 11 def @preauthorization_id end |