REAPI/extend/sdk/taobao/top/domain/CouponTemplateCompatibleConfig.php
2024-09-29 15:43:18 +08:00

20 lines
320 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* 兼容历史逻辑配置
* @author auto create
*/
class CouponTemplateCompatibleConfig
{
/**
* 优惠券应用类型 pointCoupon积分券
**/
public $application_type;
/**
* 是否要求优惠券在一天的23:59:59失效 1表示最后一秒失效
**/
public $valid_till_night;
}
?>