Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 397 Bytes

File metadata and controls

20 lines (13 loc) · 397 Bytes

BillingPaymentAttemptStatus

The current status of the payment attempt.

Example Usage

import com.clerk.backend_api.models.components.BillingPaymentAttemptStatus;

BillingPaymentAttemptStatus value = BillingPaymentAttemptStatus.PENDING;

Values

Name Value
PENDING pending
PAID paid
FAILED failed