The SECCode type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Lookup |
Looks up for appropriate SECCode reference by string value.
|
![]() | ToQueryString |
Returns String representation of enumerated value in form Key=Value (Inherited from BluefinEnumeration.) |
![]() | ToString |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ARC | Accounts Receivable. This is for converting a check into an electronic ACH transaction. |
![]() ![]() | CCD | Cash Concentration or Disbursement. This is the default type for corporations. Requires a signature. |
![]() ![]() | DEF | This can be sent to tell QuickSwipe to use the default ACH SEC code.
Sending nothing will result in the same action. |
![]() ![]() | POP | Point-of-Purchase, in-person transaction. |
![]() ![]() | PPD | Prearranged Payment and Deposit. Requires a signature. |
![]() ![]() | RCK | Re-presented Check. This is used to present a declined check an additional time. |
![]() ![]() | TEL | Telephone-initiated transactions. Voice recording required. |
![]() ![]() | WEB | Web-originated, ecommerce transactions. |
Properties
Name | Description | |
---|---|---|
![]() | Key |
Gets string key assosiated with given SECCode instance
(Overrides BluefinEnumeration Key.) |
![]() | Value |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
See Also