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

Class: TransactionPayment

Source Location: /Payment_Clieop-0.1.2/clieop_transaction.php

Class Overview


Data holder for payment post


Author(s):

Version:

  • $Revision: 1.7 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 48]
Data holder for payment post

Please note that some function names are partly in Dutch. Clieop03 is a Dutch banking standard and they have chosen to use Dutch line descriptions

The TransactionPayment class is a data-holder for the main clieop class.



[ Top ]


Method Detail

TransactionPayment (Constructor)   [line 118]

void TransactionPayment( string $transactionType)

Constructor for class
  • Access: public

Parameters:

string   $transactionType   —  transactionType - constant CLIEOP_TRANSACTIE_INCASSO or CLIEOP_TRANSACTIE_BETALING

[ Top ]

getAccountNumberDest   [line 191]

string getAccountNumberDest( string 0)

property AccountNumberDest
  • Access: public

Parameters:

string   0   —  Value - Destination bankaccount number

[ Top ]

getAccountNumberSource   [line 176]

string getAccountNumberSource( string 0)

property AccountNumberSource
  • Access: public

Parameters:

string   0   —  Value - Source bank account number (Max 10 tokens)

[ Top ]

getAmount   [line 161]

integer getAmount( integer 0)

Property amount (in Eurocents)
  • Access: public

Parameters:

integer   0   —  Value - Payment amount in euro cents (Rounded on 2 digits)

[ Top ]

getCity   [line 237]

string getCity( string 0)

property City
  • Access: public

Parameters:

string   0   —  Value - City of creditor or debtor

[ Top ]

getDescription   [line 252]

array getDescription( string 0)

property Description
  • Access: public

Parameters:

string   0   —  Value - Description for payment (Maximum 4 description lines)

[ Top ]

getInvoiceReference   [line 206]

string getInvoiceReference( string 0)

property InvoiceReference
  • Access: public

Parameters:

string   0   —  Value - Invoice reference (Max 16 tokens)

[ Top ]

getName   [line 221]

string getName( string 0)

property Name
  • Access: public

Parameters:

string   0   —  Value - Name of creditor or debtor

[ Top ]

getPaymentType   [line 140]

string getPaymentType( )

Fetch payment type
  • Access: public

[ Top ]

getTransactionType   [line 150]

string getTransactionType( )

return transaction type
  • Access: public

[ Top ]

setAccountNumberDest   [line 195]

void setAccountNumberDest( $Value)


Parameters:

   $Value   — 

[ Top ]

setAccountNumberSource   [line 180]

void setAccountNumberSource( $Value)


Parameters:

   $Value   — 

[ Top ]

setAmount   [line 165]

void setAmount( $Value)


Parameters:

   $Value   — 

[ Top ]

setCity   [line 241]

void setCity( $Value)


Parameters:

   $Value   — 

[ Top ]

setDescription   [line 257]

void setDescription( $Value)


Parameters:

   $Value   — 

[ Top ]

setInvoiceReference   [line 210]

void setInvoiceReference( $Value)


Parameters:

   $Value   — 

[ Top ]

setName   [line 225]

void setName( $Value)


Parameters:

   $Value   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:57:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.