enum

Nacha::BatchHeader::StandardEntryClass

Inherits Enum < Comparable < Value < Object

Constants

PPD = 0
CCD = 1
CTX = 2
TEL = 3
WEB = 4

Instance methods

ccd?

Returns true if this enum value equals CCD

Source
ctx?

Returns true if this enum value equals CTX

Source
ppd?

Returns true if this enum value equals PPD

Source
tel?

Returns true if this enum value equals TEL

Source
web?

Returns true if this enum value equals WEB

Source