The TransactionRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TransactionRequest |
Non-ISV constructor.
|
![]() | TransactionRequest(BluefinAccount) |
ISV constructor.
|
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.
|
![]() | 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