Interface ConfigCustomersWithDuplicateEmails

interface ConfigCustomersWithDuplicateEmails {
    stripe: Stripe;
    ts_ms_begin: number;
    ts_ms_end: number;
}

Properties

stripe: Stripe
ts_ms_begin: number

Timestamp for when to begin the search, in ms. https://www.unixtimestamp.com/

ts_ms_end: number

Timestamp for when to end the search, in ms.