VirtualCardsConfig

public struct VirtualCardsConfig : Equatable

Representation of a Virtual Card Config

Properties

  • The maximum number of funding sources that can be successfully created within a defined period.

    Declaration

    Swift

    public var maxFundingSourceVelocity: [String]
  • The maximum number of failed funding source creations that can be performed within a defined period.

    Declaration

    Swift

    public var maxFundingSourceFailureVelocity: [String]
  • The maximum number of virtual cards that can be created within a defined period.

    Declaration

    Swift

    public var maxCardCreationVelocity: [String]
  • The maximum number of transactions that can be created within a defined period.

    Declaration

    Swift

    public var maxTransactionVelocity: [CurrencyVelocity]
  • The maximum transaction amount per currency.

    Declaration

    Swift

    public var maxTransactionAmount: [CurrencyAmount]
  • The list of supported virtual card currencies.

    Declaration

    Swift

    public var virtualCardCurrencies: [String]
  • The funding source support info.

    Declaration

    Swift

    public var fundingSourceSupportInfo: [FundingSourceSupportInfo]

Lifecycle