The TransactionRequest type exposes the following members.
Back to Top
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.
|
![]() | Amount |
This is the dollar (or other currency) amount of the transaction.
|
![]() | 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.
|
![]() | Cashier |
Gets or sets string of the name or id of the cashier that is submitting the transaction.
|
![]() | Currency |
Gets or sets 3 character string of currency code.
|
![]() | 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.
|
![]() | DisableAvs |
Gets or sets value of disable_avs flag.
|
![]() | DisableCvv |
Gets or sets value of disable_cvv flag.
|
![]() | DisableFraudFirewall |
Gets or sets value of disable_fraudfirewall flag.
|
![]() | Group |
Gets or set Group assosiated with request.
|
![]() | InstallmentCount |
Gets or sets the value of BluefinInteger that incapsulates the installment count. |
![]() | InstallmentNumber |
Gets or sets the value of BluefinInteger that incapsulates the current installment number. |
![]() | IPAddress |
Gets or sets string of IP address of the client which initiated the transaction.
|
![]() | PaymentType |
Gets or sets the reference to one of supported payment types.
|
![]() | Person |
Gets or sets instance of Person data container.
|
![]() | SendCustomerReceipt |
Gets or sets value of send_customer_receipt flag.
|
![]() | SendMerchantReceipt |
Gets or sets value of send_merchant_receipt flag.
|
![]() | TenderType |
Gets the value of TenderType assosiated
with the instance of the request.
|
![]() | TokenID |
Gets or sets string of token id assosisated with transaction.
|
![]() | TransactionID |
Gets or sets string representation of transaction id.
|
See Also