PHP Класс Cielo\Transaction

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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