Class: MangoModel::BankingAlias

Inherits:
EntityBase show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/entity/banking_alias.rb

Overview

Mandate entity

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

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

#activeObject

Boolean

Whether the banking alias is active or not



22
23
24
# File 'lib/mangopay/model/entity/banking_alias.rb', line 22

def active
  @active
end

#countryObject

CountryIso

Its country



25
26
27
# File 'lib/mangopay/model/entity/banking_alias.rb', line 25

def country
  @country
end

#credited_user_idObject

String

The user ID who was credited



10
11
12
# File 'lib/mangopay/model/entity/banking_alias.rb', line 10

def credited_user_id
  @credited_user_id
end

#owner_nameObject

String

Owner name



19
20
21
# File 'lib/mangopay/model/entity/banking_alias.rb', line 19

def owner_name
  @owner_name
end

#typeObject

BankingAliasType

The type of banking alias



16
17
18
# File 'lib/mangopay/model/entity/banking_alias.rb', line 16

def type
  @type
end

#wallet_idObject

String

The Id of wallet



13
14
15
# File 'lib/mangopay/model/entity/banking_alias.rb', line 13

def wallet_id
  @wallet_id
end