Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

Acknowledgement - Class in com.blockchyp.client.dto
A basic api acknowledgement.
Acknowledgement() - Constructor for class com.blockchyp.client.dto.Acknowledgement
 
addBankAccount(BankAccount) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Adds a bank accounts for split bank account merchants.
addBatche(BatchSummary) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Adds a merchant's batch history in descending order.
addBatche(BatchSummary) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Adds a a collection of batches closed during the batch close operation.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Adds a the customer results matching the search query.
addDiscount(TransactionDisplayDiscount) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Adds a are displayed under their corresponding item.
addItem(TransactionDisplayItem) - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Adds a an item to display.
addPaymentMethod(CustomerToken) - Method in class com.blockchyp.client.dto.Customer
Adds a model saved payment methods associated with a customer.
addTransaction(AuthorizationResponse) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Adds a matching transaction history.
addTransactionRef(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Adds a a list of queued transactions on the terminal.
addVolumeByTerminal(TerminalVolume) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Adds a merchant's batch history in descending order.
AES_KEY_SIZE_IN_BYTES - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 
APICredentials - Class in com.blockchyp.client
Encapsulates the big three BlockChyp API credentials.
APICredentials() - Constructor for class com.blockchyp.client.APICredentials
Default constructor.
APICredentials(String, String, String) - Constructor for class com.blockchyp.client.APICredentials
Alternate constructor that initializes all the credential fields.
AUTH_SCHEME_DUAL - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 
AuthorizationRequest - Class in com.blockchyp.client.dto
An authorization request for a charge, preauth, or reverse transaction.
AuthorizationRequest() - Constructor for class com.blockchyp.client.dto.AuthorizationRequest
 
AuthorizationResponse - Class in com.blockchyp.client.dto
The response to an authorization request.
AuthorizationResponse() - Constructor for class com.blockchyp.client.dto.AuthorizationResponse
 
AvsResponse - Enum in com.blockchyp.client.dto
 

B

balance(BalanceRequest) - Method in class com.blockchyp.client.BlockChypClient
Checks the remaining balance on a payment method.
BalanceRequest - Class in com.blockchyp.client.dto
A request for the remaining balance on a payment type.
BalanceRequest() - Constructor for class com.blockchyp.client.dto.BalanceRequest
 
BalanceResponse - Class in com.blockchyp.client.dto
The response to a balance request.
BalanceResponse() - Constructor for class com.blockchyp.client.dto.BalanceResponse
 
BankAccount - Class in com.blockchyp.client.dto
Models meta data about a merchant bank account.
BankAccount() - Constructor for class com.blockchyp.client.dto.BankAccount
 
batchDetails(BatchDetailsRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the batch details for a single batch.
BatchDetailsRequest - Class in com.blockchyp.client.dto
Models a request for details about a single batch.
BatchDetailsRequest() - Constructor for class com.blockchyp.client.dto.BatchDetailsRequest
 
BatchDetailsResponse - Class in com.blockchyp.client.dto
Models a response for details about a single batch.
BatchDetailsResponse() - Constructor for class com.blockchyp.client.dto.BatchDetailsResponse
 
batchHistory(BatchHistoryRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the batch history for a merchant.
BatchHistoryRequest - Class in com.blockchyp.client.dto
Models a batch history request.
BatchHistoryRequest() - Constructor for class com.blockchyp.client.dto.BatchHistoryRequest
 
BatchHistoryResponse - Class in com.blockchyp.client.dto
Models response to a batch history request.
BatchHistoryResponse() - Constructor for class com.blockchyp.client.dto.BatchHistoryResponse
 
BatchSummary - Class in com.blockchyp.client.dto
Models high level information about a single batch.
BatchSummary() - Constructor for class com.blockchyp.client.dto.BatchSummary
 
BlockChypClient - Class in com.blockchyp.client
This is the main class Java developers will interact with.
BlockChypClient() - Constructor for class com.blockchyp.client.BlockChypClient
Default constructor.
BlockChypClient(String) - Constructor for class com.blockchyp.client.BlockChypClient
Provided as a convenience to support constructor based dependency injection.
BlockChypClient(APICredentials) - Constructor for class com.blockchyp.client.BlockChypClient
Provided as a convenience to support constructor based dependency injection.
BlockChypClient(String, APICredentials) - Constructor for class com.blockchyp.client.BlockChypClient
Provided as a convenience to support constructor based dependency injection.
BlockChypClient(String, String, APICredentials) - Constructor for class com.blockchyp.client.BlockChypClient
Provided as a convenience to support constructor based dependency injection.
booleanPrompt(BooleanPromptRequest) - Method in class com.blockchyp.client.BlockChypClient
Asks the consumer a yes/no question.
BooleanPromptRequest - Class in com.blockchyp.client.dto
A simple yes no prompt request.
BooleanPromptRequest() - Constructor for class com.blockchyp.client.dto.BooleanPromptRequest
 
BooleanPromptResponse - Class in com.blockchyp.client.dto
The response to a boolean prompt request.
BooleanPromptResponse() - Constructor for class com.blockchyp.client.dto.BooleanPromptResponse
 

C

cancelPaymentLink(CancelPaymentLinkRequest) - Method in class com.blockchyp.client.BlockChypClient
Cancels a payment link.
CancelPaymentLinkRequest - Class in com.blockchyp.client.dto
Cancels a pending payment link.
CancelPaymentLinkRequest() - Constructor for class com.blockchyp.client.dto.CancelPaymentLinkRequest
 
CancelPaymentLinkResponse - Class in com.blockchyp.client.dto
Success or failure of a payment link cancellation.
CancelPaymentLinkResponse() - Constructor for class com.blockchyp.client.dto.CancelPaymentLinkResponse
 
capture(CaptureRequest) - Method in class com.blockchyp.client.BlockChypClient
Captures a preauthorization.
CaptureRequest - Class in com.blockchyp.client.dto
The information needed to capture a preauth.
CaptureRequest() - Constructor for class com.blockchyp.client.dto.CaptureRequest
 
CaptureResponse - Class in com.blockchyp.client.dto
The response to a capture request.
CaptureResponse() - Constructor for class com.blockchyp.client.dto.CaptureResponse
 
captureSignature(CaptureSignatureRequest) - Method in class com.blockchyp.client.BlockChypClient
Captures and returns a signature.
CaptureSignatureRequest - Class in com.blockchyp.client.dto
A request for customer signature data.
CaptureSignatureRequest() - Constructor for class com.blockchyp.client.dto.CaptureSignatureRequest
 
CaptureSignatureResponse - Class in com.blockchyp.client.dto
Customer signature data.
CaptureSignatureResponse() - Constructor for class com.blockchyp.client.dto.CaptureSignatureResponse
 
CardType - Enum in com.blockchyp.client.dto
 
cashDiscount(CashDiscountRequest) - Method in class com.blockchyp.client.BlockChypClient
Calculates the discount for actual cash transactions.
CashDiscountRequest - Class in com.blockchyp.client.dto
Computes the cash discount for a cash discount if enabled.
CashDiscountRequest() - Constructor for class com.blockchyp.client.dto.CashDiscountRequest
 
CashDiscountResponse - Class in com.blockchyp.client.dto
Models the results of a cash discount calculation.
CashDiscountResponse() - Constructor for class com.blockchyp.client.dto.CashDiscountResponse
 
charge(AuthorizationRequest) - Method in class com.blockchyp.client.BlockChypClient
Executes a standard direct preauth and capture.
clear(ClearTerminalRequest) - Method in class com.blockchyp.client.BlockChypClient
Clears the line item display and any in progress transaction.
ClearTerminalRequest - Class in com.blockchyp.client.dto
The information needed to enroll a new payment method in the token vault.
ClearTerminalRequest() - Constructor for class com.blockchyp.client.dto.ClearTerminalRequest
 
closeBatch(CloseBatchRequest) - Method in class com.blockchyp.client.BlockChypClient
Closes the current credit card batch.
CloseBatchRequest - Class in com.blockchyp.client.dto
The information needed to manually close a credit card batch.
CloseBatchRequest() - Constructor for class com.blockchyp.client.dto.CloseBatchRequest
 
CloseBatchResponse - Class in com.blockchyp.client.dto
The response to a close batch request.
CloseBatchResponse() - Constructor for class com.blockchyp.client.dto.CloseBatchResponse
 
com.blockchyp.client - package com.blockchyp.client
 
com.blockchyp.client.crypto - package com.blockchyp.client.crypto
 
com.blockchyp.client.dto - package com.blockchyp.client.dto
 
computeSHA256(String) - Method in class com.blockchyp.client.crypto.CryptoUtils
Computes a SHA 256 hash of the given hex.
CryptoUtils - Class in com.blockchyp.client.crypto
This is utility class providing cryptography support for the BlockChyp client.
customer(CustomerRequest) - Method in class com.blockchyp.client.BlockChypClient
Retrieves a customer by id.
Customer - Class in com.blockchyp.client.dto
Models a customer record.
Customer() - Constructor for class com.blockchyp.client.dto.Customer
 
CustomerRequest - Class in com.blockchyp.client.dto
Models a customer data request.
CustomerRequest() - Constructor for class com.blockchyp.client.dto.CustomerRequest
 
CustomerResponse - Class in com.blockchyp.client.dto
Models a customer data response.
CustomerResponse() - Constructor for class com.blockchyp.client.dto.CustomerResponse
 
customerSearch(CustomerSearchRequest) - Method in class com.blockchyp.client.BlockChypClient
Searches the customer database.
CustomerSearchRequest - Class in com.blockchyp.client.dto
Models a customer data search request.
CustomerSearchRequest() - Constructor for class com.blockchyp.client.dto.CustomerSearchRequest
 
CustomerSearchResponse - Class in com.blockchyp.client.dto
Models customer search results.
CustomerSearchResponse() - Constructor for class com.blockchyp.client.dto.CustomerSearchResponse
 
CustomerToken - Class in com.blockchyp.client.dto
Models a customer token.
CustomerToken() - Constructor for class com.blockchyp.client.dto.CustomerToken
 
CvmType - Enum in com.blockchyp.client.dto
 

D

debug(Object) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message at the debug log level.
debug(Object, Throwable) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message and throwable at the debug log level.
debug(Object) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
debug(Object, Throwable) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
decrypt(APICredentials) - Method in class com.blockchyp.client.BlockChypClient
Decrypts API credentials using the offline cache key.
decrypt(String, byte[]) - Method in class com.blockchyp.client.crypto.CryptoUtils
Decrypts ciphertext previously encoded with encrypt.
deleteCustomer(DeleteCustomerRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a customer record.
DeleteCustomerRequest - Class in com.blockchyp.client.dto
Deletes a customer record.
DeleteCustomerRequest() - Constructor for class com.blockchyp.client.dto.DeleteCustomerRequest
 
DeleteCustomerResponse - Class in com.blockchyp.client.dto
The response to a delete customer request.
DeleteCustomerResponse() - Constructor for class com.blockchyp.client.dto.DeleteCustomerResponse
 
deleteGateway(String, ICoreRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a delete HTTP request against the gateway.
deleteQueuedTransaction(DeleteQueuedTransactionRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a queued transaction from the terminal.
DeleteQueuedTransactionRequest - Class in com.blockchyp.client.dto
Deletes one or all transactions from a terminal queue.
DeleteQueuedTransactionRequest() - Constructor for class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
 
DeleteQueuedTransactionResponse - Class in com.blockchyp.client.dto
The response to a delete queued transaction request.
DeleteQueuedTransactionResponse() - Constructor for class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
 
deleteToken(DeleteTokenRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a payment token.
DeleteTokenRequest - Class in com.blockchyp.client.dto
Deletes a payment token.
DeleteTokenRequest() - Constructor for class com.blockchyp.client.dto.DeleteTokenRequest
 
DeleteTokenResponse - Class in com.blockchyp.client.dto
The response to a delete token request.
DeleteTokenResponse() - Constructor for class com.blockchyp.client.dto.DeleteTokenResponse
 
deriveOfflineKey() - Method in class com.blockchyp.client.BlockChypClient
Generates the encryption key used for offline cache records.
dumpSignatureFile(Object, Object) - Method in class com.blockchyp.client.BlockChypClient
Writes the signature to a file if a signature is present and the caller has requested it.

E

encrypt(APICredentials) - Method in class com.blockchyp.client.BlockChypClient
Encrypts API credentials using the offline cache key.
encrypt(String, byte[]) - Method in class com.blockchyp.client.crypto.CryptoUtils
Encrypts the given plain text using the given key using AES with PKCS#5 padding.
enroll(EnrollRequest) - Method in class com.blockchyp.client.BlockChypClient
Adds a new payment method to the token vault.
EnrollRequest - Class in com.blockchyp.client.dto
The information needed to enroll a new payment method in the token vault.
EnrollRequest() - Constructor for class com.blockchyp.client.dto.EnrollRequest
 
EnrollResponse - Class in com.blockchyp.client.dto
The response to an enroll request.
EnrollResponse() - Constructor for class com.blockchyp.client.dto.EnrollResponse
 
error(Object) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message at the error log level.
error(Object, Throwable) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message and throwable at the error log level.
error(Object) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
error(Object, Throwable) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 

F

fatal(Object) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message at the fatal log level.
fatal(Object, Throwable) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message and throwable at the fatal log level.
fatal(Object) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
fatal(Object, Throwable) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
finishGatewayRequest(HttpMethod, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a previously assembled HttpMethod against the gateway.
finishTerminalRequest(TerminalRouteResponse, Object, HttpMethod, Class) - Method in class com.blockchyp.client.BlockChypClient
This handles all the common logic associated with processing terminal http requests.

G

generateApiHeaders(String, String, String) - Method in class com.blockchyp.client.crypto.CryptoUtils
Generates the big three API request headers based on the input credentials.
generateTimestamp() - Method in class com.blockchyp.client.crypto.CryptoUtils
Generates a timestamp encoded for use in Gateway API request headers.
getAddress() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the cardholder address for use with address verification.
getAddress() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the cardholder address for use with address verification.
getAddress() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the cardholder address for use with address verification.
getAddress() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getAddress() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the cardholder address for use with address verification.
getAid() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Application Identifier.
getAltPrices() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a map of alternate currencies and the price in each currency.
getAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets the new calculated total amount.
getAmount() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the amount of the transaction.
getAmount() - Method in interface com.blockchyp.client.dto.IRequestAmount
 
getAmount() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the requested amount.
getAmount() - Method in class com.blockchyp.client.dto.TransactionDisplayDiscount
Gets the amount of the discount.
getApiKey() - Method in class com.blockchyp.client.APICredentials
Returns the API key.
getApiKey() - Method in class com.blockchyp.client.TerminalRequest
Returns the API key.
getApplicationLabel() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets a description of the selected AID.
getArc() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Authorization Response Code.
getArqc() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Application Request Cryptogram.
getAuthCode() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the auth code from the payment network.
getAuthCode() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the auth code from the payment network.
getAuthCode() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the auth code from the payment network.
getAuthCode() - Method in interface com.blockchyp.client.dto.IApprovalResponse
 
getAuthCode() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the auth code from the payment network.
getAuthCode() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the auth code from the payment network.
getAuthorizedAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the authorized amount.
getAuthorizedAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the authorized amount.
getAuthorizedAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getAuthorizedAmount() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the amount authorized by the payment network.
getAuthorizedAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the authorized amount.
getAuthorizedCashBackAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the amount of cash back authorized by the gateway.
getAuthorizedCashBackAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the amount of cash back authorized by the gateway.
getAuthorizedCashBackAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getAuthorizedCashBackAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the amount of cash back authorized by the gateway.
getAuthResponseCode() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the code returned by the terminal or the card issuer to indicate the disposition of the message.
getAuthResponseCode() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the code returned by the terminal or the card issuer to indicate the disposition of the message.
getAuthResponseCode() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the code returned by the terminal or the card issuer to indicate the disposition of the message.
getAuthResponseCode() - Method in interface com.blockchyp.client.dto.IApprovalResponse
 
getAuthResponseCode() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the code returned by the terminal or the card issuer to indicate the disposition of the message.
getAuthResponseCode() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the code returned by the terminal or the card issuer to indicate the disposition of the message.
getAvsResponse() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets address verification results if address information was submitted.
getAvsResponse() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets address verification results if address information was submitted.
getAvsResponse() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets address verification results if address information was submitted.
getAvsResponse() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets address verification results if address information was submitted.
getAvsResponse() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getAvsResponse() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets address verification results if address information was submitted.
getAvsResponse() - Method in class com.blockchyp.client.dto.VoidResponse
Gets address verification results if address information was submitted.
getBankAccounts() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets bank accounts for split bank account merchants.
getBatchCloseTime() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the batch close time in the merchant's time zone.
getBatches() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets merchant's batch history in descending order.
getBatches() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets a collection of batches closed during the batch close operation.
getBatchId() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets id for the batch to be retrieved.
getBatchId() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets batch identifier.
getBatchId() - Method in class com.blockchyp.client.dto.BatchSummary
Gets batch identifier.
getBatchId() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets optional batch id.
getBatchId() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the ID assigned to the batch.
getBatchId() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getBatchId() - Method in class com.blockchyp.client.dto.PingResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets optional batch id.
getBatchId() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets batch identifier if filtered by batch.
getBatchId() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the ID assigned to the batch.
getBatchId() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the ID assigned to the batch.
getBatchSequence() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the sequence of the transaction in the batch.
getBearerToken() - Method in class com.blockchyp.client.APICredentials
Returns the bearer token.
getBearerToken() - Method in class com.blockchyp.client.TerminalRequest
Returns the bearer token.
getBin() - Method in class com.blockchyp.client.dto.WhiteListedCard
Gets the card BIN.
getCallbackUrl() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets optional callback url to which transaction responses for this link will be posted.
getCapturedAmount() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the new captured amount.
getCapturedAmount() - Method in class com.blockchyp.client.dto.BatchSummary
Gets the new captured amount.
getCapturedAmount() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the captured amount.
getCardHolder() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the cardholder name.
getCardHolder() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the cardholder name.
getCardHolder() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the cardholder name.
getCardHolder() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the cardholder name.
getCardHolder() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getCardHolder() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the cardholder name.
getCardHolder() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the cardholder name.
getCardholderName() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the cardholder name.
getCardholderName() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the cardholder name.
getCardholderName() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the cardholder name.
getCardholderName() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getCardholderName() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the cardholder name.
getCardType() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets designates categories of cards: credit, debit, EBT.
getCardType() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets designates categories of cards: credit, debit, EBT.
getCardType() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets designates categories of cards: credit, debit, EBT.
getCardType() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getCardType() - Method in class com.blockchyp.client.dto.RefundRequest
Gets designates categories of cards: credit, debit, EBT.
getCashBackAmount() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the amount of cash back that was approved.
getCashDiscount() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets the cash discount.
getCashDiscount() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the discount applied to the transaction for payment methods ineligible for surcharges.
getClockchain() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the public key of the clockchain.
getCloseDate() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets date and time the batch was closed.
getCloseDate() - Method in class com.blockchyp.client.dto.BatchSummary
Gets date and time the batch was closed.
getCode() - Method in enum com.blockchyp.client.dto.AvsResponse
 
getCode() - Method in enum com.blockchyp.client.dto.CardType
 
getCode() - Method in enum com.blockchyp.client.dto.CvmType
 
getCode() - Method in enum com.blockchyp.client.dto.PromptType
 
getCode() - Method in enum com.blockchyp.client.dto.SignatureFormat
 
getCommodityCode() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets an international description code of the item.
getCompanyName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's company name.
getCompanyName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the merchant's company name.
getContentHash() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets a hash of the terms and conditions content that can be used for caching.
getCurrencyCode() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the currency code used for the transaction.
getCurrencyCode() - Method in class com.blockchyp.client.dto.BatchSummary
Gets the currency the batch was settled in.
getCurrencyCode() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the currency code used for the transaction.
getCurrencyCode() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the currency code used for the transaction.
getCurrencyCode() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getCurrencyCode() - Method in interface com.blockchyp.client.dto.IRequestAmount
 
getCurrencyCode() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the transaction currency code.
getCurrencyCode() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the currency code used for the transaction.
getCurrentBalance() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the current balance of the gift card.
getCurve() - Method in class com.blockchyp.client.RawPublicKey
Returns the name of the standard curve.
getCurve() - Method in class com.blockchyp.client.RawSignature
Returns the name of the standard curve.
getCustomer() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets suggested receipt fields.
getCustomer() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets customer data, if any.
getCustomer() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets customer data, if any.
getCustomer() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets customer data, if any.
getCustomer() - Method in class com.blockchyp.client.dto.CustomerResponse
Gets the customer record.
getCustomer() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets customer with which the new token should be associated.
getCustomer() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets customer data, if any.
getCustomer() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getCustomer() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets customer information.
getCustomer() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets customer data, if any.
getCustomer() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets models a customer update request.
getCustomer() - Method in class com.blockchyp.client.dto.VoidResponse
Gets customer data, if any.
getCustomerId() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets BlockChyp assigned customer id.
getCustomerId() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets the ID of the customer to delete.
getCustomerId() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the customer id created or used for the payment.
getCustomerRef() - Method in class com.blockchyp.client.dto.Customer
Gets optional customer ref that can be used for the client's system's customer id.
getCustomerRef() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets optional customer ref that can be used for the client's system's customer id.
getCustomers() - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Gets the customer results matching the search query.
getCvmUsed() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the customer verification method used for the transaction.
getCvv() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the card CVV for use with PAN based transactions.
getCvv() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the card CVV for use with PAN based transactions.
getCvv() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the card CVV for use with PAN based transactions.
getCvv() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getCvv() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the card CVV for use with PAN based transactions.
getDescription() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a narrative description of the transaction.
getDescription() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets description explaining the transaction for display to the user.
getDescription() - Method in class com.blockchyp.client.dto.TransactionDisplayDiscount
Gets the discount description.
getDescription() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets a description of the line item.
getDestinationAccount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
getDestinationAccount() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getDestinationAccount() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.MessageRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.PingRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.PingResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.VoidRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccountId() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets merchant deposit account into which proceeds should be deposited.
getDestinationAccountId() - Method in class com.blockchyp.client.dto.BatchSummary
Gets merchant deposit account into which proceeds should be deposited.
getDiscounts() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets are displayed under their corresponding item.
getEbtEligibleAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the amount of the transaction that should be charged to an EBT card.
getEbtEligibleAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the amount of the transaction that should be charged to an EBT card.
getEbtEligibleAmount() - Method in interface com.blockchyp.client.dto.ISubtotals
 
getEbtEligibleAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the amount of the transaction that should be charged to an EBT card.
getEmailAddress() - Method in class com.blockchyp.client.dto.Customer
Gets customer's email address.
getEndDate() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets optional end date filter for batch history.
getEndDate() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets end date if filtered by end date.
getEndDate() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets optional end date filter for batch history.
getEndDate() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets end date if filtered by end date.
getEntryMethod() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getEntryMethod() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getEntryMethod() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets entry method for the batch, if any.
getEntryMethod() - Method in class com.blockchyp.client.dto.BatchSummary
Gets entry method for the batch, if any.
getEntryMethod() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getEntryMethod() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the method by which the payment card was entered (MSR, CHIP, KEYED, etc.
getEntryMethod() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getEntryMethod() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getEntryMethod() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the method by which the payment card was entered (MSR, CHIP, KEYED, etc.
getEntryMethod() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getEntryMethod() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the entry method for the transaction (CHIP, MSR, KEYED, etc).
getError() - Method in class com.blockchyp.client.dto.Acknowledgement
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CustomerResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the error, if an error occurred.
getError() - Method in interface com.blockchyp.client.dto.IAbstractAcknowledgement
 
getError() - Method in interface com.blockchyp.client.dto.IAcknowledgement
 
getError() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.PingResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TextPromptResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets a narrative description of the error, if any.
getExpectedDeposit() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the expected volume for this batch, usually captured volume less gift card volume.
getExpiryMonth() - Method in class com.blockchyp.client.dto.CustomerToken
Gets expiration month.
getExpiryYear() - Method in class com.blockchyp.client.dto.CustomerToken
Gets expiration month.
getExpMonth() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the card expiration month for use with PAN based transactions.
getExpMonth() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the card expiration month in MM format.
getExpMonth() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the card expiration month for use with PAN based transactions.
getExpMonth() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the card expiration month in MM format.
getExpMonth() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the card expiration month in MM format.
getExpMonth() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the card expiration month for use with PAN based transactions.
getExpMonth() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the card expiration month in MM format.
getExpMonth() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getExpMonth() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getExpMonth() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the card expiration month for use with PAN based transactions.
getExpMonth() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the card expiration month in MM format.
getExpMonth() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the card expiration month in MM format.
getExpYear() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the card expiration year for use with PAN based transactions.
getExpYear() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the card expiration year in YY format.
getExpYear() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the card expiration year for use with PAN based transactions.
getExpYear() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the card expiration year in YY format.
getExpYear() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the card expiration year in YY format.
getExpYear() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the card expiration year for use with PAN based transactions.
getExpYear() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the card expiration year in YY format.
getExpYear() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getExpYear() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getExpYear() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the card expiration year for use with PAN based transactions.
getExpYear() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the card expiration year in YY format.
getExpYear() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the card expiration year in YY format.
getExtended() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets an item category in a transaction display.
getFirstName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's first name.
getFsaEligibleAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the amount of the transaction that should be charged to an FSA card.
getFsaEligibleAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the amount of the transaction that should be charged to an FSA card.
getFsaEligibleAmount() - Method in interface com.blockchyp.client.dto.ISubtotals
 
getFsaEligibleAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the amount of the transaction that should be charged to an FSA card.
getGateway(String, boolean, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes an http get request against the gateway with a timeout override.
getGateway(String, boolean, Class, int) - Method in class com.blockchyp.client.BlockChypClient
Executes an http get request against the gateway with a timeout override.
getGatewayClient() - Method in class com.blockchyp.client.BlockChypClient
Returns the gateway client singleton.
getGiftCardsSold() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the total volume of gift cards sold.
getGiftCardVolume() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the total volume of gift cards transactions.
getHsaEligibleAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the amount of the transaction that should be charged to an HSA card.
getHsaEligibleAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the amount of the transaction that should be charged to an HSA card.
getHsaEligibleAmount() - Method in interface com.blockchyp.client.dto.ISubtotals
 
getHsaEligibleAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the amount of the transaction that should be charged to an HSA card.
getIad() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Issuer Application Data.
getId() - Method in class com.blockchyp.client.dto.BankAccount
Gets the account identifier to be used with authorization requests.
getId() - Method in class com.blockchyp.client.dto.Customer
Gets BlockChyp assigned customer id.
getId() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets a unique value identifying the item.
getInstance() - Static method in class com.blockchyp.client.crypto.CryptoUtils
Returns the CryptoUtils singleton.
getIpAddress() - Method in class com.blockchyp.client.TerminalRouteResponse
Returns the current local IP address of the terminal on its local subnet.
getItems() - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Gets an item to display.
getKsn() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the key serial number used for DUKPT encryption.
getKsn() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the key serial number used for DUKPT encryption.
getKsn() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the key serial number used for DUKPT encryption.
getKsn() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getKsn() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the key serial number used for DUKPT encryption.
getLastName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's last name.
getLatestTick() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the hash of the last tick block.
getLinkCode() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets the payment link code to cancel.
getLinkCode() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the payment link code.
getLocationName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the location name.
getMaskedAccountNumber() - Method in class com.blockchyp.client.dto.BankAccount
Gets the masked account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.CustomerToken
Gets masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the masked card identifier.
getMaskedPan() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getMaskedPan() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the masked primary account number of the payment card, as required.
getMaskedPan() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the masked primary account number.
getMaskedPan() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the masked primary account number.
getMaxResults() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets max results to be returned by this request.
getMaxResults() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets max results from the original request echoed back.
getMaxResults() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets max results to be returned by this request.
getMaxResults() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets max results from the original request echoed back.
getMerchantId() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the merchant id.
getMerchantId() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the ID of the merchant.
getMerchantKey() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the partially masked merchant key required on EMV receipts.
getMerchantName() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the name of the merchant's business.
getMerchantPublicKey() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the public key for the merchant's blockchain.
getMessage() - Method in class com.blockchyp.client.dto.MessageRequest
Gets the message to be displayed on the terminal.
getName() - Method in class com.blockchyp.client.dto.BankAccount
Gets the name of the account.
getNoCaption() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the preferred caption for the 'no' button.
getOfflineCache(String) - Method in class com.blockchyp.client.BlockChypClient
Returns the route stored in the offline cache for the given terminal.
getOfflineRouteCacheLocation() - Method in class com.blockchyp.client.BlockChypClient
Returns the offline route cache location.
getOnlineAuthCode() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets used to validate online gift card authorizations.
getOpenDate() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets date and time of the first transaction for this batch.
getOpenDate() - Method in class com.blockchyp.client.dto.BatchSummary
Gets date and time of the first transaction for this batch.
getOpenPreauths() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets preauths from this batch still open.
getOpenPreauths() - Method in class com.blockchyp.client.dto.BatchSummary
Gets the amount of preauths opened during the batch that have not been captured.
getOrderRef() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
getOrderRef() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.MessageRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.PingRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.RefundRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.VoidRequest
Gets an identifier from an external point of sale system.
getPan() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the primary account number.
getPan() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the primary account number.
getPan() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the primary account number.
getPan() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getPan() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the primary account number.
getPan() - Method in class com.blockchyp.client.dto.WhiteListedCard
Gets the card primary account number.
getPaymentMethods() - Method in class com.blockchyp.client.dto.Customer
Gets model saved payment methods associated with a customer.
getPaymentType() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets designates brands of payment methods: Visa, Discover, etc.
getPaymentType() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the card brand (VISA, MC, AMEX, etc).
getPaymentType() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets designates brands of payment methods: Visa, Discover, etc.
getPaymentType() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the card brand (VISA, MC, AMEX, etc).
getPaymentType() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the card brand (VISA, MC, AMEX, etc).
getPaymentType() - Method in class com.blockchyp.client.dto.CustomerToken
Gets payment type.
getPaymentType() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets designates brands of payment methods: Visa, Discover, etc.
getPaymentType() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the card brand (VISA, MC, AMEX, etc).
getPaymentType() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getPaymentType() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getPaymentType() - Method in class com.blockchyp.client.dto.RefundRequest
Gets designates brands of payment methods: Visa, Discover, etc.
getPaymentType() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the card brand (VISA, MC, AMEX, etc).
getPaymentType() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the card brand (VISA, MC, AMEX, etc).
getPinBlock() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the encrypted pin block.
getPinBlock() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the encrypted pin block.
getPinBlock() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the encrypted pin block.
getPinBlock() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getPinBlock() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the encrypted pin block.
getPostalCode() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the cardholder postal code for use with address verification.
getPostalCode() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the cardholder postal code for use with address verification.
getPostalCode() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the cardholder postal code for use with address verification.
getPostalCode() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getPostalCode() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the cardholder postal code for use with address verification.
getPrice() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets the price of the line item.
getProductCode() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets a merchant-defined description code of the item.
getPrompt() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the text to be displayed on the terminal.
getPromptType() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets the prompt type (email, phone, etc).
getPublicKey() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the public key of the activated card.
getPublicKey() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getPublicKey() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the blockchyp public key for this merchant.
getPublicKey() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the BlockChyp public key if the user presented a BlockChyp payment card.
getPublicKey() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets the public key of the terminal.
getPurpose() - Method in class com.blockchyp.client.dto.BankAccount
Gets the purpose of the account.
getQuantity() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets the quantity of the line item.
getQuery() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets search query for customer searches.
getR() - Method in class com.blockchyp.client.RawSignature
Returns the signature's 'R' parameter as hex.
getRawKey() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets the raw public key of the terminal.
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets suggested receipt fields.
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets suggested receipt fields.
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets suggested receipt fields.
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets suggested receipt fields.
getReceiptSuggestions() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets suggested receipt fields.
getReceiptSuggestions() - Method in class com.blockchyp.client.dto.VoidResponse
Gets suggested receipt fields.
getRemainingBalance() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the remaining balance on the payment method.
getRemainingBalance() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets remaining balance on the payment method.
getRemainingBalance() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the remaining balance on the payment method.
getRemainingBalance() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getRemainingBalance() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the remaining balance on the payment method.
getRequest() - Method in class com.blockchyp.client.TerminalRequest
Returns the underlying request object.
getRequestedAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the requested amount.
getRequestedAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the requested amount.
getRequestedAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getRequestedAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the requested amount.
getRequestedCashBackAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the cash back amount the customer requested during the transaction.
getRequestedCashBackAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the cash back amount the customer requested during the transaction.
getRequestedCashBackAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getRequestedCashBackAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the cash back amount the customer requested during the transaction.
getResponse() - Method in class com.blockchyp.client.dto.TextPromptResponse
Gets the text prompt response.
getResponseDescription() - Method in class com.blockchyp.client.dto.Acknowledgement
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CustomerResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in interface com.blockchyp.client.dto.IAbstractAcknowledgement
 
getResponseDescription() - Method in interface com.blockchyp.client.dto.IAcknowledgement
 
getResponseDescription() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.PingResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TextPromptResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.VoidResponse
Gets a narrative description of the transaction result.
getRoutingNumber() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the ACH routing number for ACH transactions.
getRoutingNumber() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the ACH routing number for ACH transactions.
getRoutingNumber() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the ACH routing number for ACH transactions.
getRoutingNumber() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getRoutingNumber() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the ACH routing number for ACH transactions.
getS() - Method in class com.blockchyp.client.RawSignature
Returns the signature's 'S' parameter as hex.
getSerialNumber() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the manufacturer's serial number.
getSig() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the ECC signature of the response.
getSig() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getSig() - Method in class com.blockchyp.client.dto.PingResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the ECC signature of the response.
getSig() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the ECC signature of the response.
getSigFile() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a location on the filesystem which a customer signature should be written to.
getSigFile() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the hex encoded signature data.
getSigFile() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets a location on the filesystem which a customer signature should be written to.
getSigFile() - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Gets the hex encoded signature data.
getSigFile() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the hex encoded signature data.
getSigFile() - Method in interface com.blockchyp.client.dto.ISignatureRequest
 
getSigFile() - Method in interface com.blockchyp.client.dto.ISignatureResponse
 
getSigFile() - Method in class com.blockchyp.client.dto.RefundRequest
Gets a location on the filesystem which a customer signature should be written to.
getSigFile() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets a location on the filesystem which a customer signature should be written to.
getSigFile() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the hex encoded signature data.
getSigFile() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the hex encoded signature data.
getSigFile() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the hex encoded signature data.
getSigFormat() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the image format to be used for returning signatures.
getSigFormat() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets the image format to be used for returning signatures.
getSigFormat() - Method in interface com.blockchyp.client.dto.ISignatureRequest
 
getSigFormat() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the image format to be used for returning signatures.
getSigFormat() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the image format to be used for returning signatures.
getSigningKey() - Method in class com.blockchyp.client.APICredentials
Returns the signing key.
getSigningKey() - Method in class com.blockchyp.client.TerminalRequest
Returns the signing key.
getSigWidth() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the width that the signature image should be scaled to, preserving the aspect ratio.
getSigWidth() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets the width that the signature image should be scaled to, preserving the aspect ratio.
getSigWidth() - Method in interface com.blockchyp.client.dto.ISignatureRequest
 
getSigWidth() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the width that the signature image should be scaled to, preserving the aspect ratio.
getSigWidth() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the width that the signature image should be scaled to, preserving the aspect ratio.
getSince() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the timestamp of the last status change.
getSmsNumber() - Method in class com.blockchyp.client.dto.Customer
Gets customer's SMS or mobile number.
getStartDate() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets optional start date filter for batch history.
getStartDate() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets start date if filtered by start date.
getStartDate() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets optional start date filter for batch history.
getStartDate() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets start date if filtered by start date.
getStartIndex() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets starting index for results to be returned.
getStartIndex() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets starting index from the original request echoed back.
getStartIndex() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets starting index for results to be returned.
getStartIndex() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets starting index from the original request echoed back.
getStatus() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the undwriting/processing status for the the merchant.
getStatus() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the operation that the terminal is performing.
getStoreAndForwardFloorLimit() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets floor limit for store and forward transactions.
getStoreNumber() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the store number.
getSubject() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets subject of the payment email.
getSubtotal() - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Gets the subtotal to display.
getSurcharge() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets the normal surcharge for a transaction.
getSurcharge() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the amount added to the transaction to cover eligible credit card fees.
getTax() - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Gets the tax to display.
getTaxAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the tax amount.
getTaxAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the tax amount.
getTaxAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the tax amount.
getTaxAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the tax amount.
getTaxAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getTaxAmount() - Method in interface com.blockchyp.client.dto.ISubtotals
 
getTaxAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the tax amount.
getTaxAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the tax amount.
getTc() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Transaction Certificate.
getTcAlias() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets an alias for a Terms and Conditions template configured in the BlockChyp dashboard.
getTcAlias() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets an alias for a Terms and Conditions template configured in the BlockChyp dashboard.
getTcContent() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the content of the terms and conditions that will be presented to the user.
getTcContent() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the content of the terms and conditions that will be presented to the user.
getTcName() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the name of the Terms and Conditions the user is accepting.
getTcName() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the name of the Terms and Conditions the user is accepting.
getTerminalClient() - Method in class com.blockchyp.client.BlockChypClient
Returns the terminal client singleton.
getTerminalId() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the ID of the payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in interface com.blockchyp.client.dto.ITerminalReference
 
getTerminalName() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.MessageRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.PingRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the terminal name assigned during activation.
getTerminalName() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets optional terminal name.
getTerminalName() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets terminal name if filtered by terminal.
getTerminalName() - Method in class com.blockchyp.client.TerminalRouteResponse
Echoes back the terminal name for the route lookup.
getTerminalType() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the terminal type.
getTerminalUpdateTime() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the terminal firmware update time.
getTickBlock() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the hash of the last tick block.
getTickBlock() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getTickBlock() - Method in class com.blockchyp.client.dto.PingResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the hash of the last tick block.
getTickBlock() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the hash of the last tick block.
getTimeout() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the request timeout in seconds.
getTimeout() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
getTimeout() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MessageRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.PingRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.VoidRequest
Gets the request timeout in seconds.
getTimestamp() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the timestamp of the heartbeat.
getTimestamp() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getTimestamp() - Method in class com.blockchyp.client.dto.PingResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets the timestamp associated with the route request.
getTimeZone() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the merchant's local time zone.
getTipAmount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the tip amount.
getTipAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the tip amount.
getTipAmount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the tip amount.
getTipAmount() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the tip amount.
getTipAmount() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
getTipAmount() - Method in interface com.blockchyp.client.dto.ISubtotals
 
getTipAmount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the tip amount.
getTipAmount() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the tip amount.
getToken() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the payment token to be used for this transaction.
getToken() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the payment token, if the payment was enrolled in the vault.
getToken() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets the payment token to be used for this transaction.
getToken() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the payment token, if the payment was enrolled in the vault.
getToken() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the payment token, if the payment was enrolled in the vault.
getToken() - Method in class com.blockchyp.client.dto.CustomerToken
Gets BlockChyp assigned customer id.
getToken() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets the token to delete.
getToken() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets the payment token to be used for this transaction.
getToken() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the payment token, if the payment was enrolled in the vault.
getToken() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getToken() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getToken() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the payment token to be used for this transaction.
getToken() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the payment token, if the payment was enrolled in the vault.
getToken() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the payment token, if the payment was enrolled in the vault.
getTotal() - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Gets the total to display.
getTotalResultCount() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets total number of results accessible through paging.
getTotalResultCount() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets total number of results accessible through paging.
getTotalVolume() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the total volume from this batch.
getTrack1() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets track 1 magnetic stripe data.
getTrack1() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets track 1 magnetic stripe data.
getTrack1() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets track 1 magnetic stripe data.
getTrack1() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getTrack1() - Method in class com.blockchyp.client.dto.RefundRequest
Gets track 1 magnetic stripe data.
getTrack1() - Method in class com.blockchyp.client.dto.WhiteListedCard
Gets the track 1 data from the card.
getTrack2() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets track 2 magnetic stripe data.
getTrack2() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets track 2 magnetic stripe data.
getTrack2() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets track 2 magnetic stripe data.
getTrack2() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
getTrack2() - Method in class com.blockchyp.client.dto.RefundRequest
Gets track 2 magnetic stripe data.
getTrack2() - Method in class com.blockchyp.client.dto.WhiteListedCard
Gets the track 2 data from the card.
getTransaction() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets transaction details for display on the payment email.
getTransaction() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets transaction to display on the terminal.
getTransactionCount() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets the total number of transactions in this batch.
getTransactionCount() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the number of transactions run on this terminal.
getTransactionId() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets the ID of the previous transaction being referenced.
getTransactionId() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets the ID of the previous transaction being referenced.
getTransactionId() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getTransactionId() - Method in interface com.blockchyp.client.dto.IPreviousTransaction
 
getTransactionId() - Method in class com.blockchyp.client.dto.PingResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.RefundRequest
Gets the ID of the previous transaction being referenced.
getTransactionId() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets the ID of the previous transaction being referenced.
getTransactionId() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the ID assigned to the transaction.
getTransactionId() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets the BlockChyp assigned transaction id.
getTransactionId() - Method in class com.blockchyp.client.dto.VoidRequest
Gets the ID of the previous transaction being referenced.
getTransactionId() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the ID assigned to the transaction.
getTransactionRef() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets a transaction reference string of the transaction to delete.
getTransactionRef() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
getTransactionRef() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getTransactionRef() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.MessageRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.PingRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.PingResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.RefundRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the transaction reference for an ongoing transaction, if one was specified at request time.
getTransactionRef() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.VoidRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRefs() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Gets a list of queued transactions on the terminal.
getTransactions() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets matching transaction history.
getTransactionType() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets the type of transaction.
getTransactionType() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
getTransactionType() - Method in class com.blockchyp.client.dto.PingResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the type of transaction performed (CHARGE, PREAUTH, REFUND, etc).
getTransactionType() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets the type of transaction.
getTransactionType() - Method in class com.blockchyp.client.dto.VoidResponse
Gets the type of transaction.
getTransientCredentials() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets transient credentials to be used with the terminal route.
getTsi() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Transaction Status Indicator.
getTvr() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Terminal Verification Response.
getUnitCode() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets an alphanumeric code for units of measurement as used in international trade.
getUrl() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the url for the payment link.
getVolumeByTerminal() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets merchant's batch history in descending order.
getWhiteListedCard() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets card BIN ranges can be whitelisted so that they are read instead of being processed directly.
getX() - Method in class com.blockchyp.client.RawPublicKey
Returns the X coordinate as hex.
getY() - Method in class com.blockchyp.client.RawPublicKey
Returns the Y coordinate as hex.
getYesCaption() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the preferred caption for the 'yes' button.
giftActivate(GiftActivateRequest) - Method in class com.blockchyp.client.BlockChypClient
Activates or recharges a gift card.
GiftActivateRequest - Class in com.blockchyp.client.dto
The information needed to activate or recharge a gift card.
GiftActivateRequest() - Constructor for class com.blockchyp.client.dto.GiftActivateRequest
 
GiftActivateResponse - Class in com.blockchyp.client.dto
The response to a gift activate request.
GiftActivateResponse() - Constructor for class com.blockchyp.client.dto.GiftActivateResponse
 

H

HEADER_AUTHORIZATION - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 
HEADER_NONCE - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 
HEADER_TIMESTAMP - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 
heartbeat(boolean) - Method in class com.blockchyp.client.BlockChypClient
Tests communication with the Gateway.
HeartbeatResponse - Class in com.blockchyp.client.dto
The response to a basic API health check.
HeartbeatResponse() - Constructor for class com.blockchyp.client.dto.HeartbeatResponse
 

I

IAbstractAcknowledgement - Interface in com.blockchyp.client.dto
Fields which should be returned with standard requests.
IAcknowledgement - Interface in com.blockchyp.client.dto
contains a basic api acknowledgement.
IApprovalResponse - Interface in com.blockchyp.client.dto
Response fields for an approved transaction.
ICoreRequest - Interface in com.blockchyp.client.dto
Core request fields for a transaction.
ICoreResponse - Interface in com.blockchyp.client.dto
Core response fields for a transaction.
info(Object) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message at the info log level.
info(Object, Throwable) - Method in interface com.blockchyp.client.PaymentLogger
Logs the message and throwable at the info log level.
info(Object) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
info(Object, Throwable) - Method in class com.blockchyp.client.SystemOutPaymentLogger
 
initObjectMapper() - Method in class com.blockchyp.client.BlockChypClient
Initializes the JSON encoder and parser.
IPaymentAmounts - Interface in com.blockchyp.client.dto
Response details about tender amounts.
IPaymentMethod - Interface in com.blockchyp.client.dto
Request details about a payment method.
IPaymentMethodResponse - Interface in com.blockchyp.client.dto
Response details about a payment method.
IPreviousTransaction - Interface in com.blockchyp.client.dto
A reference to a previous transaction.
IRequestAmount - Interface in com.blockchyp.client.dto
Request details about tender amounts.
isAltCurrency() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets whether or not an alternate currency was used.
isAltCurrency() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets whether or not an alternate currency was used.
isAltCurrency() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
isAltCurrency() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets whether or not an alternate currency was used.
isApproved() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets that the transaction was approved.
isApproved() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets that the transaction was approved.
isApproved() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets that the transaction was approved.
isApproved() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets that the card was activated.
isApproved() - Method in interface com.blockchyp.client.dto.IApprovalResponse
 
isApproved() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets that the transaction was approved.
isApproved() - Method in class com.blockchyp.client.dto.VoidResponse
Gets that the transaction was approved.
isAsync() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
isAsync() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.MessageRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.PingRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.RefundRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.VoidRequest
Gets defers the response to the transaction and returns immediately.
isAutoBatchClose() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not the batch automatically closes.
isAutoSend() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets automatically send the link via an email.
isCashBackEnabled() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that cash back should be enabled for supported cards.
isCashBackEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not cash back is enabled.
isCashDiscount() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashDiscount() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashDiscount() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashDiscount() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashDiscount() - Method in interface com.blockchyp.client.dto.IRequestAmount
 
isCashDiscount() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashDiscount() - Method in class com.blockchyp.client.dto.RefundRequest
Gets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
isCashier() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets flags the payment link as cashier facing.
isCloudRelayEnabled() - Method in class com.blockchyp.client.TerminalRouteResponse
Returns the cloud relay flag.
isDisableSignature() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets whether or not signature prompt should be skipped on the terminal.
isDisableSignature() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets whether or not signature prompt should be skipped on the terminal.
isDisableSignature() - Method in interface com.blockchyp.client.dto.ISignatureRequest
 
isDisableSignature() - Method in class com.blockchyp.client.dto.RefundRequest
Gets whether or not signature prompt should be skipped on the terminal.
isDisableSignature() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets whether or not signature prompt should be skipped on the terminal.
isEnroll() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the payment method should be added to the token vault alongside the authorization.
isEnroll() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets that the payment method should be added to the token vault alongside the authorization.
isEnrollOnly() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets that the link should be used to enroll a token only.
isExists() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets the exists flag.
isFallback() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets that a chip read failure caused the transaction to fall back to the magstripe.
isForce() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets override any in-progress transactions.
isForce() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
isForce() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.MessageRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.PingRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.RefundRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.VoidRequest
Gets override any in-progress transactions.
isFsaAuth() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets whether or not a request was settled on an FSA card.
isFsaAuth() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets whether or not a request was settled on an FSA card.
isFsaAuth() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
isFsaAuth() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets whether or not a request was settled on an FSA card.
isIdle() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets that the terminal is idle.
ISignatureRequest - Interface in com.blockchyp.client.dto
A request for customer signature data.
ISignatureResponse - Interface in com.blockchyp.client.dto
Customer signature data.
isManualEntry() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the payment entry method is a manual keyed transaction.
isManualEntry() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets that the payment entry method is a manual keyed transaction.
isManualEntry() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets that the payment entry method is a manual keyed transaction.
isManualEntry() - Method in interface com.blockchyp.client.dto.IPaymentMethod
 
isManualEntry() - Method in class com.blockchyp.client.dto.RefundRequest
Gets that the payment entry method is a manual keyed transaction.
isOpen() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets flag indicating whether or not the batch is open.
isOpen() - Method in class com.blockchyp.client.dto.BatchSummary
Gets flag indicating whether or not the batch is open.
isPartialAuth() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets whether or not the transaction was approved for a partial amount.
isPartialAuth() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets whether or not the transaction was approved for a partial amount.
isPartialAuth() - Method in interface com.blockchyp.client.dto.IPaymentAmounts
 
isPartialAuth() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets whether or not the transaction was approved for a partial amount.
isPartialAuthEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not partial authorizations are supported for this merchant.
isPinEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not pin entry is enabled.
isPinVerified() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets that PIN verification was performed.
isPromptForTip() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the terminal should request a tip from the user before starting the transaction.
isQueue() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
isQueue() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.MessageRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.PingRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.RefundRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.VoidRequest
Gets adds the transaction to the queue and returns immediately.
isRequestSignature() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets that the receipt should contain a signature line.
isResponse() - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Gets the boolean prompt response.
isScopeAlert() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets that the transaction did something that would put the system in PCI scope.
isScopeAlert() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets that the transaction did something that would put the system in PCI scope.
isScopeAlert() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets that the transaction did something that would put the system in PCI scope.
isScopeAlert() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets that the transaction did something that would put the system in PCI scope.
isScopeAlert() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
isScopeAlert() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets that the transaction did something that would put the system in PCI scope.
isScopeAlert() - Method in class com.blockchyp.client.dto.VoidResponse
Gets that the transaction did something that would put the system in PCI scope.
isSigRequired() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets that a signature should be requested.
isSplitBankAccountsEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not this merchant support split settlement.
isStoreAndForward() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets that the transaction was flagged for store and forward due to network problems.
isStoreAndForward() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets that the transaction was flagged for store and forward due to network problems.
isStoreAndForwardEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not store and forward is enabled.
isSuccess() - Method in class com.blockchyp.client.dto.Acknowledgement
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CustomerResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets whether or not the request succeeded.
isSuccess() - Method in interface com.blockchyp.client.dto.IAbstractAcknowledgement
 
isSuccess() - Method in interface com.blockchyp.client.dto.IAcknowledgement
 
isSuccess() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.PingResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TextPromptResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.VoidResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.TerminalRouteResponse
Gets the success flag.
isSurcharge() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isSurcharge() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isSurcharge() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isSurcharge() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isSurcharge() - Method in interface com.blockchyp.client.dto.IRequestAmount
 
isSurcharge() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isSurcharge() - Method in class com.blockchyp.client.dto.RefundRequest
Gets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
isTaxExempt() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the request is tax exempt.
isTaxExempt() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets that the request is tax exempt.
isTaxExempt() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets that the request is tax exempt.
isTaxExempt() - Method in class com.blockchyp.client.dto.CashDiscountResponse
Gets that the request is tax exempt.
isTaxExempt() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets that the request is tax exempt.
isTaxExempt() - Method in interface com.blockchyp.client.dto.IRequestAmount
 
isTaxExempt() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets that the request is tax exempt.
isTaxExempt() - Method in class com.blockchyp.client.dto.RefundRequest
Gets that the request is tax exempt.
isTerminalHttps() - Method in class com.blockchyp.client.BlockChypClient
Gets the terminal https flag.
isTerminalRouted(ITerminalReference) - Method in class com.blockchyp.client.BlockChypClient
Returns true if transaction for the given terminal reference should be routed over the local subnet.
isTest() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Gets that the response came from the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Gets that the response came from the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CloseBatchResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.GiftActivateResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
isTest() - Method in interface com.blockchyp.client.dto.ICoreResponse
 
isTest() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that the response came from the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MessageRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.PingRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.PingResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.RefundRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Gets that the response came from the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.VoidRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.VoidResponse
Gets that the transaction was processed on the test gateway.
ISubtotals - Interface in com.blockchyp.client.dto
Request subtotals.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.BalanceRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CaptureRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CashDiscountRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CloseBatchRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CustomerRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.EnrollRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in interface com.blockchyp.client.dto.ICoreRequest
 
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.MessageRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.PingRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.RefundRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
isWaitForRemovedCard() - Method in class com.blockchyp.client.dto.VoidRequest
Gets whether or not the request should block until all cards have been removed from the card reader.
ITerminalReference - Interface in com.blockchyp.client.dto
A reference to a terminal name.

L

listQueuedTransactions(ListQueuedTransactionsRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a list of queued transactions on a terminal.
ListQueuedTransactionsRequest - Class in com.blockchyp.client.dto
Returns a list of queued transactions on a terminal.
ListQueuedTransactionsRequest() - Constructor for class com.blockchyp.client.dto.ListQueuedTransactionsRequest
 
ListQueuedTransactionsResponse - Class in com.blockchyp.client.dto
A list of queued transactions on a terminal.
ListQueuedTransactionsResponse() - Constructor for class com.blockchyp.client.dto.ListQueuedTransactionsResponse
 

M

merchantProfile(MerchantProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns profile information for a merchant.
MerchantProfileRequest - Class in com.blockchyp.client.dto
Models a request for information about the merchant profile.
MerchantProfileRequest() - Constructor for class com.blockchyp.client.dto.MerchantProfileRequest
 
MerchantProfileResponse - Class in com.blockchyp.client.dto
Models a response for details about a single batch.
MerchantProfileResponse() - Constructor for class com.blockchyp.client.dto.MerchantProfileResponse
 
message(MessageRequest) - Method in class com.blockchyp.client.BlockChypClient
Displays a short message on the terminal.
MessageRequest - Class in com.blockchyp.client.dto
A message to be displayed on the terminal screen.
MessageRequest() - Constructor for class com.blockchyp.client.dto.MessageRequest
 
MS_PER_HOUR - Static variable in class com.blockchyp.client.BlockChypClient
 

N

newTerminalRequestForRoute(TerminalRouteResponse) - Method in class com.blockchyp.client.BlockChypClient
Assembles a new terminal request and populates the credentials, using transient credentials if available.
newTransactionDisplay(TransactionDisplayRequest) - Method in class com.blockchyp.client.BlockChypClient
Displays a new transaction on the terminal.
NONCE_SIZE_IN_BYTES - Static variable in class com.blockchyp.client.crypto.CryptoUtils
 

O

OFFLINE_CACHE - Static variable in class com.blockchyp.client.BlockChypClient
 
OFFLINE_FIXED_KEY - Static variable in class com.blockchyp.client.BlockChypClient
 

P

PaymentLinkRequest - Class in com.blockchyp.client.dto
Creates a payment link.
PaymentLinkRequest() - Constructor for class com.blockchyp.client.dto.PaymentLinkRequest
 
PaymentLinkResponse - Class in com.blockchyp.client.dto
Creates a payment link.
PaymentLinkResponse() - Constructor for class com.blockchyp.client.dto.PaymentLinkResponse
 
PaymentLogger - Interface in com.blockchyp.client
This is a simple logging abstraction following the conventions from Jakarta commons-logging.
ping(PingRequest) - Method in class com.blockchyp.client.BlockChypClient
Tests connectivity with a payment terminal.
PingRequest - Class in com.blockchyp.client.dto
Information needed to test connectivity with a terminal.
PingRequest() - Constructor for class com.blockchyp.client.dto.PingRequest
 
PingResponse - Class in com.blockchyp.client.dto
The response to a ping request.
PingResponse() - Constructor for class com.blockchyp.client.dto.PingResponse
 
postGateway(String, ICoreRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a post HTTP request against the gateway.
postTerminal(String, Object, Class) - Method in class com.blockchyp.client.BlockChypClient
Posts an http request to the terminal API.
preauth(AuthorizationRequest) - Method in class com.blockchyp.client.BlockChypClient
Executes a preauthorization intended to be captured later.
PromptType - Enum in com.blockchyp.client.dto
 
putGateway(String, ICoreRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a put HTTP request against the gateway.
putTerminal(String, Object, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a put http request against the terminal API.

R

randomBytes(int) - Method in class com.blockchyp.client.crypto.CryptoUtils
Returns an array of random bytes of the given length.
RawPublicKey - Class in com.blockchyp.client
This class models the raw parameters of an elliptic curve public key.
RawPublicKey() - Constructor for class com.blockchyp.client.RawPublicKey
 
RawSignature - Class in com.blockchyp.client
This class models the raw parameters of an elliptic curve signature.
RawSignature() - Constructor for class com.blockchyp.client.RawSignature
 
ReceiptSuggestions - Class in com.blockchyp.client.dto
EMV fields we recommend developers put on their receipts.
ReceiptSuggestions() - Constructor for class com.blockchyp.client.dto.ReceiptSuggestions
 
refund(RefundRequest) - Method in class com.blockchyp.client.BlockChypClient
Executes a refund.
RefundRequest - Class in com.blockchyp.client.dto
A refund request.
RefundRequest() - Constructor for class com.blockchyp.client.dto.RefundRequest
 
resolveOfflineRouteCacheLocation(String) - Method in class com.blockchyp.client.BlockChypClient
Returns the offline cache location.
resolveTerminalHost(TerminalRouteResponse) - Method in class com.blockchyp.client.BlockChypClient
Assembles the scheme, ip address, and port number bits of a terminal URL.
resolveTerminalRoute(String) - Method in class com.blockchyp.client.BlockChypClient
Finds the terminal route record for the given terminal name.
reverse(AuthorizationRequest) - Method in class com.blockchyp.client.BlockChypClient
Executes a manual time out reversal.
routeCacheGet(String) - Method in class com.blockchyp.client.BlockChypClient
Looks up a terminal route from the cache.
routeCachePut(TerminalRouteResponse) - Method in class com.blockchyp.client.BlockChypClient
Puts a terminal route in the cache (both caches).

S

sendPaymentLink(PaymentLinkRequest) - Method in class com.blockchyp.client.BlockChypClient
Creates and send a payment link to a customer.
setAddress(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the cardholder address for use with address verification.
setAddress(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the cardholder address for use with address verification.
setAddress(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the cardholder address for use with address verification.
setAddress(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the cardholder address for use with address verification.
setAid(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Application Identifier.
setAltCurrency(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets whether or not an alternate currency was used.
setAltCurrency(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets whether or not an alternate currency was used.
setAltCurrency(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets whether or not an alternate currency was used.
setAltPrices(Map) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a map of alternate currencies and the price in each currency.
setAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets the new calculated total amount.
setAmount(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the amount of the transaction.
setAmount(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the requested amount.
setAmount(String) - Method in class com.blockchyp.client.dto.TransactionDisplayDiscount
Sets the amount of the discount.
setApiKey(String) - Method in class com.blockchyp.client.APICredentials
Sets the API key.
setApiKey(String) - Method in class com.blockchyp.client.TerminalRequest
Sets the API key.
setApplicationLabel(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets a description of the selected AID.
setApproved(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets that the transaction was approved.
setApproved(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets that the transaction was approved.
setApproved(boolean) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets that the transaction was approved.
setApproved(boolean) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets that the card was activated.
setApproved(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets that the transaction was approved.
setApproved(boolean) - Method in class com.blockchyp.client.dto.VoidResponse
Sets that the transaction was approved.
setArc(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Authorization Response Code.
setArqc(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Application Request Cryptogram.
setAsync(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.MessageRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.PingRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.VoidRequest
Sets defers the response to the transaction and returns immediately.
setAuthCode(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the auth code from the payment network.
setAuthCode(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the auth code from the payment network.
setAuthCode(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the auth code from the payment network.
setAuthCode(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the auth code from the payment network.
setAuthCode(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the auth code from the payment network.
setAuthorizedAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the authorized amount.
setAuthorizedAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the authorized amount.
setAuthorizedAmount(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the amount authorized by the payment network.
setAuthorizedAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the authorized amount.
setAuthorizedCashBackAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the amount of cash back authorized by the gateway.
setAuthorizedCashBackAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the amount of cash back authorized by the gateway.
setAuthorizedCashBackAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the amount of cash back authorized by the gateway.
setAuthResponseCode(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the code returned by the terminal or the card issuer to indicate the disposition of the message.
setAuthResponseCode(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the code returned by the terminal or the card issuer to indicate the disposition of the message.
setAuthResponseCode(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the code returned by the terminal or the card issuer to indicate the disposition of the message.
setAuthResponseCode(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the code returned by the terminal or the card issuer to indicate the disposition of the message.
setAuthResponseCode(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the code returned by the terminal or the card issuer to indicate the disposition of the message.
setAutoBatchClose(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not the batch automatically closes.
setAutoSend(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets automatically send the link via an email.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets address verification results if address information was submitted.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets address verification results if address information was submitted.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets address verification results if address information was submitted.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets address verification results if address information was submitted.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets address verification results if address information was submitted.
setAvsResponse(AvsResponse) - Method in class com.blockchyp.client.dto.VoidResponse
Sets address verification results if address information was submitted.
setBankAccounts(Collection<BankAccount>) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets bank accounts for split bank account merchants.
setBatchCloseTime(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the batch close time in the merchant's time zone.
setBatches(Collection<BatchSummary>) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets merchant's batch history in descending order.
setBatches(Collection<BatchSummary>) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets a collection of batches closed during the batch close operation.
setBatchId(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets id for the batch to be retrieved.
setBatchId(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets batch identifier.
setBatchId(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets batch identifier.
setBatchId(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets optional batch id.
setBatchId(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets optional batch id.
setBatchId(String) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets batch identifier if filtered by batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the ID assigned to the batch.
setBatchId(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the ID assigned to the batch.
setBatchSequence(int) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the sequence of the transaction in the batch.
setBearerToken(String) - Method in class com.blockchyp.client.APICredentials
Sets the bearer token.
setBearerToken(String) - Method in class com.blockchyp.client.TerminalRequest
Sets the bearer token.
setBin(String) - Method in class com.blockchyp.client.dto.WhiteListedCard
Sets the card BIN.
setCallbackUrl(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets optional callback url to which transaction responses for this link will be posted.
setCapturedAmount(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the new captured amount.
setCapturedAmount(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets the new captured amount.
setCapturedAmount(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the captured amount.
setCardHolder(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the cardholder name.
setCardHolder(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the cardholder name.
setCardHolder(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the cardholder name.
setCardHolder(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the cardholder name.
setCardHolder(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the cardholder name.
setCardHolder(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the cardholder name.
setCardholderName(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the cardholder name.
setCardholderName(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the cardholder name.
setCardholderName(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the cardholder name.
setCardholderName(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the cardholder name.
setCardType(CardType) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets designates categories of cards: credit, debit, EBT.
setCardType(CardType) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets designates categories of cards: credit, debit, EBT.
setCardType(CardType) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets designates categories of cards: credit, debit, EBT.
setCardType(CardType) - Method in class com.blockchyp.client.dto.RefundRequest
Sets designates categories of cards: credit, debit, EBT.
setCashBackAmount(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the amount of cash back that was approved.
setCashBackEnabled(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that cash back should be enabled for supported cards.
setCashBackEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not cash back is enabled.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashDiscount(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets the cash discount.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashDiscount(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the discount applied to the transaction for payment methods ineligible for surcharges.
setCashDiscount(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets a flag that applies a discount to negate the surcharge for debit transactions or other surcharge ineligible payment methods.
setCashier(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets flags the payment link as cashier facing.
setClockchain(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the public key of the clockchain.
setCloseDate(Date) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets date and time the batch was closed.
setCloseDate(Date) - Method in class com.blockchyp.client.dto.BatchSummary
Sets date and time the batch was closed.
setCloudRelayEnabled(boolean) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the cloud relay flag.
setCommodityCode(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets an international description code of the item.
setCompanyName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's company name.
setCompanyName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the merchant's company name.
setContentHash(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets a hash of the terms and conditions content that can be used for caching.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the currency code used for the transaction.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets the currency the batch was settled in.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the currency code used for the transaction.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the currency code used for the transaction.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the transaction currency code.
setCurrencyCode(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the currency code used for the transaction.
setCurrentBalance(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the current balance of the gift card.
setCurve(String) - Method in class com.blockchyp.client.RawPublicKey
Sets the name of the standard curve.
setCurve(String) - Method in class com.blockchyp.client.RawSignature
Sets the name of the standard curve.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets suggested receipt fields.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets customer data, if any.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets customer data, if any.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets customer data, if any.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.CustomerResponse
Sets the customer record.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets customer with which the new token should be associated.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets customer data, if any.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets customer information.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets customer data, if any.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets models a customer update request.
setCustomer(Customer) - Method in class com.blockchyp.client.dto.VoidResponse
Sets customer data, if any.
setCustomerId(String) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets BlockChyp assigned customer id.
setCustomerId(String) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets the ID of the customer to delete.
setCustomerId(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the customer id created or used for the payment.
setCustomerRef(String) - Method in class com.blockchyp.client.dto.Customer
Sets optional customer ref that can be used for the client's system's customer id.
setCustomerRef(String) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets optional customer ref that can be used for the client's system's customer id.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Sets the customer results matching the search query.
setCvmUsed(CvmType) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the customer verification method used for the transaction.
setCvv(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the card CVV for use with PAN based transactions.
setCvv(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the card CVV for use with PAN based transactions.
setCvv(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the card CVV for use with PAN based transactions.
setCvv(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the card CVV for use with PAN based transactions.
setDefaultCredentials(APICredentials) - Method in class com.blockchyp.client.BlockChypClient
Sets the default root API credentials for the client.
setDescription(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a narrative description of the transaction.
setDescription(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets description explaining the transaction for display to the user.
setDescription(String) - Method in class com.blockchyp.client.dto.TransactionDisplayDiscount
Sets the discount description.
setDescription(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets a description of the line item.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.MessageRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.PingRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.VoidRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccountId(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets merchant deposit account into which proceeds should be deposited.
setDestinationAccountId(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets merchant deposit account into which proceeds should be deposited.
setDisableSignature(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets whether or not signature prompt should be skipped on the terminal.
setDisableSignature(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets whether or not signature prompt should be skipped on the terminal.
setDisableSignature(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets whether or not signature prompt should be skipped on the terminal.
setDisableSignature(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets whether or not signature prompt should be skipped on the terminal.
setDiscounts(Collection<TransactionDisplayDiscount>) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets are displayed under their corresponding item.
setEbtEligibleAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the amount of the transaction that should be charged to an EBT card.
setEbtEligibleAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the amount of the transaction that should be charged to an EBT card.
setEbtEligibleAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the amount of the transaction that should be charged to an EBT card.
setEmailAddress(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's email address.
setEndDate(Date) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets optional end date filter for batch history.
setEndDate(Date) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets end date if filtered by end date.
setEndDate(Date) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets optional end date filter for batch history.
setEndDate(Date) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets end date if filtered by end date.
setEnroll(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that the payment method should be added to the token vault alongside the authorization.
setEnroll(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets that the payment method should be added to the token vault alongside the authorization.
setEnrollOnly(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets that the link should be used to enroll a token only.
setEntryMethod(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setEntryMethod(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setEntryMethod(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets entry method for the batch, if any.
setEntryMethod(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets entry method for the batch, if any.
setEntryMethod(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setEntryMethod(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the method by which the payment card was entered (MSR, CHIP, KEYED, etc.
setEntryMethod(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setEntryMethod(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the method by which the payment card was entered (MSR, CHIP, KEYED, etc.
setEntryMethod(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setEntryMethod(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the entry method for the transaction (CHIP, MSR, KEYED, etc).
setError(String) - Method in class com.blockchyp.client.dto.Acknowledgement
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CustomerResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TextPromptResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets a narrative description of the error, if any.
setExists(boolean) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the exists flag.
setExpectedDeposit(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the expected volume for this batch, usually captured volume less gift card volume.
setExpiryMonth(String) - Method in class com.blockchyp.client.dto.CustomerToken
Sets expiration month.
setExpiryYear(String) - Method in class com.blockchyp.client.dto.CustomerToken
Sets expiration month.
setExpMonth(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the card expiration month for use with PAN based transactions.
setExpMonth(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the card expiration month in MM format.
setExpMonth(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the card expiration month for use with PAN based transactions.
setExpMonth(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the card expiration month in MM format.
setExpMonth(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the card expiration month in MM format.
setExpMonth(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the card expiration month for use with PAN based transactions.
setExpMonth(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the card expiration month in MM format.
setExpMonth(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the card expiration month for use with PAN based transactions.
setExpMonth(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the card expiration month in MM format.
setExpMonth(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the card expiration month in MM format.
setExpYear(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the card expiration year for use with PAN based transactions.
setExpYear(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the card expiration year in YY format.
setExpYear(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the card expiration year for use with PAN based transactions.
setExpYear(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the card expiration year in YY format.
setExpYear(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the card expiration year in YY format.
setExpYear(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the card expiration year for use with PAN based transactions.
setExpYear(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the card expiration year in YY format.
setExpYear(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the card expiration year for use with PAN based transactions.
setExpYear(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the card expiration year in YY format.
setExpYear(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the card expiration year in YY format.
setExtended(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets an item category in a transaction display.
setFallback(boolean) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets that a chip read failure caused the transaction to fall back to the magstripe.
setFirstName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's first name.
setForce(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.MessageRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.PingRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.VoidRequest
Sets override any in-progress transactions.
setFsaAuth(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets whether or not a request was settled on an FSA card.
setFsaAuth(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets whether or not a request was settled on an FSA card.
setFsaAuth(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets whether or not a request was settled on an FSA card.
setFsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the amount of the transaction that should be charged to an FSA card.
setFsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the amount of the transaction that should be charged to an FSA card.
setFsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the amount of the transaction that should be charged to an FSA card.
setGatewayHost(String) - Method in class com.blockchyp.client.BlockChypClient
Used to override the live gateway host.
setGiftCardsSold(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the total volume of gift cards sold.
setGiftCardVolume(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the total volume of gift cards transactions.
setHsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the amount of the transaction that should be charged to an HSA card.
setHsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the amount of the transaction that should be charged to an HSA card.
setHsaEligibleAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the amount of the transaction that should be charged to an HSA card.
setIad(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Issuer Application Data.
setId(String) - Method in class com.blockchyp.client.dto.BankAccount
Sets the account identifier to be used with authorization requests.
setId(String) - Method in class com.blockchyp.client.dto.Customer
Sets BlockChyp assigned customer id.
setId(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets a unique value identifying the item.
setIdle(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets that the terminal is idle.
setIpAddress(String) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the local IP address.
setItems(Collection<TransactionDisplayItem>) - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Sets an item to display.
setKsn(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the key serial number used for DUKPT encryption.
setKsn(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the key serial number used for DUKPT encryption.
setKsn(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the key serial number used for DUKPT encryption.
setKsn(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the key serial number used for DUKPT encryption.
setLastName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's last name.
setLatestTick(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the hash of the last tick block.
setLinkCode(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets the payment link code to cancel.
setLinkCode(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the payment link code.
setLocationName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the location name.
setManualEntry(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that the payment entry method is a manual keyed transaction.
setManualEntry(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets that the payment entry method is a manual keyed transaction.
setManualEntry(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets that the payment entry method is a manual keyed transaction.
setManualEntry(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets that the payment entry method is a manual keyed transaction.
setMaskedAccountNumber(String) - Method in class com.blockchyp.client.dto.BankAccount
Sets the masked account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.CustomerToken
Sets masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the masked card identifier.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the masked primary account number of the payment card, as required.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the masked primary account number.
setMaskedPan(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the masked primary account number.
setMaxResults(int) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets max results to be returned by this request.
setMaxResults(int) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets max results from the original request echoed back.
setMaxResults(int) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets max results to be returned by this request.
setMaxResults(int) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets max results from the original request echoed back.
setMerchantId(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the merchant id.
setMerchantId(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the ID of the merchant.
setMerchantKey(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the partially masked merchant key required on EMV receipts.
setMerchantName(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the name of the merchant's business.
setMerchantPublicKey(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the public key for the merchant's blockchain.
setMessage(String) - Method in class com.blockchyp.client.dto.MessageRequest
Sets the message to be displayed on the terminal.
setName(String) - Method in class com.blockchyp.client.dto.BankAccount
Sets the name of the account.
setNoCaption(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the preferred caption for the 'no' button.
setOfflineRouteCacheEnabled(boolean) - Method in class com.blockchyp.client.BlockChypClient
Enables or disables offline terminal route caching.
setOfflineRouteCacheLocation(String) - Method in class com.blockchyp.client.BlockChypClient
Sets the offline route cache location if you want to override the default.
setOnlineAuthCode(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets used to validate online gift card authorizations.
setOpen(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets flag indicating whether or not the batch is open.
setOpen(boolean) - Method in class com.blockchyp.client.dto.BatchSummary
Sets flag indicating whether or not the batch is open.
setOpenDate(Date) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets date and time of the first transaction for this batch.
setOpenDate(Date) - Method in class com.blockchyp.client.dto.BatchSummary
Sets date and time of the first transaction for this batch.
setOpenPreauths(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets preauths from this batch still open.
setOpenPreauths(String) - Method in class com.blockchyp.client.dto.BatchSummary
Sets the amount of preauths opened during the batch that have not been captured.
setOrderRef(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.MessageRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.PingRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.VoidRequest
Sets an identifier from an external point of sale system.
setPan(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the primary account number.
setPan(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the primary account number.
setPan(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the primary account number.
setPan(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the primary account number.
setPan(String) - Method in class com.blockchyp.client.dto.WhiteListedCard
Sets the card primary account number.
setPartialAuth(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets whether or not the transaction was approved for a partial amount.
setPartialAuth(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets whether or not the transaction was approved for a partial amount.
setPartialAuth(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets whether or not the transaction was approved for a partial amount.
setPartialAuthEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not partial authorizations are supported for this merchant.
setPaymentLogger(PaymentLogger) - Method in class com.blockchyp.client.BlockChypClient
Sets the payment logger.
setPaymentMethods(Collection<CustomerToken>) - Method in class com.blockchyp.client.dto.Customer
Sets model saved payment methods associated with a customer.
setPaymentType(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets designates brands of payment methods: Visa, Discover, etc.
setPaymentType(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the card brand (VISA, MC, AMEX, etc).
setPaymentType(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets designates brands of payment methods: Visa, Discover, etc.
setPaymentType(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the card brand (VISA, MC, AMEX, etc).
setPaymentType(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the card brand (VISA, MC, AMEX, etc).
setPaymentType(String) - Method in class com.blockchyp.client.dto.CustomerToken
Sets payment type.
setPaymentType(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets designates brands of payment methods: Visa, Discover, etc.
setPaymentType(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the card brand (VISA, MC, AMEX, etc).
setPaymentType(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets designates brands of payment methods: Visa, Discover, etc.
setPaymentType(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the card brand (VISA, MC, AMEX, etc).
setPaymentType(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the card brand (VISA, MC, AMEX, etc).
setPinBlock(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the encrypted pin block.
setPinBlock(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the encrypted pin block.
setPinBlock(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the encrypted pin block.
setPinBlock(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the encrypted pin block.
setPinEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not pin entry is enabled.
setPinVerified(boolean) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets that PIN verification was performed.
setPostalCode(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the cardholder postal code for use with address verification.
setPostalCode(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the cardholder postal code for use with address verification.
setPostalCode(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the cardholder postal code for use with address verification.
setPostalCode(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the cardholder postal code for use with address verification.
setPrice(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets the price of the line item.
setProductCode(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets a merchant-defined description code of the item.
setPrompt(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the text to be displayed on the terminal.
setPromptForTip(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that the terminal should request a tip from the user before starting the transaction.
setPromptType(PromptType) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets the prompt type (email, phone, etc).
setPublicKey(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the public key of the activated card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the blockchyp public key for this merchant.
setPublicKey(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the BlockChyp public key if the user presented a BlockChyp payment card.
setPublicKey(String) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the compressed public key for the terminal.
setPurpose(String) - Method in class com.blockchyp.client.dto.BankAccount
Sets the purpose of the account.
setQuantity(float) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets the quantity of the line item.
setQuery(String) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets search query for customer searches.
setQueue(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.MessageRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.PingRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.VoidRequest
Sets adds the transaction to the queue and returns immediately.
setR(String) - Method in class com.blockchyp.client.RawSignature
Sets the signature's 'R' parameter as hex.
setRawKey(RawPublicKey) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the raw public key of the terminal.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets suggested receipt fields.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets suggested receipt fields.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets suggested receipt fields.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets suggested receipt fields.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets suggested receipt fields.
setReceiptSuggestions(ReceiptSuggestions) - Method in class com.blockchyp.client.dto.VoidResponse
Sets suggested receipt fields.
setRemainingBalance(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the remaining balance on the payment method.
setRemainingBalance(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets remaining balance on the payment method.
setRemainingBalance(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the remaining balance on the payment method.
setRemainingBalance(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the remaining balance on the payment method.
setRequest(Object) - Method in class com.blockchyp.client.TerminalRequest
Sets the underlying request.
setRequestedAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the requested amount.
setRequestedAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the requested amount.
setRequestedAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the requested amount.
setRequestedCashBackAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the cash back amount the customer requested during the transaction.
setRequestedCashBackAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the cash back amount the customer requested during the transaction.
setRequestedCashBackAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the cash back amount the customer requested during the transaction.
setRequestSignature(boolean) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets that the receipt should contain a signature line.
setResponse(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Sets the boolean prompt response.
setResponse(String) - Method in class com.blockchyp.client.dto.TextPromptResponse
Sets the text prompt response.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.Acknowledgement
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CustomerResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TextPromptResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets a narrative description of the transaction result.
setRoutingNumber(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the ACH routing number for ACH transactions.
setRoutingNumber(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the ACH routing number for ACH transactions.
setRoutingNumber(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the ACH routing number for ACH transactions.
setRoutingNumber(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the ACH routing number for ACH transactions.
setS(String) - Method in class com.blockchyp.client.RawSignature
Sets the signature's 'S' parameter as hex.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets that the transaction did something that would put the system in PCI scope.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets that the transaction did something that would put the system in PCI scope.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets that the transaction did something that would put the system in PCI scope.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets that the transaction did something that would put the system in PCI scope.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets that the transaction did something that would put the system in PCI scope.
setScopeAlert(boolean) - Method in class com.blockchyp.client.dto.VoidResponse
Sets that the transaction did something that would put the system in PCI scope.
setSerialNumber(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the manufacturer's serial number.
setSig(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the ECC signature of the response.
setSig(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the ECC signature of the response.
setSigFile(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a location on the filesystem which a customer signature should be written to.
setSigFile(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the hex encoded signature data.
setSigFile(String) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets a location on the filesystem which a customer signature should be written to.
setSigFile(String) - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Sets the hex encoded signature data.
setSigFile(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the hex encoded signature data.
setSigFile(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets a location on the filesystem which a customer signature should be written to.
setSigFile(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets a location on the filesystem which a customer signature should be written to.
setSigFile(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the hex encoded signature data.
setSigFile(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the hex encoded signature data.
setSigFile(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the hex encoded signature data.
setSigFormat(SignatureFormat) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the image format to be used for returning signatures.
setSigFormat(SignatureFormat) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets the image format to be used for returning signatures.
setSigFormat(SignatureFormat) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the image format to be used for returning signatures.
setSigFormat(SignatureFormat) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the image format to be used for returning signatures.
setSigningKey(String) - Method in class com.blockchyp.client.APICredentials
Sets the signing key.
setSigningKey(String) - Method in class com.blockchyp.client.TerminalRequest
Sets the signing key.
setSigRequired(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets that a signature should be requested.
setSigWidth(int) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the width that the signature image should be scaled to, preserving the aspect ratio.
setSigWidth(int) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets the width that the signature image should be scaled to, preserving the aspect ratio.
setSigWidth(int) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the width that the signature image should be scaled to, preserving the aspect ratio.
setSigWidth(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the width that the signature image should be scaled to, preserving the aspect ratio.
setSince(Date) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the timestamp of the last status change.
setSmsNumber(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's SMS or mobile number.
setSplitBankAccountsEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not this merchant support split settlement.
setStartDate(Date) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets optional start date filter for batch history.
setStartDate(Date) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets start date if filtered by start date.
setStartDate(Date) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets optional start date filter for batch history.
setStartDate(Date) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets start date if filtered by start date.
setStartIndex(int) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets starting index for results to be returned.
setStartIndex(int) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets starting index from the original request echoed back.
setStartIndex(int) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets starting index for results to be returned.
setStartIndex(int) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets starting index from the original request echoed back.
setStatus(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the undwriting/processing status for the the merchant.
setStatus(String) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the operation that the terminal is performing.
setStoreAndForward(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets that the transaction was flagged for store and forward due to network problems.
setStoreAndForward(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets that the transaction was flagged for store and forward due to network problems.
setStoreAndForwardEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not store and forward is enabled.
setStoreAndForwardFloorLimit(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets floor limit for store and forward transactions.
setStoreNumber(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the store number.
setSubject(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets subject of the payment email.
setSubtotal(String) - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Sets the subtotal to display.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.Acknowledgement
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CustomerResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.PingResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TextPromptResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.VoidResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the success flag.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setSurcharge(String) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets the normal surcharge for a transaction.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setSurcharge(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the amount added to the transaction to cover eligible credit card fees.
setSurcharge(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets a flag to add a surcharge to the transaction to cover credit card fees, if permitted.
setTax(String) - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Sets the tax to display.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the tax amount.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the tax amount.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the tax amount.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the tax amount.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the tax amount.
setTaxAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the tax amount.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.CashDiscountResponse
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets that the request is tax exempt.
setTaxExempt(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets that the request is tax exempt.
setTc(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Transaction Certificate.
setTcAlias(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets an alias for a Terms and Conditions template configured in the BlockChyp dashboard.
setTcAlias(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets an alias for a Terms and Conditions template configured in the BlockChyp dashboard.
setTcContent(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the content of the terms and conditions that will be presented to the user.
setTcContent(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the content of the terms and conditions that will be presented to the user.
setTcName(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the name of the Terms and Conditions the user is accepting.
setTcName(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the name of the Terms and Conditions the user is accepting.
setTerminalHttps(boolean) - Method in class com.blockchyp.client.BlockChypClient
Sets the terminal https flag.
setTerminalId(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the ID of the payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.MessageRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.PingRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the terminal name assigned during activation.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets optional terminal name.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets terminal name if filtered by terminal.
setTerminalName(String) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the terminal name.
setTerminalType(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the terminal type.
setTerminalUpdateTime(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the terminal firmware update time.
setTest(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets that the response came from the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets that the response came from the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that the response came from the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MessageRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.PingRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.PingResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets that the response came from the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.VoidRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.VoidResponse
Sets that the transaction was processed on the test gateway.
setTestGatewayHost(String) - Method in class com.blockchyp.client.BlockChypClient
Used to override the test gateway host.
setTickBlock(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the hash of the last tick block.
setTickBlock(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the hash of the last tick block.
setTimeout(int) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MessageRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.PingRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.VoidRequest
Sets the request timeout in seconds.
setTimestamp(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the timestamp of the transaction.
setTimestamp(Date) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the timestamp of the heartbeat.
setTimestamp(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the timestamp of the transaction.
setTimestamp(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the timestamp of the transaction.
setTimestamp(Date) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets the timestamp associated with the route request.
setTimeZone(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the merchant's local time zone.
setTipAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the tip amount.
setTipAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the tip amount.
setTipAmount(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the tip amount.
setTipAmount(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the tip amount.
setTipAmount(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the tip amount.
setTipAmount(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the tip amount.
setToken(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the payment token to be used for this transaction.
setToken(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the payment token, if the payment was enrolled in the vault.
setToken(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets the payment token to be used for this transaction.
setToken(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the payment token, if the payment was enrolled in the vault.
setToken(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the payment token, if the payment was enrolled in the vault.
setToken(String) - Method in class com.blockchyp.client.dto.CustomerToken
Sets BlockChyp assigned customer id.
setToken(String) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets the token to delete.
setToken(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets the payment token to be used for this transaction.
setToken(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the payment token, if the payment was enrolled in the vault.
setToken(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the payment token to be used for this transaction.
setToken(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the payment token, if the payment was enrolled in the vault.
setToken(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the payment token, if the payment was enrolled in the vault.
setTotal(String) - Method in class com.blockchyp.client.dto.TransactionDisplayTransaction
Sets the total to display.
setTotalResultCount(int) - Method in class com.blockchyp.client.dto.BatchHistoryResponse
Sets total number of results accessible through paging.
setTotalResultCount(int) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets total number of results accessible through paging.
setTotalVolume(String) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the total volume from this batch.
setTrack1(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets track 1 magnetic stripe data.
setTrack1(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets track 1 magnetic stripe data.
setTrack1(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets track 1 magnetic stripe data.
setTrack1(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets track 1 magnetic stripe data.
setTrack1(String) - Method in class com.blockchyp.client.dto.WhiteListedCard
Sets the track 1 data from the card.
setTrack2(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets track 2 magnetic stripe data.
setTrack2(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets track 2 magnetic stripe data.
setTrack2(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets track 2 magnetic stripe data.
setTrack2(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets track 2 magnetic stripe data.
setTrack2(String) - Method in class com.blockchyp.client.dto.WhiteListedCard
Sets the track 2 data from the card.
setTransaction(TransactionDisplayTransaction) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets transaction details for display on the payment email.
setTransaction(TransactionDisplayTransaction) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets transaction to display on the terminal.
setTransactionCount(int) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets the total number of transactions in this batch.
setTransactionCount(int) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the number of transactions run on this terminal.
setTransactionId(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets the ID of the previous transaction being referenced.
setTransactionId(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets the ID of the previous transaction being referenced.
setTransactionId(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets the ID of the previous transaction being referenced.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets the ID of the previous transaction being referenced.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the ID assigned to the transaction.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets the BlockChyp assigned transaction id.
setTransactionId(String) - Method in class com.blockchyp.client.dto.VoidRequest
Sets the ID of the previous transaction being referenced.
setTransactionId(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the ID assigned to the transaction.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets a transaction reference string of the transaction to delete.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.MessageRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.PingRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.RefundRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the transaction reference for an ongoing transaction, if one was specified at request time.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.VoidRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRefs(Collection<String>) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsResponse
Sets a list of queued transactions on the terminal.
setTransactions(Collection<AuthorizationResponse>) - Method in class com.blockchyp.client.dto.TransactionHistoryResponse
Sets matching transaction history.
setTransactionType(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.CloseBatchResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.GiftActivateResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.PingResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the type of transaction performed (CHARGE, PREAUTH, REFUND, etc).
setTransactionType(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsResponse
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets the type of transaction.
setTransactionType(String) - Method in class com.blockchyp.client.dto.VoidResponse
Sets the type of transaction.
setTransientCredentials(APICredentials) - Method in class com.blockchyp.client.TerminalRouteResponse
Sets transient credentials to be used with the terminal route.
setTsi(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Transaction Status Indicator.
setTvr(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Terminal Verification Response.
setUnitCode(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets an alphanumeric code for units of measurement as used in international trade.
setUrl(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the url for the payment link.
setVolumeByTerminal(Collection<TerminalVolume>) - Method in class com.blockchyp.client.dto.BatchDetailsResponse
Sets merchant's batch history in descending order.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.BalanceRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.BatchDetailsRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.BatchHistoryRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CancelPaymentLinkRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CaptureRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CaptureSignatureRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CashDiscountRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.ClearTerminalRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CloseBatchRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CustomerRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.CustomerSearchRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.DeleteCustomerRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.DeleteQueuedTransactionRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.DeleteTokenRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.EnrollRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.GiftActivateRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.MessageRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.PingRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.RefundRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TransactionDisplayRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.TransactionStatusRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.UpdateCustomerRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWaitForRemovedCard(boolean) - Method in class com.blockchyp.client.dto.VoidRequest
Sets whether or not the request should block until all cards have been removed from the card reader.
setWhiteListedCard(WhiteListedCard) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets card BIN ranges can be whitelisted so that they are read instead of being processed directly.
setX(String) - Method in class com.blockchyp.client.RawPublicKey
Sets the X coordinate in hex.
setY(String) - Method in class com.blockchyp.client.RawPublicKey
Sets the Y coordinate in hex.
setYesCaption(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the preferred caption for the 'yes' button.
SignatureFormat - Enum in com.blockchyp.client.dto
 
SystemOutPaymentLogger - Class in com.blockchyp.client
Very minimal implementation of PaymentLogger.
SystemOutPaymentLogger() - Constructor for class com.blockchyp.client.SystemOutPaymentLogger
 

T

TerminalRequest - Class in com.blockchyp.client
This class is used to wrap conventional transaction requests with an outer structure that adds API credentials.
TerminalRequest() - Constructor for class com.blockchyp.client.TerminalRequest
 
TerminalRouteResponse - Class in com.blockchyp.client
Models metadata about a terminal route, including it's location on the local network and transient credentials.
TerminalRouteResponse() - Constructor for class com.blockchyp.client.TerminalRouteResponse
 
terminalStatus(TerminalStatusRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the current status of a terminal.
TerminalStatusRequest - Class in com.blockchyp.client.dto
A request for the status of a terminal.
TerminalStatusRequest() - Constructor for class com.blockchyp.client.dto.TerminalStatusRequest
 
TerminalStatusResponse - Class in com.blockchyp.client.dto
The current status of a terminal.
TerminalStatusResponse() - Constructor for class com.blockchyp.client.dto.TerminalStatusResponse
 
TerminalVolume - Class in com.blockchyp.client.dto
Models transaction volume for a single terminal.
TerminalVolume() - Constructor for class com.blockchyp.client.dto.TerminalVolume
 
termsAndConditions(TermsAndConditionsRequest) - Method in class com.blockchyp.client.BlockChypClient
Prompts the user to accept terms and conditions.
TermsAndConditionsRequest - Class in com.blockchyp.client.dto
The fields needed for custom Terms and Conditions prompts.
TermsAndConditionsRequest() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsRequest
 
TermsAndConditionsResponse - Class in com.blockchyp.client.dto
A signature capture response for Terms and Conditions.
TermsAndConditionsResponse() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsResponse
 
textPrompt(TextPromptRequest) - Method in class com.blockchyp.client.BlockChypClient
Asks the consumer a text based question.
TextPromptRequest - Class in com.blockchyp.client.dto
A text prompt request.
TextPromptRequest() - Constructor for class com.blockchyp.client.dto.TextPromptRequest
 
TextPromptResponse - Class in com.blockchyp.client.dto
The response to a text prompt request.
TextPromptResponse() - Constructor for class com.blockchyp.client.dto.TextPromptResponse
 
toFullyQualifiedGatewayPath(String, boolean) - Method in class com.blockchyp.client.BlockChypClient
Converts path to the fully qualified URL for a gateway API call.
toFullyQualifiedTerminalPath(TerminalRouteResponse, String) - Method in class com.blockchyp.client.BlockChypClient
Assembles a full path to the terminal for an API call.
toTerminalRouteKey(String) - Method in class com.blockchyp.client.BlockChypClient
Creates a cache key for terminal routes.
TransactionDisplayDiscount - Class in com.blockchyp.client.dto
An item level discount for transaction display.
TransactionDisplayDiscount() - Constructor for class com.blockchyp.client.dto.TransactionDisplayDiscount
 
TransactionDisplayItem - Class in com.blockchyp.client.dto
An item category in a transaction display.
TransactionDisplayItem() - Constructor for class com.blockchyp.client.dto.TransactionDisplayItem
 
TransactionDisplayRequest - Class in com.blockchyp.client.dto
Used to start or update a transaction line item display on a terminal.
TransactionDisplayRequest() - Constructor for class com.blockchyp.client.dto.TransactionDisplayRequest
 
TransactionDisplayTransaction - Class in com.blockchyp.client.dto
The items to display on a terminal.
TransactionDisplayTransaction() - Constructor for class com.blockchyp.client.dto.TransactionDisplayTransaction
 
transactionHistory(TransactionHistoryRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the transaction history for a merchant.
TransactionHistoryRequest - Class in com.blockchyp.client.dto
Models a batch history request.
TransactionHistoryRequest() - Constructor for class com.blockchyp.client.dto.TransactionHistoryRequest
 
TransactionHistoryResponse - Class in com.blockchyp.client.dto
Models response to a batch history request.
TransactionHistoryResponse() - Constructor for class com.blockchyp.client.dto.TransactionHistoryResponse
 
transactionStatus(TransactionStatusRequest) - Method in class com.blockchyp.client.BlockChypClient
Retrieves the current status of a transaction.
TransactionStatus - Class in com.blockchyp.client.dto
Models the status of a transaction.
TransactionStatus() - Constructor for class com.blockchyp.client.dto.TransactionStatus
 
TransactionStatusRequest - Class in com.blockchyp.client.dto
Models the request for updated information about a transaction.
TransactionStatusRequest() - Constructor for class com.blockchyp.client.dto.TransactionStatusRequest
 

U

updateCustomer(UpdateCustomerRequest) - Method in class com.blockchyp.client.BlockChypClient
Updates or creates a customer record.
UpdateCustomerRequest - Class in com.blockchyp.client.dto
Models a customer data search request.
UpdateCustomerRequest() - Constructor for class com.blockchyp.client.dto.UpdateCustomerRequest
 
updateTransactionDisplay(TransactionDisplayRequest) - Method in class com.blockchyp.client.BlockChypClient
Appends items to an existing transaction display.

V

valueOf(String) - Static method in enum com.blockchyp.client.dto.AvsResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockchyp.client.dto.CardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockchyp.client.dto.CvmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockchyp.client.dto.PromptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockchyp.client.dto.SignatureFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blockchyp.client.dto.AvsResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockchyp.client.dto.CardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockchyp.client.dto.CvmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockchyp.client.dto.PromptType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockchyp.client.dto.SignatureFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VoidRequest - Class in com.blockchyp.client.dto
A void request.
VoidRequest() - Constructor for class com.blockchyp.client.dto.VoidRequest
 
VoidResponse - Class in com.blockchyp.client.dto
The response to a void request.
VoidResponse() - Constructor for class com.blockchyp.client.dto.VoidResponse
 
voidTx(VoidRequest) - Method in class com.blockchyp.client.BlockChypClient
Discards a previous transaction.

W

WhiteListedCard - Class in com.blockchyp.client.dto
Shows details about a white listed card.
WhiteListedCard() - Constructor for class com.blockchyp.client.dto.WhiteListedCard
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2021 BlockChyp, Inc.. All rights reserved.