package com.tamarasdk.const internal enum class PaymentStatus { STATUS_PENDING, STATUS_INITIALIZE, STATUS_SUCCESS, STATUS_CANCEL, STATUS_ERROR }