Representation of the pricing policy for each funding source provider which make up a component of the virtual cards configuration.

interface PricingPolicy {
    checkout?: CheckoutPricingPolicy;
    stripe?: StripePricingPolicy;
}

Properties

Properties