Pay

class Pay(val locationId: String) : TapUseCase

Represents a full use case for Tap to Pay on Android devices. The capability includes processing payments, storing, and verifying the card data.

Parameters

locationId

The ID of the Location that you want this reader to be registered to.

Constructors

Link copied to clipboard
constructor(locationId: String)

Properties

Link copied to clipboard