Contents

readVAS(_:)

Presents a sheet to read a loyalty card for Value Added Services (VAS), and returns the loyalty card data.

Declaration

func readVAS(_ request: VASRequest) async throws -> VASReadResult

Parameters

  • request:

    The object that you use to specify the request details, such as the list of supported merchants.

Mentioned in

Return Value

A VASReadResult if the read operation was successful.

Discussion

Call this method to read the data from a loyalty card. When you call this method, the system displays UI with instructions on what the person needs to do. This UI remains onscreen until the system reads the person’s card, you cancel the operation, or an error occurs.

See Also

Reading a loyalty card