PHP Class Ogone\AbstractPaymentRequest

Inheritance: extends AbstractRequest
Show file Open project: marlon-be/marlon-ogone

Public Properties

Property Type Description
$allowedcurrencies Note this is public to allow easy modification, if need be.

Protected Properties

Property Type Description
$brandsmap

Public Methods

Method Description
setAmount ( $amount ) Set amount in cents, eg EUR 12.34 is written as 1234
setBrand ( $brand )
setCom ( $com )
setComplus ( $complus )
setCurrency ( $currency )
setDynamicTemplateUri ( $uri ) Alias for setTp
setEmail ( $email )
setFeedbackMessage ( $feedbackMessage ) Alias for setComplus()
setOperation ( $operation )
setOrderDescription ( $orderDescription ) Friend alias for setCom()
setOrderid ( $orderid )
setOwnerAddress ( $owneraddress )
setOwnerCountry ( $ownercountry ) Alias for setOwnercty
setOwnerPhone ( $ownerphone ) Alias for setOwnertelno()
setOwnerTown ( $ownertown )
setOwnerZip ( $ownerzip )
setOwnercty ( $ownercty )
setOwnertelno ( $ownertelno )
setParamvar ( $paramvar )
setPaymentMethod ( $paymentMethod )
setPm ( $pm )
setTp ( $tp )

Protected Methods

Method Description
getValidOperations ( )

Method Details

getValidOperations() abstract protected method

abstract protected getValidOperations ( )

setAmount() public method

Set amount in cents, eg EUR 12.34 is written as 1234
public setAmount ( $amount )

setBrand() public method

public setBrand ( $brand )

setCom() public method

public setCom ( $com )

setComplus() public method

public setComplus ( $complus )

setCurrency() public method

public setCurrency ( $currency )

setDynamicTemplateUri() public method

Alias for setTp
public setDynamicTemplateUri ( $uri )

setEmail() public method

public setEmail ( $email )

setFeedbackMessage() public method

Alias for setComplus()
public setFeedbackMessage ( $feedbackMessage )

setOperation() public method

public setOperation ( $operation )

setOrderDescription() public method

Friend alias for setCom()
public setOrderDescription ( $orderDescription )

setOrderid() public method

public setOrderid ( $orderid )

setOwnerAddress() public method

public setOwnerAddress ( $owneraddress )

setOwnerCountry() public method

Alias for setOwnercty
See also: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm
public setOwnerCountry ( $ownercountry )

setOwnerPhone() public method

Alias for setOwnertelno()
public setOwnerPhone ( $ownerphone )

setOwnerTown() public method

public setOwnerTown ( $ownertown )

setOwnerZip() public method

public setOwnerZip ( $ownerzip )

setOwnercty() public method

See also: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm
public setOwnercty ( $ownercty )

setOwnertelno() public method

public setOwnertelno ( $ownertelno )

setParamvar() public method

public setParamvar ( $paramvar )

setPaymentMethod() public method

public setPaymentMethod ( $paymentMethod )

setPm() public method

public setPm ( $pm )

setTp() public method

public setTp ( $tp )

Property Details

$allowedcurrencies public property

Note this is public to allow easy modification, if need be.
public $allowedcurrencies

$brandsmap protected property

protected $brandsmap