export declare enum PaymentSelectionType {
    FULL = "full",
    PARTIAL = "partial"
}
