Module: Candid::PatientPayments::V3::Types::PatientPaymentStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/patient_payments/v_3/types/patient_payment_status.rb

Constant Summary collapse

PENDING =
"PENDING"
"paid"
CANCELED =
"CANCELED"
VOIDED =
"voided"
FAILED =
"FAILED"
COMPLETED =
"COMPLETED"
STRIPE_SUCCEEDED =
"succeeded"
STRIPE_PENDING =
"pending"
STRIPE_FAILED =
"failed"
STRIPE_REQUIRES_ACTION =
"requires_action"
STRIPE_CANCELED =
"canceled"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load