Module: Candid::ChargeCapture::V1::Types::ChargeCaptureStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/charge_capture/v_1/types/charge_capture_status.rb

Constant Summary collapse

PLANNED =
"planned"
NOT_BILLABLE =
"not-billable"
BILLABLE =
"billable"
ABORTED =
"aborted"
ENTERED_IN_ERROR =
"entered-in-error"

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