PHP 클래스 Cielo\Transaction

파일 보기 프로젝트 열기: developercielo/webservice-1.5-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( cielo\Merchant $merchant, cielo\Holder $holder, cielo\Order $order, cielo\PaymentMethod $paymentMethod, string $returnURL, boolean $authorize, boolean $capture )
getAuthentication ( ) : cielo\Authentication
getAuthenticationURL ( ) : string
getAuthorization ( ) : cielo\Authorization
getAuthorize ( ) : integer
getAvs ( ) : string
getBin ( ) : integer
getCancellationInformation ( ) : cielo\CancellationInformation
getCapture ( ) : boolean
getCaptureInformation ( ) : cielo\CaptureInformation
getFreeField ( ) : string
getGenerateToken ( ) : boolean
getHolder ( ) : cielo\Holder
getMerchant ( ) : cielo\Merchant
getOrder ( ) : cielo\Order
getPan ( ) : string
getPaymentMethod ( ) : cielo\PaymentMethod
getReturnURL ( ) : string
getStatus ( ) : integer
getTid ( ) : string
getToken ( ) : cielo\Token
setAuthentication ( cielo\Authentication $authentication )
setAuthenticationURL ( string $authenticationUrl )
setAuthorization ( cielo\Authorization $authorization )
setAuthorize ( integer $authorize )
setAvs ( string $avs )
setBin ( string $bin )
setCancellationInformation ( cielo\CancellationInformation $cancellationInformation )
setCapture ( boolean $capture )
setCaptureInformation ( cielo\CaptureInformation $captureInformation )
setFreeField ( string $freeField )
setGenerateToken ( boolean $generateToken )
setHolder ( cielo\Holder $holder )
setMerchant ( cielo\Merchant $merchant )
setOrder ( cielo\Order $order )
setPan ( string $pan )
setPaymentMethod ( cielo\PaymentMethod $paymentMethod )
setReturnURL ( string $returnURL )
setStatus ( $status )
setTid ( string $tid )
setToken ( cielo\Token $token )

메소드 상세

__construct() 공개 메소드

public __construct ( cielo\Merchant $merchant, cielo\Holder $holder, cielo\Order $order, cielo\PaymentMethod $paymentMethod, string $returnURL, boolean $authorize, boolean $capture )
$merchant cielo\Merchant
$holder cielo\Holder
$order cielo\Order
$paymentMethod cielo\PaymentMethod
$returnURL string
$authorize boolean
$capture boolean

getAuthentication() 공개 메소드

public getAuthentication ( ) : cielo\Authentication
리턴 cielo\Authentication

getAuthenticationURL() 공개 메소드

public getAuthenticationURL ( ) : string
리턴 string

getAuthorization() 공개 메소드

public getAuthorization ( ) : cielo\Authorization
리턴 cielo\Authorization

getAuthorize() 공개 메소드

public getAuthorize ( ) : integer
리턴 integer

getAvs() 공개 메소드

public getAvs ( ) : string
리턴 string

getBin() 공개 메소드

public getBin ( ) : integer
리턴 integer

getCancellationInformation() 공개 메소드

public getCancellationInformation ( ) : cielo\CancellationInformation
리턴 cielo\CancellationInformation

getCapture() 공개 메소드

public getCapture ( ) : boolean
리턴 boolean

getCaptureInformation() 공개 메소드

public getCaptureInformation ( ) : cielo\CaptureInformation
리턴 cielo\CaptureInformation

getFreeField() 공개 메소드

public getFreeField ( ) : string
리턴 string

getGenerateToken() 공개 메소드

public getGenerateToken ( ) : boolean
리턴 boolean

getHolder() 공개 메소드

public getHolder ( ) : cielo\Holder
리턴 cielo\Holder

getMerchant() 공개 메소드

public getMerchant ( ) : cielo\Merchant
리턴 cielo\Merchant

getOrder() 공개 메소드

public getOrder ( ) : cielo\Order
리턴 cielo\Order

getPan() 공개 메소드

public getPan ( ) : string
리턴 string

getPaymentMethod() 공개 메소드

public getPaymentMethod ( ) : cielo\PaymentMethod
리턴 cielo\PaymentMethod

getReturnURL() 공개 메소드

public getReturnURL ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : integer
리턴 integer

getTid() 공개 메소드

public getTid ( ) : string
리턴 string

getToken() 공개 메소드

public getToken ( ) : cielo\Token
리턴 cielo\Token

setAuthentication() 공개 메소드

public setAuthentication ( cielo\Authentication $authentication )
$authentication cielo\Authentication

setAuthenticationURL() 공개 메소드

public setAuthenticationURL ( string $authenticationUrl )
$authenticationUrl string

setAuthorization() 공개 메소드

public setAuthorization ( cielo\Authorization $authorization )
$authorization cielo\Authorization

setAuthorize() 공개 메소드

public setAuthorize ( integer $authorize )
$authorize integer

setAvs() 공개 메소드

public setAvs ( string $avs )
$avs string

setBin() 공개 메소드

public setBin ( string $bin )
$bin string

setCancellationInformation() 공개 메소드

public setCancellationInformation ( cielo\CancellationInformation $cancellationInformation )
$cancellationInformation cielo\CancellationInformation

setCapture() 공개 메소드

public setCapture ( boolean $capture )
$capture boolean

setCaptureInformation() 공개 메소드

public setCaptureInformation ( cielo\CaptureInformation $captureInformation )
$captureInformation cielo\CaptureInformation

setFreeField() 공개 메소드

public setFreeField ( string $freeField )
$freeField string

setGenerateToken() 공개 메소드

public setGenerateToken ( boolean $generateToken )
$generateToken boolean

setHolder() 공개 메소드

public setHolder ( cielo\Holder $holder )
$holder cielo\Holder

setMerchant() 공개 메소드

public setMerchant ( cielo\Merchant $merchant )
$merchant cielo\Merchant

setOrder() 공개 메소드

public setOrder ( cielo\Order $order )
$order cielo\Order

setPan() 공개 메소드

public setPan ( string $pan )
$pan string

setPaymentMethod() 공개 메소드

public setPaymentMethod ( cielo\PaymentMethod $paymentMethod )
$paymentMethod cielo\PaymentMethod

setReturnURL() 공개 메소드

public setReturnURL ( string $returnURL )
$returnURL string

setStatus() 공개 메소드

public setStatus ( $status )
$status

setTid() 공개 메소드

public setTid ( string $tid )
$tid string

setToken() 공개 메소드

public setToken ( cielo\Token $token )
$token cielo\Token