enum

Stripe::Payout::Status

Inherits Enum / Comparable / Value / Object

Constants

Paid = 0
Pending = 1
InTransit = 2
Canceled = 3
Failed = 4

Instance methods

canceled?

Returns true if this enum value equals Canceled

Source
failed?

Returns true if this enum value equals Failed

Source
in_transit?

Returns true if this enum value equals InTransit

Source
pending?

Returns true if this enum value equals Pending

Source