/** * Contains the Integration and Production URLs. */ declare enum Environment { Integration = "https://webpay3gint.transbank.cl", Production = "https://webpay3g.transbank.cl" } export default Environment;