declare enum PaymentLinkProtectionMode {
    NO_PROTECTION = "NO_PROTECTION",
    ACCESS_KEY = "ACCESS_KEY"
}
export { PaymentLinkProtectionMode };
