Module: Candid::ChargeCaptureBundles::V1::Types::ChargeCaptureClaimCreationStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/charge_capture_bundles/v_1/types/charge_capture_claim_creation_status.rb

Constant Summary collapse

NOT_STARTED =
"not-started"
IN_ERROR =
"in-error"
SUCCESSFUL =
"successful"
SUCCESSFUL_DRY_RUN =
"successful-dry-run"
ABORTED =
"aborted"
HELD =
"held"

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