Payment_Process
[ class tree: Payment_Process ] [ index: Payment_Process ] [ all elements ]

Class: Payment_Process_LinkPoint

Source Location: /Payment_Process-0.6.8/Process/LinkPoint.php

Class Overview

Payment_Process_Common
   |
   --Payment_Process_LinkPoint

Payment_Process_LinkPoint


Author(s):

Version:

  • @version@

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 71]
Payment_Process_LinkPoint

This is a processor for LinkPoint's merchant payment gateway. (http://www.linkpoint.net/)

*** WARNING *** This is BETA code, and has not been fully tested. It is not recommended that you use it in a production envorinment without further testing.

  • Author: Joe Stump <joe@joestump.net>
  • Version: @version@
  • Copyright: 1997-2005 The PHP Group


[ Top ]


Class Variables

$_typeFieldMap = array(

           'CreditCard' => array(

                    'cardNumber' => 'cardnumber',
                    'cvv'        => 'cvm',
                    'expDate'    => 'expDate'

           ),'eCheck'=>array('routingCode'=>'routing','accountNumber'=>'account','type'=>'type','bankName'=>'bank','name'=>'name','driversLicense'=>'dl','driversLicenseState'=>'dlstate'))

[line 108]

$_typeFieldMap

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

Payment_Process_LinkPoint (Constructor)   [line 179]

void Payment_Process_LinkPoint( [array $options = false])

Payment_Process_LinkPoint

Parameters:

array   $options   — 

[ Top ]

__construct (Constructor)   [line 165]

void __construct( [array $options = false])

Constructor.

Overrides Payment_Process_Common::__construct() (__construct)

Parameters:

array   $options   —  Class options to set.

[ Top ]

process   [line 191]

mixed &process( )

Process the transaction.
  • Return: Payment_Process_Result on success, PEAR_Error on failure
  • Author: Joe Stump <joe@joestump.net>
  • Access: public

Overrides Payment_Process_Common::process() (Processes the transaction.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:41:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.