You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promotion blocks evaluated when this block fails or returns false.
[optional]
Example
fromtalon_one.models.promotion_check_attribute_blockimportPromotionCheckAttributeBlock# TODO update the JSON string belowjson="{}"# create an instance of PromotionCheckAttributeBlock from a JSON stringpromotion_check_attribute_block_instance=PromotionCheckAttributeBlock.from_json(json)
# print the JSON string representation of the objectprint(PromotionCheckAttributeBlock.to_json())
# convert the object into a dictpromotion_check_attribute_block_dict=promotion_check_attribute_block_instance.to_dict()
# create an instance of PromotionCheckAttributeBlock from a dictpromotion_check_attribute_block_from_dict=PromotionCheckAttributeBlock.from_dict(promotion_check_attribute_block_dict)