TRONIX Code Documentation
|
Classes | |
class | ACHAuthenticationModel |
class | ApiSearch |
class | CreditMinimumDateResponseApi |
interface | IServiceTransaction |
interface | IServiceTransactionChannel |
class | NACHAFileError |
class | ReconcileTransactionResponseApi |
class | ReturnResponseApi |
class | ReturnTransactionResponse |
class | ServiceTransactionClient |
class | SvcResponse |
class | TransactionCreateResponseApi |
class | TransactionDataMember |
class | TransactionDataMemberApiKey |
class | TransactionEntryDetailApi |
class | TransactionGroupMember |
class | TransactionGroupMemberApiKey |
class | TransactionGroupResponse |
class | TransactionSearchResponseApi |
class | UploadNachaFileResponseApi |
Enumerations | |
enum | BankingEntryType : int { Credit = 1 , Debit = 2 } |
enum | AccountTypeEnum : int { UnknownAccount = 0 , Checking = 1 , Saving = 2 , General_Ledger = 3 , Loan = 4 } |
enum | ProcessingStatus : int { AnyStatus = -1 , AwaitingApproval = 0 , ApprovedForProcessing = 1 , RejectedForProcessing = 3 , RiskAssessmentViolation = 4 , Hold = 5 , Scheduled = 6 , Returned = 7 , SendProcessComplete = 8 , ProcessingIntoOutboundFile = 9 , OutboundFileProductionError = 10 , ServiceBureauOutboundFileSent = 11 , ServiceBureauRemitHold = 12 , ServiceBureauVoid = 13 , ServiceBureauProcessingIntoRemitFile = 14 , Deleted = 100 , Ignore = 101 } |
enum | SvcResponseCode : int { Ok = 0 , Error = 1 } |
enum | NACHAFileErrorType : int { UndefinedError = 0 , ParseError = 1 , LocalConstraintError = 2 , GlobalConstraintError = 3 , BatchBalanceError = 4 , FileBalanceError = 5 } |