Partial Virtual Card
data class PartialVirtualCard(val id: String, val owner: String, val version: Int, val createdAt: Date, val updatedAt: Date, val owners: List<Owner>, val fundingSourceId: String, val currency: String, val state: CardState, val activeTo: Date, val cancelledAt: Date? = null, val last4: String) : Parcelable
Representation of a Virtual Card without its unsealed attributes used in the Sudo Platform Virtual Cards SDK.
Constructors
Properties
Link copied to clipboard
The date that the virtual card was cancelled, null if the card has not been cancelled.
Link copied to clipboard
String Identifier of the funding source associated with the virtual card.