Skip to content
Last updated

Set POS Info

tapToPaySdk.setPosInfo(posInfo)

Set information about your POS which must be provided either before (using this function) or during the transaction (in the TransactionRequest of startTransaction()).

fun setPosInfo(posInfo: PosInfo)

Parameters

posInfoPosInforequired

Information about the POS

See PosInfo.