Class: MangoModel::BankWireExternalInstructionPayIn
- Inherits:
-
PayIn
- Object
- EntityBase
- Transaction
- PayIn
- MangoModel::BankWireExternalInstructionPayIn
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_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
-
#banking_alias_id ⇒ Object
- String
-
The declared fees.
-
#debited_bank_account ⇒ Object
- DebitedBankAccount
-
Information about account that was debited.
-
#wire_reference ⇒ Object
- String
-
Wire reference.
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
#banking_alias_id ⇒ Object
- String
-
The declared fees
11 12 13 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_pay_in.rb', line 11 def banking_alias_id @banking_alias_id end |
#debited_bank_account ⇒ Object
- DebitedBankAccount
-
Information about account that was debited
17 18 19 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_pay_in.rb', line 17 def debited_bank_account @debited_bank_account end |
#wire_reference ⇒ Object
- String
-
Wire reference
14 15 16 |
# File 'lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_pay_in.rb', line 14 def wire_reference @wire_reference end |