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

15 lines
178 B
PHP

<?php
/**
* 可以协商的最大退款金额
* @author auto create
*/
class MaxRefundFee
{
/**
* 可以协商的最大退款金额
**/
public $max_refund_fee;
}
?>