Class: MangoModel::BankWireDirectPayIn
- Inherits:
-
PayIn
- Object
- EntityBase
- Transaction
- PayIn
- MangoModel::BankWireDirectPayIn
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb
Overview
Bank Wire Direct Pay-In entity A Bank Wire Pay-In is a request to process a payment by bank wire
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#bank_account ⇒ Object
- BankAccount
-
The bank account details.
-
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page.
-
#declared_debited_funds ⇒ Object
- Money
-
The declared debited funds.
-
#declared_fees ⇒ Object
- Money
-
The declared fees.
-
#wire_reference ⇒ Object
- String
-
Wire reference.
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
#bank_account ⇒ Object
- BankAccount
-
The bank account details
20 21 22 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb', line 20 def bank_account @bank_account end |
#culture ⇒ Object
- CultureCode
-
The language to use for the payment page
23 24 25 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb', line 23 def culture @culture end |
#declared_debited_funds ⇒ Object
- Money
-
The declared debited funds
11 12 13 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb', line 11 def declared_debited_funds @declared_debited_funds end |
#declared_fees ⇒ Object
- Money
-
The declared fees
14 15 16 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb', line 14 def declared_fees @declared_fees end |
#wire_reference ⇒ Object
- String
-
Wire reference
17 18 19 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb', line 17 def wire_reference @wire_reference end |