billing property

billing property

Contains the billing information associated with an item.

Definition:

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

See Also