Funding Source Changed Notification
@Serializable
@SerialName(value = "fundingSourceChanged" )
A fundingSourceChanged Virtual Cards Service notification
Constructors
Link copied to clipboard
constructor(type: String, owner: String, fundingSourceId: String, fundingSourceType: FundingSourceType, last4: String, state: FundingSourceState, flags: List<FundingSourceFlags>, updatedAtEpochMs: Long)
Properties
Link copied to clipboard
List
Link copied to clipboard
String Identifier of funding source to which this notification pertains.
Link copied to clipboard
FundingSourceType Type of funding source to which this notification pertains.
Link copied to clipboard
FundingSourceState New state of the funding source.
Link copied to clipboard
Long When the funding source update occurred.