Pricing Policy
data class PricingPolicy(val stripe: StripePricingPolicy? = null, val checkout: CheckoutPricingPolicy? = null) : Parcelable
Representation of the PricingPolicy for each funding source provider which make up a component of the virtual cards configuration.