iban property

iban property

Gets or sets Beneficiary’s Account (IBAN). The IBAN consists of up to 34 alphanumeric characters.

Definition:

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

See Also