VirtualCardsFundingSourceChangedNotification
public struct VirtualCardsFundingSourceChangedNotification : SudoNotification, Equatable
Representation of a Sudo Platform Virtual Cards service fundingSourceChanged notification
-
Declaration
Swift
public static func == (lhs: VirtualCardsFundingSourceChangedNotification, rhs: VirtualCardsFundingSourceChangedNotification) -> Bool
-
Declaration
Swift
public let serviceName: String -
Declaration
Swift
public let type: String
-
ID of the owner (subject) of the funding source to which the notification pertains
Declaration
Swift
public let owner: String -
ID of the funding source to which the notification pertains
Declaration
Swift
public let fundingSourceId: String -
Type of the funding source to which the notification pertains
Declaration
Swift
public let fundingSourceType: FundingSourceType -
Last4 digits of the funding source
Declaration
Swift
public let last4: String -
state of the funding source to which the notification pertains
Declaration
Swift
public let state: FundingSourceState -
Flags of the funding source to which the notificaiton pertains
Declaration
Swift
public let flags: [FundingSourceFlags] -
Date when the funding source to which the notification pertains was updated
Declaration
Swift
public let updatedAt: Date
VirtualCardsFundingSourceChangedNotification Structure Reference