export PaymentCycleFinalizeDeets

interface PaymentCycleFinalizeDeets {
    ach_auto_reconciliation?: boolean;
    auto_advance?: boolean;
    auto_finalize_invoice?: boolean;
    collection_method?: null | string;
    object?: null | string;
    payment_method_id?: null | string;
    user_id?: null | string;
}

Properties

ach_auto_reconciliation?: boolean
auto_advance?: boolean
auto_finalize_invoice?: boolean
collection_method?: null | string
object?: null | string
payment_method_id?: null | string
user_id?: null | string

The user id to operate on their behalf (tenants only)