VirtualCardsFundingSourceChangedNotification

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

constructor(id: String, owner: String, type: FundingSourceType, last4: String, state: FundingSourceState, flags: List<FundingSourceFlags>, updatedAt: Date)

Properties

Link copied to clipboard

List Set of flags currently associated with the funding source

Link copied to clipboard
val id: String

String Identifier of funding source to which this notification corresponds.

Link copied to clipboard

String Last 4 digits of funding source to permit disambiguation.

Link copied to clipboard

String Subject identifier of user to whom the notification is addressed.

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.

Link copied to clipboard

Date When the funding source was updated

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)