219
222
number = property(_get_number, _set_number)
221
def __init__(self, number, holder, currency, sortcode, swiftcode, country, origin_country=None):
224
def __init__(self, number, holder, currency, sortcode, swiftcode, country, origin_country=None, is_origin_account=False):
229
233
self.institution_identification = self._set_account_ident()