PHP 클래스 Payu\Response\LoyaltyInquiryResponse

상속: extends ResponseAbstract
파일 보기 프로젝트 열기: paranoiaproject/payuclient

공개 메소드들

메소드 설명
__construct ( integer $status, string $code, string $message, $points, $amount, $currency, $bank, $cardProgramName )
getAmount ( ) : float
getBank ( ) : string
getCardProgramName ( ) : string
getCurrency ( ) : string
getPoints ( ) : integer

메소드 상세

__construct() 공개 메소드

public __construct ( integer $status, string $code, string $message, $points, $amount, $currency, $bank, $cardProgramName )
$status integer
$code string
$message string

getAmount() 공개 메소드

public getAmount ( ) : float
리턴 float

getBank() 공개 메소드

public getBank ( ) : string
리턴 string

getCardProgramName() 공개 메소드

public getCardProgramName ( ) : string
리턴 string

getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string

getPoints() 공개 메소드

public getPoints ( ) : integer
리턴 integer