TransactionRequest PropertiesBluefin Web Client API Documentation
The TransactionRequest type exposes the following members.
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAllowPartial
Gets or sets value of allow_partial flag.
Public propertyAmount
This is the dollar (or other currency) amount of the transaction.
Public propertyAuthorizationCode
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.
Public propertyCashier
Gets or sets string of the name or id of the cashier that is submitting the transaction.
Public propertyCurrency
Gets or sets 3 character string of currency code.
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.)
Public propertyCustomID
Gets or sets string of custom ID.
(Inherited from Request.)
Public propertyDescription
Gets or sets string of transaction Description.
Public propertyDisableAvs
Gets or sets value of disable_avs flag.
Public propertyDisableCvv
Gets or sets value of disable_cvv flag.
Public propertyDisableFraudFirewall
Gets or sets value of disable_fraudfirewall flag.
Public propertyGroup
Gets or set Group assosiated with request.
Public propertyInstallmentCount
Gets or sets the value of BluefinInteger that incapsulates the installment count.
Public propertyInstallmentNumber
Gets or sets the value of BluefinInteger that incapsulates the current installment number.
Public propertyIPAddress
Gets or sets string of IP address of the client which initiated the transaction.
Public propertyPaymentType
Gets or sets the reference to one of supported payment types.
Public propertyPerson
Gets or sets instance of Person data container.
Public propertySendCustomerReceipt
Gets or sets value of send_customer_receipt flag.
Public propertySendMerchantReceipt
Gets or sets value of send_merchant_receipt flag.
Public propertyTenderType
Gets the value of TenderType assosiated with the instance of the request.
Public propertyTokenID
Gets or sets string of token id assosisated with transaction.
Public propertyTransactionID
Gets or sets string representation of transaction id.
Back to Top
See Also