Type Alias PriceMeta

PriceMeta: {
    source: string;
    stripePriceId: string;
    internalSource: InternalSource;
}

Type declaration