switchMessageFormat

abstract fun switchMessageFormat(messageFormat: MessageFormat)

PayOnSite application shall support MessageFormat.JSON since BuildConfig.LIBRARY_VERSION "1.2.2"

Parameters

messageFormat

desired message format MessageFormat.JSON or MessageFormat.XML. XML is default if not specified. JSON parser works faster so slight performance enhance may be noticeable.