Class: MangoModel::CardPreAuthorizedPayIn

Inherits:
PayIn show all
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

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

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

#creation_date, #id, #tag

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Methods included from NonInstantiable

#initialize

Instance Attribute Details

#cultureObject

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_idObject

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
  @preauthorization_id
end