BypassRetailerMessage

class BypassRetailerMessage(val unknownRawMessage: String) : BypassMessage, RetailerMessage

According to name, it is representation of message which can not be handled by SDK but exists in scope of Retailer Protocol.

Moreover, every incorrect message which can not be parsed will be treated so.

In terms of sending, unknownRawMessage will be delivered to Payment application without editions anyway, Client will have ability to analyze raw representation at Interceptor.

Parameters

unknownRawMessage

is raw domain representation of Retailer message

Constructors

Link copied to clipboard
constructor(unknownRawMessage: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun isSameProtocol(message: DomainMessage): Boolean
abstract fun isSameProtocol(message: RawMessage): Boolean