TransactionVelocity

data class TransactionVelocity(val maximum: Int? = null, val velocity: List<String>? = null) : Parcelable

The representation of virtual card transaction velocity constraints in the Sudo Platform Virtual Cards SDK.

Constructors

Link copied to clipboard
constructor(maximum: Int? = null, velocity: List<String>? = null)

Functions

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

Properties

Link copied to clipboard
val maximum: Int? = null

Integer? Maximum value of any single virtual card transaction in the minor currency unit of the funding source funding the virtual card transaction.

Link copied to clipboard
val velocity: List<String>? = null

Array? Array of velocity constraints applied to virtual card transactions with amounts in the minor currency unit of the funding source funding the virtual card transaction.