Virtual Cards Funding Source Changed Notification
data class VirtualCardsFundingSourceChangedNotification(val id: String, val owner: String, val type: FundingSourceType, val last4: String, val state: FundingSourceState, val flags: List<FundingSourceFlags>, val updatedAt: Date) : Parcelable
Representation of a fundingSourceChanged Virtual Cards Service notification.
Constructors
Link copied to clipboard
constructor(id: String, owner: String, type: FundingSourceType, last4: String, state: FundingSourceState, flags: List<FundingSourceFlags>, updatedAt: Date)
Properties
Link copied to clipboard
List
Link copied to clipboard
FundingSourceState Current state of the funding source
Link copied to clipboard
FundingSourceType Type of funding source to which this notificaiton applies.