PHP 클래스 Smalot\Magento\CustomerBalance\StoreCredit

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

공개 메소드들

메소드 설명
getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface Allows you to retrieve the customer store credit balance amount.
getHistory ( string $customerId, string $websiteId = null ) : Smalot\Magento\ActionInterface Allows you to retrieve the customer store credit history information.

메소드 상세

getBalance() 공개 메소드

Allows you to retrieve the customer store credit balance amount.
public getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
리턴 Smalot\Magento\ActionInterface

getHistory() 공개 메소드

Allows you to retrieve the customer store credit history information.
public getHistory ( string $customerId, string $websiteId = null ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
리턴 Smalot\Magento\ActionInterface