SavedInstrument

data class SavedInstrument(val instrumentId: String, val customerId: String, val brand: String, val last4: String)

A saved instrument as the app ever sees it — masked, never the raw card token.

Constructors

Link copied to clipboard
constructor(instrumentId: String, customerId: String, brand: String, last4: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard