supply_chain_id property

supply_chain_id property

Identifies the unique group of customers involved in the mailing. Max value: 9999999.

Definition:

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

See Also