PHP 클래스 Payu\Component\Order

상속: implements ComponentInterface
파일 보기 프로젝트 열기: paranoiaproject/payuclient

공개 메소드들

메소드 설명
__construct ( $code = null, $clientIp = null, $installment = 1, $currency = 'TRY', $loyaltyAmount = null, $paymentMethod = 'CCVISAMC', $date = null, $timeout = null, $recurringPayment = false )
getClientIp ( ) : string
getCode ( ) : string
getCurrency ( ) : string
getDate ( ) : string
getInstallment ( ) : integer
getLoyaltyAmount ( ) : float
getPaymentMethod ( ) : string
getTimeout ( ) : integer
isRecurringPayment ( ) : boolean Gets the value of recurringPayment.
setClientIp ( string $clientIp )
setCode ( string $code )
setCurrency ( string $currency )
setDate ( string $date )
setInstallment ( integer $installment )
setLoyaltyAmount ( float $loyaltyAmount )
setPaymentMethod ( string $paymentMethod )
setRecurringPayment ( boolean $recurringPayment ) : self Sets the value of recurringPayment.
setTimeout ( integer $timeout )

메소드 상세

__construct() 공개 메소드

public __construct ( $code = null, $clientIp = null, $installment = 1, $currency = 'TRY', $loyaltyAmount = null, $paymentMethod = 'CCVISAMC', $date = null, $timeout = null, $recurringPayment = false )

getClientIp() 공개 메소드

public getClientIp ( ) : string
리턴 string

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string

getDate() 공개 메소드

public getDate ( ) : string
리턴 string

getInstallment() 공개 메소드

public getInstallment ( ) : integer
리턴 integer

getLoyaltyAmount() 공개 메소드

public getLoyaltyAmount ( ) : float
리턴 float

getPaymentMethod() 공개 메소드

public getPaymentMethod ( ) : string
리턴 string

getTimeout() 공개 메소드

public getTimeout ( ) : integer
리턴 integer

isRecurringPayment() 공개 메소드

Gets the value of recurringPayment.
public isRecurringPayment ( ) : boolean
리턴 boolean

setClientIp() 공개 메소드

public setClientIp ( string $clientIp )
$clientIp string

setCode() 공개 메소드

public setCode ( string $code )
$code string

setCurrency() 공개 메소드

public setCurrency ( string $currency )
$currency string

setDate() 공개 메소드

public setDate ( string $date )
$date string

setInstallment() 공개 메소드

public setInstallment ( integer $installment )
$installment integer

setLoyaltyAmount() 공개 메소드

public setLoyaltyAmount ( float $loyaltyAmount )
$loyaltyAmount float

setPaymentMethod() 공개 메소드

public setPaymentMethod ( string $paymentMethod )
$paymentMethod string

setRecurringPayment() 공개 메소드

Sets the value of recurringPayment.
public setRecurringPayment ( boolean $recurringPayment ) : self
$recurringPayment boolean the recurring payment
리턴 self

setTimeout() 공개 메소드

public setTimeout ( integer $timeout )
$timeout integer