PHP 클래스 Smalot\Magento\Order\OrderCreditMemo

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
addComment ( string $creditmemoIncrementId, string $comment = null, string $notifyCustomer = null, string $includeComment = null ) : Smalot\Magento\ActionInterface Allows you to add a new comment to an existing credit memo.
cancel ( string $creditmemoIncrementId ) : Smalot\Magento\ActionInterface Allows you to cancel an existing credit memo.
create ( string $orderIncrementId, array $creditmemoData = null, string $comment = null, integer $notifyCustomer = null, integer $includeComment = null, string $refundToStoreCreditAmount = null ) : Smalot\Magento\ActionInterface Allows you to create a new credit memo for the invoiced order.
getInfo ( string $creditmemoIncrementId ) : Smalot\Magento\ActionInterface Allows you to retrieve full information about the specified credit memo.
getList ( array $filters ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of credit memos by filters.

메소드 상세

addComment() 공개 메소드

Email notification can be sent to the user email.
public addComment ( string $creditmemoIncrementId, string $comment = null, string $notifyCustomer = null, string $includeComment = null ) : Smalot\Magento\ActionInterface
$creditmemoIncrementId string
$comment string
$notifyCustomer string
$includeComment string
리턴 Smalot\Magento\ActionInterface

cancel() 공개 메소드

Allows you to cancel an existing credit memo.
public cancel ( string $creditmemoIncrementId ) : Smalot\Magento\ActionInterface
$creditmemoIncrementId string
리턴 Smalot\Magento\ActionInterface

create() 공개 메소드

Comments can be added and an email notification can be sent to the user email.
public create ( string $orderIncrementId, array $creditmemoData = null, string $comment = null, integer $notifyCustomer = null, integer $includeComment = null, string $refundToStoreCreditAmount = null ) : Smalot\Magento\ActionInterface
$orderIncrementId string
$creditmemoData array
$comment string
$notifyCustomer integer
$includeComment integer
$refundToStoreCreditAmount string
리턴 Smalot\Magento\ActionInterface

getInfo() 공개 메소드

Allows you to retrieve full information about the specified credit memo.
public getInfo ( string $creditmemoIncrementId ) : Smalot\Magento\ActionInterface
$creditmemoIncrementId string
리턴 Smalot\Magento\ActionInterface

getList() 공개 메소드

Allows you to retrieve the list of credit memos by filters.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
리턴 Smalot\Magento\ActionInterface