The EBTTransactionRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | EBTTransactionRequest |
Initializes new instance of the request with property TenderType
set to value of EBT.
|
![]() | EBTTransactionRequest(BluefinAccount) |
Initializes new instance of the request with property TenderType
set to value of EBT for customer account known by account.
|
Methods
Name | Description | |
---|---|---|
![]() | AsBoolean |
Parses string as Bluefin Boolean return.
(Inherited from Request.) |
![]() | Dispose |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Dispose(Boolean) |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Finalize |
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.) |
![]() | IsSupported |
Check to see, if the request is supported.
(Inherited from Request.) |
![]() | IsSupported(String ) |
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.) |
![]() | IsValid |
Validate request data.
(Inherited from Request.) |
![]() | IsValid(String ) |
Validate request data. Additionally sets detailed error message, if data is invalid.
(Inherited from Request.) |
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets string of account access key assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | AccountID |
Gets string of account number assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | AllowPartial |
Gets or sets value of allow_partial flag.
(Inherited from TransactionRequest.) |
![]() | Amount |
This is the dollar (or other currency) amount of the transaction.
(Inherited from TransactionRequest.) |
![]() | AuthorizationCode |
For credit/debit cards, this is the 6 digit authorization code from a previously
authorized transaction that is required to be provided with a Force transaction.
It may also be obtained by calling the merchant account processor for a force code.
For EBT cards, this is the authorization code that is required along with the
voucher number to capture a prior authorized transaction.
(Inherited from TransactionRequest.) |
![]() | CardExpiration |
Gets or sets string of card expiration date in the format of MMYY.
(Inherited from CardTransactionRequest.) |
![]() | CardNumber |
Gets or sets sting of 16 digits of card number.
(Inherited from CardTransactionRequest.) |
![]() | CardVerification |
Gets or sets string of card verification.
(Inherited from CardTransactionRequest.) |
![]() | Cashier |
Gets or sets string of the name or id of the cashier that is submitting the transaction.
(Inherited from TransactionRequest.) |
![]() | Currency |
Gets or sets 3 character string of currency code.
(Inherited from TransactionRequest.) |
![]() | CustomData |
Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.) |
![]() | CustomID |
Gets or sets string of custom ID.
(Inherited from Request.) |
![]() | Description |
Gets or sets string of transaction Description.
(Inherited from TransactionRequest.) |
![]() | DisableAvs |
Gets or sets value of disable_avs flag.
(Inherited from TransactionRequest.) |
![]() | DisableCvv |
Gets or sets value of disable_cvv flag.
(Inherited from TransactionRequest.) |
![]() | DisableFraudFirewall |
Gets or sets value of disable_fraudfirewall flag.
(Inherited from TransactionRequest.) |
![]() | EBTType |
Gets or sets reference to EBTType assosiated with request
|
![]() | EBTVoucher |
Gets or set string that represent EBT Voucher number for prior (phone) authorized EBT transactions.
|
![]() | Group |
Gets or set Group assosiated with request.
(Inherited from TransactionRequest.) |
![]() | InstallmentCount |
Gets or sets the value of BluefinInteger that incapsulates the installment count. (Inherited from TransactionRequest.) |
![]() | InstallmentNumber |
Gets or sets the value of BluefinInteger that incapsulates the current installment number. (Inherited from TransactionRequest.) |
![]() | IPAddress |
Gets or sets string of IP address of the client which initiated the transaction.
(Inherited from TransactionRequest.) |
![]() | Level2MerchantReference |
Gets or sets string of level 2 merchant reference.
(Inherited from CardTransactionRequest.) |
![]() | Level2OrderID |
Gets or sets string of level 2 order id.
(Inherited from CardTransactionRequest.) |
![]() | Level2Tax |
Gets or the dollar (or other currency) of level2 tax amount
(Inherited from CardTransactionRequest.) |
![]() | Level2Zip |
Gets or sets string value of level 2 zip code.
(Inherited from CardTransactionRequest.) |
![]() | PaymentType |
Gets or sets the reference to one of supported payment types.
(Inherited from TransactionRequest.) |
![]() | Person |
Gets or sets instance of Person data container.
(Inherited from TransactionRequest.) |
![]() | RestaurantGratuity |
Gets or sets restaurant transaction gratuity amount.
(Inherited from CardTransactionRequest.) |
![]() | RestaurantServerID |
Gets or sets string of restaurant server id.
(Inherited from CardTransactionRequest.) |
![]() | SendCustomerReceipt |
Gets or sets value of send_customer_receipt flag.
(Inherited from TransactionRequest.) |
![]() | SendMerchantReceipt |
Gets or sets value of send_merchant_receipt flag.
(Inherited from TransactionRequest.) |
![]() | TenderType |
Gets the value of TenderType assosiated
with the instance of the request.
(Inherited from TransactionRequest.) |
![]() | TokenID |
Gets or sets string of token id assosisated with transaction.
(Inherited from TransactionRequest.) |
![]() | TransactionID |
Gets or sets string representation of transaction id.
(Inherited from TransactionRequest.) |
See Also