The details for creating a new payment cycle export OrchestrationCreateDeets

interface OrchestrationCreateDeets {
    mode?: OrchestrationMode;
    object?: null | string;
}

Properties

Properties

object?: null | string