proto.api.UserApplyRefundRejectReq */ class UserApplyRefundRejectReq extends \Google\Protobuf\Internal\Message { /** * 申请退款id 数组 * * Generated from protobuf field repeated int32 refund_ids = 1; */ private $refund_ids; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type array|\Google\Protobuf\Internal\RepeatedField $refund_ids * 申请退款id 数组 * } */ public function __construct($data = NULL) { \GPBMetadata\Api\Order::initOnce(); parent::__construct($data); } /** * 申请退款id 数组 * * Generated from protobuf field repeated int32 refund_ids = 1; * @return \Google\Protobuf\Internal\RepeatedField */ public function getRefundIds() { return $this->refund_ids; } /** * 申请退款id 数组 * * Generated from protobuf field repeated int32 refund_ids = 1; * @param array|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ public function setRefundIds($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); $this->refund_ids = $arr; return $this; } }