reference property

reference property

Gets or sets Payment Reference (maximum 35 characters). This field and the Remittance Information field are mutually exclusive.

Definition:

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

See Also