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.
A saved instrument as the app ever sees it — masked, never the raw card token.