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 ) |
public addPaymentStateHistory ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface $paymentStateHistory ) | ||
$paymentStateHistory | WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface |
public getExternalIdentifier ( ) : string | null | ||
return | string | null |
public getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public setConfiguration ( array $configuration ) | ||
$configuration | array |
public setExternalIdentifier ( string | null $identifier ) | ||
$identifier | string | null |
public setRedirectUrl ( string | null $redirectUrl ) | ||
$redirectUrl | string | null |