GiftCardTransactionRequest PropertiesBluefin Web Client API Documentation
The GiftCardTransactionRequest 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.
(Inherited from TransactionRequest.)
Public propertyAmount
This is the dollar (or other currency) amount of the transaction.
(Inherited from TransactionRequest.)
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.
(Inherited from TransactionRequest.)
Public propertyCardExpiration
Gets or sets string of card expiration date in the format of MMYY.
(Inherited from CardTransactionRequest.)
Public propertyCardNumber
Gets or sets sting of 16 digits of card number.
(Inherited from CardTransactionRequest.)
Public propertyCardVerification
Gets or sets string of card verification.
(Inherited from CardTransactionRequest.)
Public propertyCashier
Gets or sets string of the name or id of the cashier that is submitting the transaction.
(Inherited from TransactionRequest.)
Public propertyCurrency
Gets or sets 3 character string of currency code.
(Inherited from TransactionRequest.)
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.
(Inherited from TransactionRequest.)
Public propertyDisableAvs
Gets or sets value of disable_avs flag.
(Inherited from TransactionRequest.)
Public propertyDisableCvv
Gets or sets value of disable_cvv flag.
(Inherited from TransactionRequest.)
Public propertyDisableFraudFirewall
Gets or sets value of disable_fraudfirewall flag.
(Inherited from TransactionRequest.)
Public propertyGroup
Gets or set Group assosiated with request.
(Inherited from TransactionRequest.)
Public propertyInstallmentCount
Gets or sets the value of BluefinInteger that incapsulates the installment count.
(Inherited from TransactionRequest.)
Public propertyInstallmentNumber
Gets or sets the value of BluefinInteger that incapsulates the current installment number.
(Inherited from TransactionRequest.)
Public propertyIPAddress
Gets or sets string of IP address of the client which initiated the transaction.
(Inherited from TransactionRequest.)
Public propertyLevel2MerchantReference
Gets or sets string of level 2 merchant reference.
(Inherited from CardTransactionRequest.)
Public propertyLevel2OrderID
Gets or sets string of level 2 order id.
(Inherited from CardTransactionRequest.)
Public propertyLevel2Tax
Gets or the dollar (or other currency) of level2 tax amount
(Inherited from CardTransactionRequest.)
Public propertyLevel2Zip
Gets or sets string value of level 2 zip code.
(Inherited from CardTransactionRequest.)
Public propertyPaymentType
Gets or sets the reference to one of supported payment types.
(Inherited from TransactionRequest.)
Public propertyPerson
Gets or sets instance of Person data container.
(Inherited from TransactionRequest.)
Public propertyRestaurantGratuity
Gets or sets restaurant transaction gratuity amount.
(Inherited from CardTransactionRequest.)
Public propertyRestaurantServerID
Gets or sets string of restaurant server id.
(Inherited from CardTransactionRequest.)
Public propertySendCustomerReceipt
Gets or sets value of send_customer_receipt flag.
(Inherited from TransactionRequest.)
Public propertySendMerchantReceipt
Gets or sets value of send_merchant_receipt flag.
(Inherited from TransactionRequest.)
Public propertyTenderType
Gets the value of TenderType assosiated with the instance of the request.
(Inherited from TransactionRequest.)
Public propertyTokenID
Gets or sets string of token id assosisated with transaction.
(Inherited from TransactionRequest.)
Public propertyTransactionID
Gets or sets string representation of transaction id.
(Inherited from TransactionRequest.)
Back to Top
See Also