TenderType MembersBluefin Web Client API Documentation

The TenderType type exposes the following members.
Methods

  NameDescription
Public methodStatic memberLookup
Looks up for appropriate TenderType 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 memberACH
ACH, EFT, or electronic check
Public fieldStatic memberCARD
Credit card, debit card, or checkcard
Public fieldStatic memberDEBIT
PIN Debit card only (Omaha/North)
Public fieldStatic memberEBT
USDA FNS, Electronic Benefits Transfer
Public fieldStatic memberGIFT
gift card or stored value card
Back to Top
Properties

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