관리-도구
편집 파일: RefundReason.php
<?php namespace Iyzipay\Model; class RefundReason { const DOUBLE_PAYMENT = "double_payment"; const BUYER_REQUEST = "buyer_request"; const FRAUD = "fraud"; const OTHER = "other"; }