/**
 * * first = This transaction is the first of a series of unscheduled recurring transactions * subsequent = This transaction is a subsequent transaction in a series of unscheduled recurring transactions Note: this property is not allowed if isRecurring is true.
 */
export declare enum UnscheduledCardOnFileSequenceIndicator {
    First = "first",
    Subsequent = "subsequent"
}
