PHP Class Cielo\Transaction

Afficher le fichier Open project: developercielo/webservice-1.5-php Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

public getAuthentication ( ) : cielo\Authentication
Résultat cielo\Authentication

getAuthenticationURL() public méthode

public getAuthenticationURL ( ) : string
Résultat string

getAuthorization() public méthode

public getAuthorization ( ) : cielo\Authorization
Résultat cielo\Authorization

getAuthorize() public méthode

public getAuthorize ( ) : integer
Résultat integer

getAvs() public méthode

public getAvs ( ) : string
Résultat string

getBin() public méthode

public getBin ( ) : integer
Résultat integer

getCancellationInformation() public méthode

public getCancellationInformation ( ) : cielo\CancellationInformation
Résultat cielo\CancellationInformation

getCapture() public méthode

public getCapture ( ) : boolean
Résultat boolean

getCaptureInformation() public méthode

public getCaptureInformation ( ) : cielo\CaptureInformation
Résultat cielo\CaptureInformation

getFreeField() public méthode

public getFreeField ( ) : string
Résultat string

getGenerateToken() public méthode

public getGenerateToken ( ) : boolean
Résultat boolean

getHolder() public méthode

public getHolder ( ) : cielo\Holder
Résultat cielo\Holder

getMerchant() public méthode

public getMerchant ( ) : cielo\Merchant
Résultat cielo\Merchant

getOrder() public méthode

public getOrder ( ) : cielo\Order
Résultat cielo\Order

getPan() public méthode

public getPan ( ) : string
Résultat string

getPaymentMethod() public méthode

public getPaymentMethod ( ) : cielo\PaymentMethod
Résultat cielo\PaymentMethod

getReturnURL() public méthode

public getReturnURL ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( ) : integer
Résultat integer

getTid() public méthode

public getTid ( ) : string
Résultat string

getToken() public méthode

public getToken ( ) : cielo\Token
Résultat cielo\Token

setAuthentication() public méthode

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

setAuthenticationURL() public méthode

public setAuthenticationURL ( string $authenticationUrl )
$authenticationUrl string

setAuthorization() public méthode

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

setAuthorize() public méthode

public setAuthorize ( integer $authorize )
$authorize integer

setAvs() public méthode

public setAvs ( string $avs )
$avs string

setBin() public méthode

public setBin ( string $bin )
$bin string

setCancellationInformation() public méthode

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

setCapture() public méthode

public setCapture ( boolean $capture )
$capture boolean

setCaptureInformation() public méthode

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

setFreeField() public méthode

public setFreeField ( string $freeField )
$freeField string

setGenerateToken() public méthode

public setGenerateToken ( boolean $generateToken )
$generateToken boolean

setHolder() public méthode

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

setMerchant() public méthode

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

setOrder() public méthode

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

setPan() public méthode

public setPan ( string $pan )
$pan string

setPaymentMethod() public méthode

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

setReturnURL() public méthode

public setReturnURL ( string $returnURL )
$returnURL string

setStatus() public méthode

public setStatus ( $status )
$status

setTid() public méthode

public setTid ( string $tid )
$tid string

setToken() public méthode

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