Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Payu
Request
LoyaltyInquiryRequest
PHP 클래스 Payu\Request\LoyaltyInquiryRequest
상속:
extends
RequestAbstract
파일 보기
프로젝트 열기: paranoiaproject/payuclient
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
$card
= null,
$currency
= null )
getCard
( ) :
Card
getCurrency
( ) :
Currency
getDate
( ) :
string
setCard
(
Card
$card
)
setCurrency
(
Currency
$currency
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
$card
= null,
$currency
= null )
getCard()
공개
메소드
public
getCard
( ) :
Card
리턴
Payu\Component\Card
getCurrency()
공개
메소드
public
getCurrency
( ) :
Currency
리턴
Payu\Component\Currency
getDate()
공개
메소드
public
getDate
( ) :
string
리턴
string
setCard()
공개
메소드
public
setCard
(
Card
$card
)
$card
Payu\Component\Card
setCurrency()
공개
메소드
public
setCurrency
(
Currency
$currency
)
$currency
Payu\Component\Currency