creditor property

creditor property

Gets or sets the creditor address.

Definition:

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

See Also