ResponseInterface

Response interface.

Known implementers

RKD\Banklink\Response\AuthResponse , RKD\Banklink\Response\PaymentResponse , RKD\Banklink\Response\Response

Methods Summary
public
# wasSuccessful( )
Get boolean to know is transaction was successful.
public
# getStatus( )
Get transaction status.
public
# getResponseData( )
Get response data.
public
# setLanguage( string $language )
Set prefered language.
public
# getLanguage( )
Get prefered language.