PHP Class Pap_Api_Transaction

Inheritance: extends Pap_Api_Object
Afficher le fichier Open project: fubralimited/php-oara Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Gpf_Api_Session $session )
approveByOrderId ( $note = '' ) : Gpf_Rpc_Action
chargeBack ( $note = '', $fee, $refundMultiTier = false ) : Gpf_Rpc_Action
declineByOrderId ( $note = '' ) : Gpf_Rpc_Action
getBannerid ( )
getBrowser ( )
getCampaignid ( )
getChannel ( )
getClickCount ( )
getCommTypeId ( )
getCommission ( )
getCountryCode ( )
getData ( $index )
getDateApproved ( )
getDateInserted ( )
getFirstClickData1 ( )
getFirstClickData2 ( )
getFirstClickIp ( )
getFirstClickReferer ( )
getFirstClickTime ( )
getIp ( )
getLastClickData1 ( )
getLastClickData2 ( )
getLastClickIp ( )
getLastClickReferer ( )
getLastClickTime ( )
getMerchantNote ( )
getMultiTierCreation ( )
getOrderId ( )
getOriginalCurrencyId ( )
getOriginalCurrencyRate ( )
getOriginalCurrencyValue ( )
getParentBannerid ( )
getParentTransactionId ( )
getPayoutHistoryId ( )
getPayoutStatus ( )
getProductId ( )
getRecurringCommid ( )
getRefererUrl ( )
getStatus ( )
getSystemNote ( )
getTier ( )
getTotalCost ( )
getTrackMethod ( )
getTransid ( )
getType ( )
getUserid ( )
refund ( $note = '', $fee, $refundMultiTier = false ) : Gpf_Rpc_Action
setBannerid ( $value )
setBrowser ( $value, $operator = self::OPERATOR_EQUALS )
setCampaignid ( $value )
setChannel ( $value )
setClickCount ( $value )
setCommTypeId ( $value )
setCommission ( $value )
setCountryCode ( $value )
setData ( $index, $value, $operator = self::OPERATOR_EQUALS )
setDateApproved ( $value, $operator = self::OPERATOR_EQUALS )
setDateInserted ( $value, $operator = self::OPERATOR_EQUALS )
setFirstClickData1 ( $value, $operator = self::OPERATOR_EQUALS )
setFirstClickData2 ( $value, $operator = self::OPERATOR_EQUALS )
setFirstClickIp ( $value, $operator = self::OPERATOR_EQUALS )
setFirstClickReferer ( $value, $operator = self::OPERATOR_EQUALS )
setFirstClickTime ( $value, $operator = self::OPERATOR_EQUALS )
setIp ( $value, $operator = self::OPERATOR_EQUALS )
setLastClickData1 ( $value, $operator = self::OPERATOR_EQUALS )
setLastClickData2 ( $value, $operator = self::OPERATOR_EQUALS )
setLastClickIp ( $value, $operator = self::OPERATOR_EQUALS )
setLastClickReferer ( $value, $operator = self::OPERATOR_EQUALS )
setLastClickTime ( $value, $operator = self::OPERATOR_EQUALS )
setMerchantNote ( $value, $operator = self::OPERATOR_EQUALS )
setMultiTierCreation ( $value )
setOrderId ( $value, $operator = self::OPERATOR_EQUALS )
setOriginalCurrencyId ( $value )
setOriginalCurrencyRate ( $value )
setOriginalCurrencyValue ( $value )
setParentBannerid ( $value )
setParentTransactionId ( $value )
setPayoutHistoryId ( $value, $operator = self::OPERATOR_EQUALS )
setPayoutStatus ( $value )
setProductId ( $value, $operator = self::OPERATOR_EQUALS )
setRecurringCommid ( $value )
setRefererUrl ( $value, $operator = self::OPERATOR_EQUALS )
setStatus ( $value )
setSystemNote ( $value, $operator = self::OPERATOR_EQUALS )
setTier ( $value )
setTotalCost ( $value )
setTrackMethod ( $value )
setTransid ( $value )
setType ( $value )
setUserid ( $value )

Méthodes protégées

Méthode Description
fillEmptyRecord ( )
getGridRequest ( )
getPrimaryKey ( )

Private Methods

Méthode Description
changeStatusPerOrderId ( $note, $type ) : Gpf_Rpc_Action
checkIndex ( $index )
makeRefundChargeBack ( $note, $type, $fee, $refundMultiTier ) : Gpf_Rpc_Action

Method Details

__construct() public méthode

public __construct ( Gpf_Api_Session $session )
$session Gpf_Api_Session

approveByOrderId() public méthode

public approveByOrderId ( $note = '' ) : Gpf_Rpc_Action
$note optional note that will be added to the transaction
Résultat Gpf_Rpc_Action

chargeBack() public méthode

public chargeBack ( $note = '', $fee, $refundMultiTier = false ) : Gpf_Rpc_Action
$note optional note that will be added to the refund/chargeback transaction
$fee that will be added to the refund/chargeback transaction
Résultat Gpf_Rpc_Action

declineByOrderId() public méthode

public declineByOrderId ( $note = '' ) : Gpf_Rpc_Action
$note optional note that will be added to the transaction
Résultat Gpf_Rpc_Action

fillEmptyRecord() protected méthode

protected fillEmptyRecord ( )

getBannerid() public méthode

public getBannerid ( )

getBrowser() public méthode

public getBrowser ( )

getCampaignid() public méthode

public getCampaignid ( )

getChannel() public méthode

public getChannel ( )

getClickCount() public méthode

public getClickCount ( )

getCommTypeId() public méthode

public getCommTypeId ( )

getCommission() public méthode

public getCommission ( )

getCountryCode() public méthode

public getCountryCode ( )

getData() public méthode

public getData ( $index )

getDateApproved() public méthode

public getDateApproved ( )

getDateInserted() public méthode

public getDateInserted ( )

getFirstClickData1() public méthode

public getFirstClickData1 ( )

getFirstClickData2() public méthode

public getFirstClickData2 ( )

getFirstClickIp() public méthode

public getFirstClickIp ( )

getFirstClickReferer() public méthode

getFirstClickTime() public méthode

public getFirstClickTime ( )

getGridRequest() protected méthode

protected getGridRequest ( )

getIp() public méthode

public getIp ( )

getLastClickData1() public méthode

public getLastClickData1 ( )

getLastClickData2() public méthode

public getLastClickData2 ( )

getLastClickIp() public méthode

public getLastClickIp ( )

getLastClickReferer() public méthode

public getLastClickReferer ( )

getLastClickTime() public méthode

public getLastClickTime ( )

getMerchantNote() public méthode

public getMerchantNote ( )

getMultiTierCreation() public méthode

getOrderId() public méthode

public getOrderId ( )

getOriginalCurrencyId() public méthode

getOriginalCurrencyRate() public méthode

getOriginalCurrencyValue() public méthode

getParentBannerid() public méthode

public getParentBannerid ( )

getParentTransactionId() public méthode

getPayoutHistoryId() public méthode

public getPayoutHistoryId ( )

getPayoutStatus() public méthode

public getPayoutStatus ( )

getPrimaryKey() protected méthode

protected getPrimaryKey ( )

getProductId() public méthode

public getProductId ( )

getRecurringCommid() public méthode

public getRecurringCommid ( )

getRefererUrl() public méthode

public getRefererUrl ( )

getStatus() public méthode

public getStatus ( )

getSystemNote() public méthode

public getSystemNote ( )

getTier() public méthode

public getTier ( )

getTotalCost() public méthode

public getTotalCost ( )

getTrackMethod() public méthode

public getTrackMethod ( )

getTransid() public méthode

public getTransid ( )

getType() public méthode

public getType ( )

getUserid() public méthode

public getUserid ( )

refund() public méthode

public refund ( $note = '', $fee, $refundMultiTier = false ) : Gpf_Rpc_Action
$note optional note that will be added to the refund/chargeback transaction
$fee that will be added to the refund/chargeback transaction
Résultat Gpf_Rpc_Action

setBannerid() public méthode

public setBannerid ( $value )

setBrowser() public méthode

public setBrowser ( $value, $operator = self::OPERATOR_EQUALS )

setCampaignid() public méthode

public setCampaignid ( $value )

setChannel() public méthode

public setChannel ( $value )

setClickCount() public méthode

public setClickCount ( $value )

setCommTypeId() public méthode

public setCommTypeId ( $value )

setCommission() public méthode

public setCommission ( $value )

setCountryCode() public méthode

public setCountryCode ( $value )

setData() public méthode

public setData ( $index, $value, $operator = self::OPERATOR_EQUALS )

setDateApproved() public méthode

public setDateApproved ( $value, $operator = self::OPERATOR_EQUALS )

setDateInserted() public méthode

public setDateInserted ( $value, $operator = self::OPERATOR_EQUALS )

setFirstClickData1() public méthode

public setFirstClickData1 ( $value, $operator = self::OPERATOR_EQUALS )

setFirstClickData2() public méthode

public setFirstClickData2 ( $value, $operator = self::OPERATOR_EQUALS )

setFirstClickIp() public méthode

public setFirstClickIp ( $value, $operator = self::OPERATOR_EQUALS )

setFirstClickReferer() public méthode

public setFirstClickReferer ( $value, $operator = self::OPERATOR_EQUALS )

setFirstClickTime() public méthode

public setFirstClickTime ( $value, $operator = self::OPERATOR_EQUALS )

setIp() public méthode

public setIp ( $value, $operator = self::OPERATOR_EQUALS )

setLastClickData1() public méthode

public setLastClickData1 ( $value, $operator = self::OPERATOR_EQUALS )

setLastClickData2() public méthode

public setLastClickData2 ( $value, $operator = self::OPERATOR_EQUALS )

setLastClickIp() public méthode

public setLastClickIp ( $value, $operator = self::OPERATOR_EQUALS )

setLastClickReferer() public méthode

public setLastClickReferer ( $value, $operator = self::OPERATOR_EQUALS )

setLastClickTime() public méthode

public setLastClickTime ( $value, $operator = self::OPERATOR_EQUALS )

setMerchantNote() public méthode

public setMerchantNote ( $value, $operator = self::OPERATOR_EQUALS )

setMultiTierCreation() public méthode

public setMultiTierCreation ( $value )

setOrderId() public méthode

public setOrderId ( $value, $operator = self::OPERATOR_EQUALS )

setOriginalCurrencyId() public méthode

public setOriginalCurrencyId ( $value )

setOriginalCurrencyRate() public méthode

public setOriginalCurrencyRate ( $value )

setOriginalCurrencyValue() public méthode

public setOriginalCurrencyValue ( $value )

setParentBannerid() public méthode

public setParentBannerid ( $value )

setParentTransactionId() public méthode

public setParentTransactionId ( $value )

setPayoutHistoryId() public méthode

public setPayoutHistoryId ( $value, $operator = self::OPERATOR_EQUALS )

setPayoutStatus() public méthode

public setPayoutStatus ( $value )

setProductId() public méthode

public setProductId ( $value, $operator = self::OPERATOR_EQUALS )

setRecurringCommid() public méthode

public setRecurringCommid ( $value )

setRefererUrl() public méthode

public setRefererUrl ( $value, $operator = self::OPERATOR_EQUALS )

setStatus() public méthode

public setStatus ( $value )

setSystemNote() public méthode

public setSystemNote ( $value, $operator = self::OPERATOR_EQUALS )

setTier() public méthode

public setTier ( $value )

setTotalCost() public méthode

public setTotalCost ( $value )

setTrackMethod() public méthode

public setTrackMethod ( $value )

setTransid() public méthode

public setTransid ( $value )

setType() public méthode

public setType ( $value )

setUserid() public méthode

public setUserid ( $value )