The SwipedCardTransactionRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SwipedCardTransactionRequest |
Initializes new instance of the ReportRequest.
|
![]() | SwipedCardTransactionRequest(BluefinAccount) |
Initializes new instance of the ReportRequest
for the 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.) |
![]() | CardTracks |
Gets or sets string of data returned by a swiper.
|
![]() | 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.) |
![]() | 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.) |
![]() | KeySerialNumber |
Gets or sets string of Key Sequence Number (KSN) for PIN debit or PIN EBT Transactions.
|
![]() | 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.) |
![]() | PINBlock |
Gets or sets string of encrypted PIN Block portion for PIN debit or PIN EBT transactions.
|
![]() | 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