bic property

bic property

Gets or sets Beneficiary’s BIC with up to 11 characters length.

Definition:

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

See Also