TinkExpenseCheckSuccess

data class TinkExpenseCheckSuccess(val expenseCheckId: String = "") : SuccessResponse

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

expenseCheckId Identifier that can be used to retrieve the generated expense check report.

Constructors

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

Properties

Link copied to clipboard