PaymentResponse

Payment response wrapper.
extends RKD\Banklink\Response\Response
Methods Summary
public
# setOrderId( string $orderId )
Set order ID.
public
# getOrderId( )
Get order ID.
public
# setSum( float $sum )
Set sum.
public
# getSum( )
Get sum.
public
# setCurrency( string $currency )
Set currency.
public
# getCurrency( )
Get currency.
public
# setSender( string $senderName , string $senderAccount )
Set sender.
public
# getSender( )
Get sender.
public
# setReceiver( string $receiverName , string $receiverAccount )
Set receiver.
public
# getReceiver( )
Get receiver.
public
# setTransactionId( string $transactionId )
Set transactionId.
public
# getTransactionId( )
Get transactionId.
public
# setTransactionDate( string $transactionDate )
Set transactionDate.
public
# getTransactionDate( )
Get transactionDate.
public
# setMessage( string $message )
Set transaction message
public
# getMessage( )
Get transaction message
public
# setAutomatic( bool $isAutomatic )
Set if response is automatic
public
# isAutomatic( )
Get if response is automatic.
Methods inherited from RKD\Banklink\Response\Response
__construct(), wasSuccessful(), getStatus(), getResponseData(), setLanguage(), getLanguage()
Constants inherited from RKD\Banklink\Response\Response
STATUS_SUCCESS , STATUS_ERROR , RESPONSE_AUTO
Properties Summary
protected string $orderId
Order id.
# NULL
protected string $sum
Transaction sum.
# NULL
protected string $currency
Currency used.
# NULL
protected $sender
Sender data (name and account).
# NULL
protected string $transactionId
Transaction id.
# NULL
protected string $transactionDate
Transaction date.
# NULL
Properties inherited from RKD\Banklink\Response\Response
$status, $responseData, $language, $isAutomatic