@sudoplatform/sudo-virtual-cards
    Preparing search index...

    Interface PricingPolicy

    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;
    }
    Index

    Properties

    Properties