REAPI/extend/sdk/taobao/top/domain/MaxRefundFee.php

15 lines
178 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 可以协商的最大退款金额
* @author auto create
*/
class MaxRefundFee
{
/**
* 可以协商的最大退款金额
**/
public $max_refund_fee;
}
?>