VirtualCardsConfig

constructor(    maxFundingSourceVelocity: List<String>,     maxFundingSourceFailureVelocity: List<String>,     maxFundingSourcePendingVelocity: List<String>,     maxCardCreationVelocity: List<String>,     maxTransactionVelocity: List<CurrencyVelocity>,     maxTransactionAmount: List<CurrencyAmount>,     virtualCardCurrencies: List<String>,     fundingSourceSupportInfo: List<FundingSourceSupportInfo>,     bankAccountFundingSourceExpendableEnabled: Boolean,     bankAccountFundingSourceCreationEnabled: Boolean?,     fundingSourceClientConfiguration: List<FundingSourceClientConfiguration>,     clientApplicationConfiguration: Map<String, ClientApplicationConfiguration>,     pricingPolicy: PricingPolicy?)