bill_information property

bill_information property

Gets or sets the additional structured bill information.

Definition:

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

See Also