The CardBrand type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Lookup |
Looks up for appropriate CardBrand 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 | |
---|---|---|
![]() ![]() | ACH | ACH check |
![]() ![]() | AMEX | American Express card |
![]() ![]() | DISCOVER | Discover card |
![]() ![]() | EBT | Electronic Benefit Transfer Card |
![]() ![]() | MASTERCARD | Master card |
![]() ![]() | UNRECOGNIZED | Not recognized card brand |
![]() ![]() | VISA | VISA card |
Properties
Name | Description | |
---|---|---|
![]() | Key |
Gets string key assosiated with the CardBrand instance
(Overrides BluefinEnumeration Key.) |
![]() | Value |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
See Also