SECCode MembersBluefin Web Client API Documentation

The SECCode type exposes the following members.
Methods

  NameDescription
Public methodStatic memberLookup
Looks up for appropriate SECCode reference by string value.
Public methodToQueryString
Returns String representation of enumerated value in form Key=Value
(Inherited from BluefinEnumeration.)
Public methodToString
Returns incapsulated string value.
(Inherited from BluefinEnumeration.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberARC
Accounts Receivable. This is for converting a check into an electronic ACH transaction.
Public fieldStatic memberCCD
Cash Concentration or Disbursement. This is the default type for corporations. Requires a signature.
Public fieldStatic memberDEF
This can be sent to tell QuickSwipe to use the default ACH SEC code. Sending nothing will result in the same action.
Public fieldStatic memberPOP
Point-of-Purchase, in-person transaction.
Public fieldStatic memberPPD
Prearranged Payment and Deposit. Requires a signature.
Public fieldStatic memberRCK
Re-presented Check. This is used to present a declined check an additional time.
Public fieldStatic memberTEL
Telephone-initiated transactions. Voice recording required.
Public fieldStatic memberWEB
Web-originated, ecommerce transactions.
Back to Top
Properties

  NameDescription
Protected propertyKey
Gets string key assosiated with given SECCode instance
(Overrides BluefinEnumeration Key.)
Public propertyValue
Returns incapsulated string value.
(Inherited from BluefinEnumeration.)
Back to Top
See Also