Property | Type | Description | |
---|---|---|---|
$comment | string | ||
$payment | WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface | ||
$state | string |
Method | Description | |
---|---|---|
getComment ( ) : string | ||
getPayment ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface | ||
getState ( ) : string | ||
setComment ( string $comment ) | ||
setPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) | ||
setState ( string $state ) |
public getPayment ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface | ||
return | WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface |
public setPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) | ||
$payment | WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface |
protected PaymentInterface,WellCommerce\Bundle\PaymentBundle\Entity $payment | ||
return | WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface |