PHP Interface WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\OrderBundle\Entity\OrderAwareInterface
Mostra file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
addPaymentStateHistory ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface $paymentStateHistory )
getComment ( ) : string
getConfiguration ( ) : array
getExternalIdentifier ( ) : string | null
getExternalToken ( )
getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection
getProcessor ( ) : string
getRedirectUrl ( ) : string | null
getState ( ) : string
getToken ( ) : string
isApproved ( ) : boolean
isCancelled ( ) : boolean
isCreated ( ) : boolean
isExpired ( ) : boolean
isFailed ( ) : boolean
isInProgress ( ) : boolean
isPending ( ) : boolean
setComment ( string $comment )
setConfiguration ( array $configuration )
setExternalIdentifier ( string | null $identifier )
setExternalToken ( $externalToken )
setProcessor ( string $processor )
setRedirectUrl ( string | null $redirectUrl )
setState ( string $state )
setToken ( string $token )

Method Details

addPaymentStateHistory() public method

public addPaymentStateHistory ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface $paymentStateHistory )
$paymentStateHistory WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface

getComment() public method

public getComment ( ) : string
return string

getConfiguration() public method

public getConfiguration ( ) : array
return array

getExternalIdentifier() public method

public getExternalIdentifier ( ) : string | null
return string | null

getExternalToken() public method

public getExternalToken ( )

getPaymentStateHistory() public method

public getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getProcessor() public method

public getProcessor ( ) : string
return string

getRedirectUrl() public method

public getRedirectUrl ( ) : string | null
return string | null

getState() public method

public getState ( ) : string
return string

getToken() public method

public getToken ( ) : string
return string

isApproved() public method

public isApproved ( ) : boolean
return boolean

isCancelled() public method

public isCancelled ( ) : boolean
return boolean

isCreated() public method

public isCreated ( ) : boolean
return boolean

isExpired() public method

public isExpired ( ) : boolean
return boolean

isFailed() public method

public isFailed ( ) : boolean
return boolean

isInProgress() public method

public isInProgress ( ) : boolean
return boolean

isPending() public method

public isPending ( ) : boolean
return boolean

setComment() public method

public setComment ( string $comment )
$comment string

setConfiguration() public method

public setConfiguration ( array $configuration )
$configuration array

setExternalIdentifier() public method

public setExternalIdentifier ( string | null $identifier )
$identifier string | null

setExternalToken() public method

public setExternalToken ( $externalToken )

setProcessor() public method

public setProcessor ( string $processor )
$processor string

setRedirectUrl() public method

public setRedirectUrl ( string | null $redirectUrl )
$redirectUrl string | null

setState() public method

public setState ( string $state )
$state string

setToken() public method

public setToken ( string $token )
$token string