Метод | Описание | |
---|---|---|
__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 ) |
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 |
public getAuthentication ( ) : cielo\Authentication | ||
Результат | cielo\Authentication |
public getAuthorization ( ) : cielo\Authorization | ||
Результат | cielo\Authorization |
public getCancellationInformation ( ) : cielo\CancellationInformation | ||
Результат | cielo\CancellationInformation |
public getCaptureInformation ( ) : cielo\CaptureInformation | ||
Результат | cielo\CaptureInformation |
public getPaymentMethod ( ) : cielo\PaymentMethod | ||
Результат | cielo\PaymentMethod |
public setAuthentication ( cielo\Authentication $authentication ) | ||
$authentication | cielo\Authentication |
public setAuthenticationURL ( string $authenticationUrl ) | ||
$authenticationUrl | string |
public setAuthorization ( cielo\Authorization $authorization ) | ||
$authorization | cielo\Authorization |
public setCancellationInformation ( cielo\CancellationInformation $cancellationInformation ) | ||
$cancellationInformation | cielo\CancellationInformation |
public setCaptureInformation ( cielo\CaptureInformation $captureInformation ) | ||
$captureInformation | cielo\CaptureInformation |
public setGenerateToken ( boolean $generateToken ) | ||
$generateToken | boolean |
public setMerchant ( cielo\Merchant $merchant ) | ||
$merchant | cielo\Merchant |
public setPaymentMethod ( cielo\PaymentMethod $paymentMethod ) | ||
$paymentMethod | cielo\PaymentMethod |