Status

enum Status : Enum<Source.Status>

The status of the source, one of canceled, chargeable, consumed, failed, or pending. Only chargeable sources can be used to create a charge.

Entries

Link copied to clipboard
Pending("pending")
Link copied to clipboard
Failed("failed")
Link copied to clipboard
Consumed("consumed")
Link copied to clipboard
Chargeable("chargeable")
Link copied to clipboard
Canceled("canceled")

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int