account property

account property

Gets or sets the creditor’s account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number.

Definition:

@property
def account(self):
    ...
@account.setter
def account(self, value):
    ...

See Also