TinkPaymentsSuccess

data class TinkPaymentsSuccess(val paymentRequestId: String = "") : SuccessResponse

A class that holds the data returned by any successful Tink.Payments flow.

paymentRequestId: The identifier of the created payment request.

Constructors

Link copied to clipboard
constructor(paymentRequestId: String = "")

Properties

Link copied to clipboard