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
 
activateTerminal(TerminalActivationRequest) - Method in class com.blockchyp.client.BlockChypClient
Activates a terminal.
addBankAccount(BankAccount) - Method in class com.blockchyp.client.dto.MerchantProfile
Adds a bank accounts for split bank account merchants.
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.
addCashbackPreset(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Adds a four default values for cashback prompts.
addCashbackPreset(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Adds a four default values for cashback prompts.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Adds a customer data, if any.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.BalanceResponse
Adds a customer data, if any.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.CaptureResponse
Adds a customer data, if any.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Adds a the customer results matching the search query.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.CustomerToken
Adds a models customer records associated with a payment token.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.EnrollResponse
Adds a customer data, if any.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.TransactionStatus
Adds a customer data, if any.
addCustomer(Customer) - Method in class com.blockchyp.client.dto.VoidResponse
Adds a customer data, if any.
addDaysOfWeek(Weekday) - Method in class com.blockchyp.client.dto.BrandingAsset
Adds a an array of days of the week during which a branding asset should be enabled.
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.
addMerchant(MerchantProfileResponse) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Adds a merchants in the current page of results.
addPaymentMethod(CustomerToken) - Method in class com.blockchyp.client.dto.Customer
Adds a model saved payment methods associated with a customer.
addResponse(SurveyDataPoint) - Method in class com.blockchyp.client.dto.SurveyQuestion
Adds a the set of response data points.
Address - Class in com.blockchyp.client.dto
Models a physical address.
Address() - Constructor for class com.blockchyp.client.dto.Address
 
addResult(BrandingAsset) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Adds a enumerates all branding assets in a given credential scope.
addResult(MediaMetadata) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Adds a enumerates all media assets available in the context.
addResult(MerchantPlatform) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
Adds a enumerates merchant platform settings.
addResult(MerchantUser) - Method in class com.blockchyp.client.dto.MerchantUsersResponse
Adds a users and pending invites associated with the merchant.
addResult(SlideShow) - Method in class com.blockchyp.client.dto.SlideShowResponse
Adds a enumerates all slide shows responsive to the original query.
addResult(SurveyQuestion) - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Adds a the full result set responsive to the original request.
addResult(TerminalProfile) - Method in class com.blockchyp.client.dto.TerminalProfileResponse
Adds a enumerates all terminal profiles in the response.
addResult(TermsAndConditionsLogEntry) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Adds a the full result set responsive to the original request, subject to pagination limits.
addResult(TermsAndConditionsTemplate) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
Adds a results responsive to a request.
addRole(String) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Adds a an optional array of role codes that will be assigned to the user.
addRole(String) - Method in class com.blockchyp.client.dto.MerchantUser
Adds a are the role codes assigned to this user.
addSlide(Slide) - Method in class com.blockchyp.client.dto.SlideShow
Adds a enumerates all slides in the display sequence.
addTestMerchant(AddTestMerchantRequest) - Method in class com.blockchyp.client.BlockChypClient
Adds a test merchant account.
AddTestMerchantRequest - Class in com.blockchyp.client.dto
Models basic information needed to create a test merchant.
AddTestMerchantRequest() - Constructor for class com.blockchyp.client.dto.AddTestMerchantRequest
 
addTipDefault(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Adds a three default values for tips.
addTipDefault(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Adds a three default values for tips.
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.
addType(HealthcareGroup) - Method in class com.blockchyp.client.dto.Healthcare
Adds a a list of healthcare categories in the transaction.
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.
BlockChypClient(String, 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
 
BrandingAsset - Class in com.blockchyp.client.dto
Models the priority and display settings for terminal media.
BrandingAsset() - Constructor for class com.blockchyp.client.dto.BrandingAsset
 
BrandingAssetRequest - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate terminal slide shows.
BrandingAssetRequest() - Constructor for class com.blockchyp.client.dto.BrandingAssetRequest
 
BrandingAssetResponse - Class in com.blockchyp.client.dto
Models a branding asset response.
BrandingAssetResponse() - Constructor for class com.blockchyp.client.dto.BrandingAssetResponse
 

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
 
code - Variable in enum com.blockchyp.client.dto.Weekday
 
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

deactivateTerminal(TerminalDeactivationRequest) - Method in class com.blockchyp.client.BlockChypClient
Deactivates a terminal.
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.
deleteBrandingAsset(BrandingAssetRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a branding asset.
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
 
deleteDashboard(String, ITimeoutRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a delete HTTP request against the gateway.
deleteGateway(String, ITimeoutRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a delete HTTP request against the gateway.
deleteMediaAsset(MediaRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a media asset.
deleteMerchantPlatforms(MerchantPlatformRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a boarding platform configuration.
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
 
deleteSlideShow(SlideShowRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a single slide show.
deleteSurveyQuestion(SurveyQuestionRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a survey question.
deleteTestMerchant(MerchantProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a test merchant account.
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.
getAcquirerMid() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the merchant id assigned by the acquiring bank.
getActivationCode() - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Gets the terminal activation code displayed on the terminal.
getActiveAsset() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets the asset currently displayed on the terminal.
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.
getAddress1() - Method in class com.blockchyp.client.dto.Address
Gets the first line of the street address.
getAddress2() - Method in class com.blockchyp.client.dto.Address
Gets the second line of the street address.
getAid() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the EMV Application Identifier.
getAlias() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets alias of the terms and conditions template used for this entry, if any.
getAlias() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Gets an alias or code used to refer to a template.
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 class com.blockchyp.client.dto.HealthcareGroup
Gets the amount of this type.
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.
getAnswerDescription() - Method in class com.blockchyp.client.dto.SurveyDataPoint
Gets a narrative description of the answer.
getAnswerKey() - Method in class com.blockchyp.client.dto.SurveyDataPoint
Gets a unique identifier for a specific answer type.
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.
getApprovalRejectReasonCode() - Method in class com.blockchyp.client.dto.HealthcareGroup
Gets the approval or reject reason code used for Mastercard and Discover IIAS requests.
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.
getAssetId() - Method in class com.blockchyp.client.dto.BrandingAssetRequest
Gets id used to track a branding asset.
getAssetType() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the type of branding asset.
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.
getAvailableMemory() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the available (unused) memory on the terminal.
getAvailableStorage() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the available (unused) storage on the terminal.
getAverageTransaction() - Method in class com.blockchyp.client.dto.SurveyDataPoint
Gets the average transaction amount for a given answer.
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.MerchantProfile
Gets bank accounts for split bank account merchants.
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.MerchantProfile
Gets the batch close time in the merchant's time zone.
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.LocateResponse
Gets the ID assigned to the batch.
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.
getBillingAddress() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the address to be used for billing correspondence.
getBillingAddress() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the address to be used for billing correspondence.
getBin() - Method in class com.blockchyp.client.dto.WhiteListedCard
Gets the card BIN.
getBlockChypFirmwareVersion() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the current firmware version deployed on the terminal.
getBrandingPreview() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the branding asset currently displayed on the terminal.
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.
getCashbackPresets() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets four default values for cashback prompts.
getCashbackPresets() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets four default values for cashback prompts.
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.
getCity() - Method in class com.blockchyp.client.dto.Address
Gets the city associated with the street address.
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.HealthcareType
 
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.AddTestMerchantRequest
Gets the corporate name for the test merchant.
getCompanyName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's company name.
getCompanyName() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the merchant's company name.
getCompanyName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the merchant's company name.
getConfigMap() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets a map of configuration values specific to the boarding platform.
getContactName() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the contact name for the merchant.
getContactName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the contact name for the merchant.
getContactNumber() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the contact number for the merchant.
getContactNumber() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the contact number for the merchant.
getContent() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets full text of the document agreed to at the time of signature capture.
getContent() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Gets the full text of the agreement template.
getContentHash() - Method in class com.blockchyp.client.dto.TermsAndConditionsRequest
Gets a hash of the terms and conditions content that can be used for caching.
getContentLeader() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets first 32 characters of the full text.
getCooldownTimeout() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets time a transaction result is displayed on a terminal before the terminal is automatically cleared in seconds.
getCooldownTimeout() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets time a transaction result is displayed on a terminal before the terminal is automatically cleared in seconds.
getCountryCode() - Method in class com.blockchyp.client.dto.Address
Gets the ISO country code associated with the street address.
getCryptoAuthorizedAmount() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the amount submitted to the blockchain.
getCryptoAuthorizedAmount() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoBlock() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets hash or other identifier that identifies the block on the cryptocurrency network, if available or relevant.
getCryptoBlock() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptocurrency() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the transaction should be a cryptocurrency transaction.
getCryptocurrency() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the three letter cryptocurrency code used for the transactions.
getCryptocurrency() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptocurrency() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets that the transaction should be a cryptocurrency transaction.
getCryptoNetwork() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets an optional parameter that can be used to force a crypto transaction onto a level one or level two network.
getCryptoNetwork() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets whether or not the transaction was processed on the level one or level two network.
getCryptoNetwork() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoNetwork() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets an optional parameter that can be used to force a crypto transaction onto a level one or level two network.
getCryptoNetworkFee() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the network level fee assessed for the transaction denominated in cryptocurrency.
getCryptoNetworkFee() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoPaymentRequest() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the payment request URI used for the transaction, if available.
getCryptoPaymentRequest() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoReceiveAddress() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets can be used to specify a specific receive address for a crypto transaction.
getCryptoReceiveAddress() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the address on the crypto network the transaction was sent to.
getCryptoReceiveAddress() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoReceiveAddress() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets can be used to specify a specific receive address for a crypto transaction.
getCryptoStatus() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets used for additional status information related to crypto transactions.
getCryptoStatus() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
getCryptoTransactionId() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets hash or other transaction identifier that identifies the transaction on the cryptocurrency network, if available or relevant.
getCryptoTransactionId() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
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 customer information.
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.LinkTokenRequest
Gets BlockChyp assigned customer id.
getCustomerId() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the customer id created or used for the payment.
getCustomerId() - Method in class com.blockchyp.client.dto.UnlinkTokenRequest
Gets BlockChyp assigned customer id.
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.AuthorizationResponse
Gets customer data, if any.
getCustomers() - Method in class com.blockchyp.client.dto.BalanceResponse
Gets customer data, if any.
getCustomers() - Method in class com.blockchyp.client.dto.CaptureResponse
Gets customer data, if any.
getCustomers() - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Gets the customer results matching the search query.
getCustomers() - Method in class com.blockchyp.client.dto.CustomerToken
Gets models customer records associated with a payment token.
getCustomers() - Method in class com.blockchyp.client.dto.EnrollResponse
Gets customer data, if any.
getCustomers() - Method in interface com.blockchyp.client.dto.IPaymentMethodResponse
 
getCustomers() - Method in class com.blockchyp.client.dto.TransactionStatus
Gets customer data, if any.
getCustomers() - Method in class com.blockchyp.client.dto.VoidResponse
Gets customer data, if any.
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.
getDashboard(String, ITimeoutRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes an http get request against the gateway with a timeout override.
getDateCreated() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the date the platform configuration was first created.
getDaysOfWeek() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets an array of days of the week during which a branding asset should be enabled.
getDbaName() - Method in class com.blockchyp.client.dto.AddTestMerchantRequest
Gets the DBA name for the test merchant.
getDbaName() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the dba name of the merchant.
getDbaName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the dba name of the merchant.
getDelay() - Method in class com.blockchyp.client.dto.SlideShow
Gets time between slides in seconds.
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.InviteMerchantUserRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets the settlement account for merchants with split settlements.
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.LocateRequest
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.LocateResponse
Gets the settlement account for merchants with split settlements.
getDestinationAccount() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
getEmail() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets the email address of the user.
getEmail() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the user's email address.
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.BrandingAsset
Gets the end date if this asset should be displayed based on a schedule.
getEndDate() - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Gets an optional end date for filtering response data.
getEndDate() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets an optional end date for filtering response data.
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.
getEndTime() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the end date if this asset should be displayed based on a schedule.
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.MerchantPlatform
Gets the optional entry method code if a platform should only be used for specific entry methods.
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.BrandingAsset
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Gets the error, if an error occurred.
getError() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
getFileName() - Method in class com.blockchyp.client.dto.UploadMetadata
Gets the name of file to be uploaded.
getFileSize() - Method in class com.blockchyp.client.dto.UploadMetadata
Gets the size of the file to be uploaded in bytes.
getFileSize() - Method in class com.blockchyp.client.dto.UploadStatus
Gets the size of the file to be uploaded in bytes.
getFileUrl() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets the url for the full resolution versio of the media file.
getFirstName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's first name.
getFirstName() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets the first name of the new user.
getFirstName() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the user's first name.
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.
getGroupId() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the id of the terminal group to which the terminal belongs, if any.
getGroupName() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the name of the terminal group to which the terminal belongs, if any.
getHealthcare() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets details for HSA/FSA transactions.
getHealthcare() - Method in class com.blockchyp.client.dto.RefundRequest
Gets details for HSA/FSA transactions.
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.BrandingAsset
Gets id used to track a branding asset.
getId() - Method in class com.blockchyp.client.dto.Customer
Gets BlockChyp assigned customer id.
getId() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets id used to identify the media asset.
getId() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets primary identifier for a given platform configuration.
getId() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the user's primary key.
getId() - Method in class com.blockchyp.client.dto.SlideShow
Gets the primary id for the slide show.
getId() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets internal id for a survey question.
getId() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets primary identifier for a given terminal.
getId() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets internal id for a Terms and Conditions entry.
getId() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Gets primary identifier for a given template.
getId() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets a unique value identifying the item.
getId() - Method in class com.blockchyp.client.dto.UploadStatus
Gets id used to track status and progress of an upload while in progress.
getInstance() - Static method in class com.blockchyp.client.crypto.CryptoUtils
Returns the CryptoUtils singleton.
getIpAddress() - Method in class com.blockchyp.client.dto.LocateResponse
Gets the local IP address of the terminal.
getIpAddress() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the terminal's local IP address.
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.
getLastChange() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the date the platform configuration was last modified.
getLastModified() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the time and date this asset was last modified.
getLastName() - Method in class com.blockchyp.client.dto.Customer
Gets customer's last name.
getLastName() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets the last name of the new user.
getLastName() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the user's last name.
getLatestTick() - Method in class com.blockchyp.client.dto.HeartbeatResponse
Gets the hash of the last tick block.
getLatitude() - Method in class com.blockchyp.client.dto.Address
Gets the latitude component of the address's GPS coordinates.
getLevelName() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets the owner level currently being displayed.
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.MerchantProfile
Gets the location name.
getLocationName() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the location name.
getLogEntryId() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets the identifier of the log entry to be returned for single result requests.
getLongitude() - Method in class com.blockchyp.client.dto.Address
Gets the longitude component of the address's GPS coordinates.
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.GetMerchantsRequest
Gets max to be returned in a single page.
getMaxResults() - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Gets max to be returned in a single page.
getMaxResults() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets max to be returned in a single page.
getMaxResults() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets max to be returned in a single page.
getMaxResults() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets max to be returned in a single page.
getMaxResults() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Gets max to be returned in a single page.
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.
getMediaId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the media id associated with this branding asset, if any.
getMediaId() - Method in class com.blockchyp.client.dto.MediaRequest
Gets id used to track a media asset.
getMediaId() - Method in class com.blockchyp.client.dto.Slide
Gets the id for the media asset to be used for this slide.
getMediaId() - Method in class com.blockchyp.client.dto.UploadStatus
Gets the media id assigned to the result.
getMerchantId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the merchant id associated with this branding asset.
getMerchantId() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets the merchant id.
getMerchantId() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the merchant's primary identifier.
getMerchantId() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the merchant id.
getMerchantId() - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Gets the merchant id.
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.
getMerchantId() - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Gets the optional merchant id.
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.
getMerchants(GetMerchantsRequest) - Method in class com.blockchyp.client.BlockChypClient
Adds a test merchant account.
getMerchants() - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Gets merchants in the current page of results.
GetMerchantsRequest - Class in com.blockchyp.client.dto
Models a request for merchant information.
GetMerchantsRequest() - Constructor for class com.blockchyp.client.dto.GetMerchantsRequest
 
GetMerchantsResponse - Class in com.blockchyp.client.dto
The results for a merchant list request.
GetMerchantsResponse() - Constructor for class com.blockchyp.client.dto.GetMerchantsResponse
 
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.
getName() - Method in class com.blockchyp.client.dto.SlideShow
Gets the name of the slide show.
getName() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets title of the document displayed on the terminal at the time of capture.
getName() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Gets the name of the template.
getNarrativeDisplayPeriod() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets a compact narrative string explaining the display period for a branding asset.
getNarrativeEffectiveDates() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets a compact narrative string explaining the effective date and time rules for a branding asset.
getNarrativeTime() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets a narrative description of the current simulate time.
getNoCaption() - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Gets the preferred caption for the 'no' button.
getNotes() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets a field for notes related to a branding asset.
getNotes() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets free form notes description the purpose or intent behind the platform configuration.
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.InviteMerchantUserRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets an identifier from an external point of sale system.
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.LocateRequest
Gets an identifier from an external point of sale system.
getOrderRef() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
getOrdinal() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the ordinal number marking the position of this asset within the branding stack.
getOrdinal() - Method in class com.blockchyp.client.dto.Slide
Gets position of the slide within the slide show.
getOrdinal() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets ordinal number indicating the position of the survey question in the post transaction sequence.
getOrganizationId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the organization id associated with this branding asset.
getOriginalFile() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets the original filename assigned to the media asset.
getOwnerId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the id owner of the tenant who owns the branding asset.
getOwnerId() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets the id owner of this branding stack.
getOwnerName() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the name of the tenant or entity that owns the branding asset.
getOwnerName() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets the name of the entity or tenant that owns this branding stack.
getOwnerType() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the type of user or tenant that owns this asset.
getOwnerType() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets the type of user or tenant that owns this branding stack.
getOwnerTypeCaption() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets a recommended caption for displaying the owner.
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.
getPartnerId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the partner id associated with this branding asset.
getPartnerRef() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the partner assigne reference for this merchant.
getPartnerRef() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the partner assigne reference for this merchant.
getPayerOrCarrierId() - Method in class com.blockchyp.client.dto.HealthcareGroup
Gets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
getPaymentMethods() - Method in class com.blockchyp.client.dto.Customer
Gets model saved payment methods associated with a customer.
getPaymentRequestLabel() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets can optionally add a label to the payment request if the target cryptocurrency supports labels.
getPaymentRequestLabel() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets can optionally add a label to the payment request if the target cryptocurrency supports labels.
getPaymentRequestMessage() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets can optionally add a message to the payment request if the target cryptocurrency supports labels.
getPaymentRequestMessage() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets can optionally add a message to the payment request if the target cryptocurrency supports labels.
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).
getPercentage() - Method in class com.blockchyp.client.dto.UploadStatus
Gets current upload progress rounded to the nearest integer.
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.
getPlatformCode() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets BlockChyp's code for the boarding platform.
getPlatformId() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Gets the platform configuration id.
getPostalCode() - Method in class com.blockchyp.client.dto.Address
Gets the postal code associated with the street address.
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.
getPreviewImage() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the recommended image to be displayed when rendering a preview of this branding asset.
getPrice() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets the price of the line item.
getPriority() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the platform's priority in a multi platform setup.
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).
getProviderId() - Method in class com.blockchyp.client.dto.HealthcareGroup
Gets the provider ID used for Mastercard and Discover IIAS requests.
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.LocateResponse
Gets the terminal's public key.
getPublicKey() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the blockchyp public key for this merchant.
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.TerminalProfile
Gets the terminal's elliptic curve public key.
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.
getQuery() - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Gets optional search query.
getQuestionId() - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Gets id of a single question.
getQuestionId() - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Gets id of a single question.
getQuestionText() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the full text of the transaction.
getQuestionType() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the type of question.
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.
getRegistrationId() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets an optional field specifying the merchant's card brand registration record.
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.
getResponseCount() - Method in class com.blockchyp.client.dto.SurveyDataPoint
Gets the number of responses.
getResponseCount() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the total number of responses during the query period if results are requested.
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.BrandingAsset
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Gets a narrative description of the transaction result.
getResponseDescription() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
getResponsePercentage() - Method in class com.blockchyp.client.dto.SurveyDataPoint
Gets response rate as a percentage of total transactions.
getResponseRate() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the response rate, expressed as a ratio, if results are requested.
getResponses() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the set of response data points.
getResultCount() - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Gets total number of results accessible through paging.
getResultCount() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets total number of results accessible through paging.
getResultCount() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets total number of results accessible through paging.
getResultCount() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Gets total number of results accessible through paging.
getResults() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Gets enumerates all branding assets in a given credential scope.
getResults() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets enumerates all media assets available in the context.
getResults() - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
Gets enumerates merchant platform settings.
getResults() - Method in class com.blockchyp.client.dto.MerchantUsersResponse
Gets users and pending invites associated with the merchant.
getResults() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets enumerates all slide shows responsive to the original query.
getResults() - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Gets the full result set responsive to the original request.
getResults() - Method in class com.blockchyp.client.dto.TerminalProfileResponse
Gets enumerates all terminal profiles in the response.
getResults() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Gets the full result set responsive to the original request, subject to pagination limits.
getResults() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
Gets results responsive to a request.
getRoles() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets an optional array of role codes that will be assigned to the user.
getRoles() - Method in class com.blockchyp.client.dto.MerchantUser
Gets are the role codes assigned to this user.
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.TerminalProfile
Gets the manufacturer's serial number.
getSerialNumber() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the manufacturer's serial number.
getServiceTypeCode() - Method in class com.blockchyp.client.dto.HealthcareGroup
Gets the service type code used for Mastercard and Discover IIAS requests.
getShippingAddress() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the address to be used for shipping.
getShippingAddress() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the address to be used for shipping.
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.LocateResponse
Gets the ECC signature of the response.
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.TermsAndConditionsLogEntry
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.
getSignature() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets the base 64 encoded signature image if the format requested.
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.TerminalProfile
Gets the date and time the terminal was first brought online.
getSince() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the timestamp of the last status change.
getSlides() - Method in class com.blockchyp.client.dto.SlideShow
Gets enumerates all slides in the display sequence.
getSlideShowId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the slide show associated with this branding asset, if any.
getSlideShowId() - Method in class com.blockchyp.client.dto.SlideShowRequest
Gets id used to track a slide show.
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.BrandingAsset
Gets the start date if this asset should be displayed based on a schedule.
getStartDate() - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Gets an optional start date for filtering response data.
getStartDate() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets an optional start date for filtering response data.
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.GetMerchantsRequest
Gets starting index for paged results.
getStartIndex() - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Gets starting index for paged results.
getStartIndex() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets starting index for paged results.
getStartIndex() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets starting index for paged results.
getStartIndex() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets starting index for paged results.
getStartIndex() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Gets starting index for paged results.
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.
getStartTime() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the start date if this asset should be displayed based on a schedule.
getStateOrProvince() - Method in class com.blockchyp.client.dto.Address
Gets the state or province associated with the street address.
getStatus() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets the current status of a transaction.
getStatus() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the underwriting/processing status for the the merchant.
getStatus() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the underwriting/processing status for the the merchant.
getStatus() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the user account status.
getStatus() - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Gets the operation that the terminal is performing.
getStatus() - Method in class com.blockchyp.client.dto.UploadStatus
Gets the current status of a file upload.
getStoreAndForwardFloorLimit() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets floor limit for store and forward transactions.
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.MerchantProfile
Gets the store number.
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.
getSurveyTimeout() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the post transaction survey timeout in seconds.
getSurveyTimeout() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the post transaction survey timeout in seconds.
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.
getTemplateId() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Gets id of a single template.
getTerminalClient() - Method in class com.blockchyp.client.BlockChypClient
Returns the terminal client singleton.
getTerminalGroupId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the terminal group id if this branding asset is specific to a terminal group.
getTerminalId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the terminal id if this branding asset is specific to a single terminal.
getTerminalId() - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Gets the ID of the payment terminal.
getTerminalId() - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Gets the id assigned by BlockChyp to the terminal.
getTerminalId() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets id of the terminal that captured this terms and conditions entry.
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.LocateRequest
Gets the name of the target payment terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.LocateResponse
Gets the name assigned to the terminal at activation.
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.TerminalActivationRequest
Gets the name to be assigned to the terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Gets the terminal name assigned to the terminal.
getTerminalName() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the name assigned to the terminal during activation.
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.TermsAndConditionsLogEntry
Gets name of the terminal that captured this terms and conditions entry.
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.TerminalProfile
Gets the terminal type.
getTerminalType() - Method in class com.blockchyp.client.dto.TerminalVolume
Gets the terminal type.
getTerminalTypeDisplayString() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the terminal type display string.
getTerminalUpdateTime() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets the terminal firmware update time.
getTerminalUpdateTime() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets the terminal firmware update time.
getThumbnail() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets the fully qualified URL of the thumbnail image for this branding asset.
getThumbnailLocation() - Method in class com.blockchyp.client.dto.UploadStatus
Gets the url of a thumbnail for the file, if available.
getThumbnailUrl() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets the url for to the thumbnail of an image.
getThumbnailUrl() - Method in class com.blockchyp.client.dto.Slide
Gets the fully qualified thumbnail url for the slide.
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.LocateResponse
Gets the hash of the last tick block.
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.AddTestMerchantRequest
Gets the request timeout in seconds.
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.BrandingAsset
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.BrandingAssetRequest
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.GetMerchantsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.GiftActivateRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets the request timeout in seconds.
getTimeout() - Method in interface com.blockchyp.client.dto.ITimeoutRequest
 
getTimeout() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.LocateRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MediaRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.MerchantProfile
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.SlideShow
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.SlideShowRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Gets an optional timeout override.
getTimeout() - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TerminalProfileRequest
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.TermsAndConditionsLogRequest
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.TermsAndConditionsTemplate
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
Gets an optional timeout override.
getTimeout() - Method in class com.blockchyp.client.dto.TextPromptRequest
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.TokenMetadataRequest
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.UnlinkTokenRequest
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.UploadMetadata
Gets the request timeout in seconds.
getTimeout() - Method in class com.blockchyp.client.dto.UploadStatusRequest
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.LocateResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.PingResponse
Gets the timestamp of the transaction.
getTimestamp() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets date and time the terms and conditions acceptance occurred.
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.MerchantProfile
Gets the merchant's local time zone.
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.
getTipDefaults() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets three default values for tips.
getTipDefaults() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets three default values for tips.
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.LinkTokenRequest
Gets the token to delete.
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.TokenMetadataRequest
Gets the token to retrieve.
getToken() - Method in class com.blockchyp.client.dto.TokenMetadataResponse
Gets the token metadata for a given query.
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.UnlinkTokenRequest
Gets the token to delete.
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.
getTotalMemory() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the total memory on the terminal.
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.
getTotalStorage() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the storage on the terminal.
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.SurveyQuestion
Gets the total number of transactions processed during the query period if results are requested.
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.LocateResponse
Gets the ID assigned to the transaction.
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.TermsAndConditionsLogEntry
Gets optional transaction id if only log entries related to a transaction should be returned.
getTransactionId() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Gets optional transaction id if only log entries related to a transaction should be returned.
getTransactionId() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Gets optional transaction id if only log entries related to a transaction should be returned.
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.InviteMerchantUserRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
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.LocateRequest
Gets a user-assigned reference that can be used to recall or reverse transactions.
getTransactionRef() - Method in class com.blockchyp.client.dto.LocateResponse
Gets the transaction reference string assigned to the transaction request.
getTransactionRef() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TermsAndConditionsLogEntry
Gets optional transaction ref if the terms and conditions was associated with a transaction.
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.LocateResponse
Gets the type of transaction.
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.
getType() - Method in class com.blockchyp.client.dto.HealthcareGroup
Gets the type of healthcare cost.
getType() - Method in class com.blockchyp.client.dto.MerchantUser
Gets the type of user account.
getTypes() - Method in class com.blockchyp.client.dto.Healthcare
Gets a list of healthcare categories in the transaction.
getUnitCode() - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Gets an alphanumeric code for units of measurement as used in international trade.
getUploadedAmount() - Method in class com.blockchyp.client.dto.UploadStatus
Gets the amount of the file already uploaded.
getUploadId() - Method in class com.blockchyp.client.dto.UploadMetadata
Gets optional id used to track status and progress of an upload while in progress.
getUploadId() - Method in class com.blockchyp.client.dto.UploadStatusRequest
Gets id used to track status and progress of an upload while in progress.
getUrl() - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Gets the url for the payment link.
getUsedMemory() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the memory currently in use on the terminal.
getUsedStorage() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets the storage currently in use on the terminal.
getUserId() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets id of the user who created this branding asset, if applicable.
getUserName() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets name of the user who created this branding asset, if applicable.
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
 
Healthcare - Class in com.blockchyp.client.dto
Fields for HSA/FSA transactions.
Healthcare() - Constructor for class com.blockchyp.client.dto.Healthcare
 
HealthcareGroup - Class in com.blockchyp.client.dto
A group of fields for a specific type of healthcare.
HealthcareGroup() - Constructor for class com.blockchyp.client.dto.HealthcareGroup
 
HealthcareType - Enum in com.blockchyp.client.dto
 
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.
ICryptocurrencyResponse - Interface in com.blockchyp.client.dto
Response details for a cryptocurrency 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.
inviteMerchantUser(InviteMerchantUserRequest) - Method in class com.blockchyp.client.BlockChypClient
Invites a user to join a merchant account.
InviteMerchantUserRequest - Class in com.blockchyp.client.dto
Models a request for adding a new user to a merchant account.
InviteMerchantUserRequest() - Constructor for class com.blockchyp.client.dto.InviteMerchantUserRequest
 
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.
isAmex() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that American Express is supported.
isAmex() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that American Express is supported.
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.InviteMerchantUserRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets defers the response to the transaction and returns immediately.
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.LocateRequest
Gets defers the response to the transaction and returns immediately.
isAsync() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.MerchantProfile
Gets flag indicating whether or not the batch automatically closes.
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.MerchantProfile
Gets flag indicating whether or not cash back is enabled.
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.
isCashDiscountEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets enables cash discount or surcharging.
isCashDiscountEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets enables cash discount or surcharging.
isCashier() - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Gets flags the payment link as cashier facing.
isCloudBased() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets whether or not the terminal is configured for cloud relay.
isCloudRelay() - Method in class com.blockchyp.client.dto.LocateResponse
Gets whether or not the terminal is running in cloud relay mode.
isCloudRelay() - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Gets that the terminal should be activated in cloud relay mode.
isCloudRelayEnabled() - Method in class com.blockchyp.client.TerminalRouteResponse
Returns the cloud relay flag.
isComplete() - Method in class com.blockchyp.client.dto.UploadStatus
Gets whether or not the upload and associated file processing is complete.
isConfirmed() - Method in class com.blockchyp.client.dto.AuthorizationResponse
Gets that the transaction has met the standard criteria for confirmation on the network.
isConfirmed() - Method in interface com.blockchyp.client.dto.ICryptocurrencyResponse
 
isContactlessEmv() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that contactless EMV cards are supported.
isContactlessEmv() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that contactless EMV cards are supported.
isDigitalSignatureReversal() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that transactions should auto-reverse when signatures are refused.
isDigitalSignatureReversal() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that transactions should auto-reverse when signatures are refused.
isDigitalSignaturesEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that digital signature capture is enabled.
isDigitalSignaturesEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that digital signature capture is enabled.
isDisableBatchEmails() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets flag indicating whether or not batch closure emails should be automatically sent.
isDisableBatchEmails() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not batch closure emails should be automatically sent.
isDisabled() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets that a platform configuration is disabled.
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.
isDiscover() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that Discover cards are supported.
isDiscover() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that Discover cards are supported.
isEbtEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that EBT cards are enabled.
isEbtEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that EBT cards are enabled.
isEditable() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets if true, the API credentials used to retrieve the branding asset record can be used to update it.
isEnabled() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets enables the asset for display.
isEnabled() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets determines whether or not the question will be presented post transaction.
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.InviteMerchantUserRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.ListQueuedTransactionsRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.LocateRequest
Gets override any in-progress transactions.
isForce() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
isFreeRangeRefundsEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that refunds without transaction references are permitted.
isFreeRangeRefundsEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that refunds without transaction references are permitted.
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.
isGatewayOnly() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that this merchant is boarded on BlockChyp in gateway only mode.
isGatewayOnly() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that this merchant is boarded on BlockChyp in gateway only mode.
isGiftCardsDisabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that gift cards are disabled.
isGiftCardsDisabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that gift cards are disabled.
isHasSignature() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Gets a flag that indicates whether or not a signature has been captured.
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.
isIiasExempt() - Method in class com.blockchyp.client.dto.Healthcare
Gets that the transaction is exempt from IIAS verification.
isIiasVerified() - Method in class com.blockchyp.client.dto.Healthcare
Gets that the purchased items were verified against an Inventory Information Approval System (IIAS).
isJcb() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that JCB (Japan Card Bureau) cards are supported.
isJcb() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that JCB (Japan Card Bureau) cards are supported.
isLocked() - Method in class com.blockchyp.client.dto.MerchantUser
Gets whether or not this user account is locked.
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.
isManualEntryEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that manual card entry is enabled.
isManualEntryEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that manual card entry is enabled.
isManualEntryPromptStreetNumber() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets requires a street number to be entered for manually entered transactions.
isManualEntryPromptStreetNumber() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets requires a street number to be entered for manually entered transactions.
isManualEntryPromptZip() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets requires a zip code to be entered for manually entered transactions.
isManualEntryPromptZip() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets requires a zip code to be entered for manually entered transactions.
isMasterCard() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that MasterCard is supported.
isMasterCard() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that MasterCard is supported.
isOnline() - Method in class com.blockchyp.client.dto.TerminalProfile
Gets whether or not the terminal is currently online.
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.
isPadded() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets applies standard margins to images displayed on terminals.
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.MerchantProfile
Gets flag indicating whether or not partial authorizations are supported for this merchant.
isPartialAuthEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets flag indicating whether or not partial authorizations are supported for this merchant.
isPinBypassEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that pin bypass is enabled.
isPinBypassEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that pin bypass is enabled.
isPinEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets flag indicating whether or not pin entry is enabled.
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.
isPreview() - Method in class com.blockchyp.client.dto.BrandingAsset
Gets if true, the asset will be displayed in the merchant portal, but not on merchant terminal hardware.
isProcessing() - Method in class com.blockchyp.client.dto.UploadStatus
Gets whether or not the file is processing.
isPromptForTip() - Method in class com.blockchyp.client.dto.AuthorizationRequest
Gets that the terminal should request a tip from the user before starting the transaction.
isPromptForTip() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that tips should be automatically prompted for after charge and preauth transactions.
isPromptForTip() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that tips should be automatically prompted for after charge and preauth transactions.
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.InviteMerchantUserRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets adds the transaction to the queue and returns immediately.
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.LocateRequest
Gets adds the transaction to the queue and returns immediately.
isQueue() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.MerchantProfile
Gets flag indicating whether or not this merchant support split settlement.
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.MerchantProfile
Gets flag indicating whether or not store and forward is enabled.
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.BrandingAsset
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.SlideShowResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Gets whether or not the request succeeded.
isSuccess() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
isTcDisabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets disables terms and conditions pages in the merchant UI.
isTcDisabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets disables terms and conditions pages in the merchant UI.
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.AddTestMerchantRequest
Gets whether or not to route transaction to the test gateway.
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.BrandingAsset
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.BrandingAssetRequest
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.GetMerchantsRequest
Gets whether or not to return test or live merchants.
isTest() - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Gets whether or not these results are for test or live merchants.
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.ICoreResponse
 
isTest() - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in interface com.blockchyp.client.dto.ITimeoutRequest
 
isTest() - Method in class com.blockchyp.client.dto.LinkTokenRequest
Gets whether or not to route transaction to the test gateway.
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.LocateRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.LocateResponse
Gets that the transaction was processed on the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MediaRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MerchantPlatform
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
Gets whether or not these results are for test or live merchants.
isTest() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that the response came from 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.MerchantUser
Gets whether or not these results are for test or live merchants.
isTest() - Method in class com.blockchyp.client.dto.MerchantUsersResponse
Gets whether or not these results are for test or live merchants.
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.SlideShow
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.SlideShowRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.SurveyQuestion
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TerminalProfileRequest
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.TermsAndConditionsLogEntry
Gets a flag indicating whether or not the terminal was a test terminal.
isTest() - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
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.TermsAndConditionsTemplate
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Gets whether or not to route transaction to 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.TokenMetadataRequest
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.UnlinkTokenRequest
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.UploadMetadata
Gets whether or not to route transaction to the test gateway.
isTest() - Method in class com.blockchyp.client.dto.UploadStatusRequest
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.
isTipEnabled() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that tips are enabled for a merchant account.
isTipEnabled() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that tips are enabled for a merchant account.
ISubtotals - Interface in com.blockchyp.client.dto
Request subtotals.
isUnionPay() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that China Union Pay cards are supported.
isUnionPay() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that China Union Pay cards are supported.
isVideo() - Method in class com.blockchyp.client.dto.MediaMetadata
Gets an identifier used to flag video files.
isVisa() - Method in class com.blockchyp.client.dto.MerchantProfile
Gets that Visa cards are supported.
isVisa() - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Gets that Visa cards are supported.
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.InviteMerchantUserRequest
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.LinkTokenRequest
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.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.LocateRequest
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.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
ITimeoutRequest - Interface in com.blockchyp.client.dto
Models a low level request with a timeout and test flag.

L

linkToken(LinkTokenRequest) - Method in class com.blockchyp.client.BlockChypClient
Links a token to a customer record.
LinkTokenRequest - Class in com.blockchyp.client.dto
Links a payment token with a customer record.
LinkTokenRequest() - Constructor for class com.blockchyp.client.dto.LinkTokenRequest
 
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
 
locate(LocateRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns routing and location data for a payment terminal.
LocateRequest - Class in com.blockchyp.client.dto
Information needed to retrieve location information for a terminal.
LocateRequest() - Constructor for class com.blockchyp.client.dto.LocateRequest
 
LocateResponse - Class in com.blockchyp.client.dto
The response to a locate request.
LocateResponse() - Constructor for class com.blockchyp.client.dto.LocateResponse
 

M

media(MediaRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the media library for a given partner, merchant, or organization.
mediaAsset(MediaRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the media details for a single media asset.
MediaLibraryResponse - Class in com.blockchyp.client.dto
Models a media library response.
MediaLibraryResponse() - Constructor for class com.blockchyp.client.dto.MediaLibraryResponse
 
MediaMetadata - Class in com.blockchyp.client.dto
Models a request to retrieve survey results.
MediaMetadata() - Constructor for class com.blockchyp.client.dto.MediaMetadata
 
MediaRequest - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate media assets.
MediaRequest() - Constructor for class com.blockchyp.client.dto.MediaRequest
 
MerchantPlatform - Class in com.blockchyp.client.dto
Details about a merchant board platform configuration.
MerchantPlatform() - Constructor for class com.blockchyp.client.dto.MerchantPlatform
 
MerchantPlatformRequest - Class in com.blockchyp.client.dto
Models a request related to a platform configuration.
MerchantPlatformRequest() - Constructor for class com.blockchyp.client.dto.MerchantPlatformRequest
 
merchantPlatforms(MerchantProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
List all merchant platforms configured for a gateway merchant.
MerchantPlatformsResponse - Class in com.blockchyp.client.dto
The results for a merchant platforms inquiry.
MerchantPlatformsResponse() - Constructor for class com.blockchyp.client.dto.MerchantPlatformsResponse
 
merchantProfile(MerchantProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns profile information for a merchant.
MerchantProfile - Class in com.blockchyp.client.dto
Models a merchant profile.
MerchantProfile() - Constructor for class com.blockchyp.client.dto.MerchantProfile
 
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 a single merchant profile.
MerchantProfileResponse() - Constructor for class com.blockchyp.client.dto.MerchantProfileResponse
 
MerchantUser - Class in com.blockchyp.client.dto
Details about a merchant user.
MerchantUser() - Constructor for class com.blockchyp.client.dto.MerchantUser
 
merchantUsers(MerchantProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
List all active users and pending invites for a merchant account.
MerchantUsersResponse - Class in com.blockchyp.client.dto
The results for a merchant users list.
MerchantUsersResponse() - Constructor for class com.blockchyp.client.dto.MerchantUsersResponse
 
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
 
postDashboard(String, ITimeoutRequest, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a post HTTP request against the dashboard.
postGateway(String, ITimeoutRequest, 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.
postUpload(String, UploadMetadata, InputStream, Class) - Method in class com.blockchyp.client.BlockChypClient
Executes a post HTTP request against the dashboard.
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, ITimeoutRequest, 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
 
reboot(PingRequest) - Method in class com.blockchyp.client.BlockChypClient
Reboot a payment terminal.
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.
setAcquirerMid(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the merchant id assigned by the acquiring bank.
setActivationCode(String) - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Sets the terminal activation code displayed on the terminal.
setActiveAsset(BrandingAsset) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets the asset currently displayed on the terminal.
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.
setAddress1(String) - Method in class com.blockchyp.client.dto.Address
Sets the first line of the street address.
setAddress2(String) - Method in class com.blockchyp.client.dto.Address
Sets the second line of the street address.
setAid(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the EMV Application Identifier.
setAlias(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets alias of the terms and conditions template used for this entry, if any.
setAlias(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Sets an alias or code used to refer to a template.
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.
setAmex(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that American Express is supported.
setAmex(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that American Express is supported.
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.HealthcareGroup
Sets the amount of this type.
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.
setAnswerDescription(String) - Method in class com.blockchyp.client.dto.SurveyDataPoint
Sets a narrative description of the answer.
setAnswerKey(String) - Method in class com.blockchyp.client.dto.SurveyDataPoint
Sets a unique identifier for a specific answer type.
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.
setApprovalRejectReasonCode(String) - Method in class com.blockchyp.client.dto.HealthcareGroup
Sets the approval or reject reason code used for Mastercard and Discover IIAS requests.
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.
setAssetId(String) - Method in class com.blockchyp.client.dto.BrandingAssetRequest
Sets id used to track a branding asset.
setAssetType(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the type of branding asset.
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.InviteMerchantUserRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets defers the response to the transaction and returns immediately.
setAsync(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.MerchantProfile
Sets flag indicating whether or not the batch automatically closes.
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.
setAvailableMemory(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the available (unused) memory on the terminal.
setAvailableStorage(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the available (unused) storage on the terminal.
setAverageTransaction(float) - Method in class com.blockchyp.client.dto.SurveyDataPoint
Sets the average transaction amount for a given answer.
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.MerchantProfile
Sets bank accounts for split bank account merchants.
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.MerchantProfile
Sets the batch close time in the merchant's time zone.
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.LocateResponse
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.
setBillingAddress(Address) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the address to be used for billing correspondence.
setBillingAddress(Address) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the address to be used for billing correspondence.
setBin(String) - Method in class com.blockchyp.client.dto.WhiteListedCard
Sets the card BIN.
setBlockChypFirmwareVersion(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the current firmware version deployed on the terminal.
setBrandingPreview(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the branding asset currently displayed on the terminal.
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.MerchantProfile
Sets flag indicating whether or not cash back is enabled.
setCashBackEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not cash back is enabled.
setCashbackPresets(Collection<String>) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets four default values for cashback prompts.
setCashbackPresets(Collection<String>) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets four default values for cashback prompts.
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.
setCashDiscountEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets enables cash discount or surcharging.
setCashDiscountEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets enables cash discount or surcharging.
setCashier(boolean) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets flags the payment link as cashier facing.
setCity(String) - Method in class com.blockchyp.client.dto.Address
Sets the city associated with the street address.
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.
setCloudBased(boolean) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets whether or not the terminal is configured for cloud relay.
setCloudRelay(boolean) - Method in class com.blockchyp.client.dto.LocateResponse
Sets whether or not the terminal is running in cloud relay mode.
setCloudRelay(boolean) - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Sets that the terminal should be activated in cloud relay mode.
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.AddTestMerchantRequest
Sets the corporate name for the test merchant.
setCompanyName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's company name.
setCompanyName(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the merchant's company name.
setCompanyName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the merchant's company name.
setComplete(boolean) - Method in class com.blockchyp.client.dto.UploadStatus
Sets whether or not the upload and associated file processing is complete.
setConfigMap(Map) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets a map of configuration values specific to the boarding platform.
setConfirmed(boolean) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets that the transaction has met the standard criteria for confirmation on the network.
setContactlessEmv(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that contactless EMV cards are supported.
setContactlessEmv(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that contactless EMV cards are supported.
setContactName(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the contact name for the merchant.
setContactName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the contact name for the merchant.
setContactNumber(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the contact number for the merchant.
setContactNumber(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the contact number for the merchant.
setContent(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets full text of the document agreed to at the time of signature capture.
setContent(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Sets the full text of the agreement template.
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.
setContentLeader(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets first 32 characters of the full text.
setCooldownTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets time a transaction result is displayed on a terminal before the terminal is automatically cleared in seconds.
setCooldownTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets time a transaction result is displayed on a terminal before the terminal is automatically cleared in seconds.
setCountryCode(String) - Method in class com.blockchyp.client.dto.Address
Sets the ISO country code associated with the street address.
setCryptoAuthorizedAmount(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the amount submitted to the blockchain.
setCryptoBlock(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets hash or other identifier that identifies the block on the cryptocurrency network, if available or relevant.
setCryptocurrency(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets that the transaction should be a cryptocurrency transaction.
setCryptocurrency(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the three letter cryptocurrency code used for the transactions.
setCryptocurrency(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets that the transaction should be a cryptocurrency transaction.
setCryptoNetwork(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets an optional parameter that can be used to force a crypto transaction onto a level one or level two network.
setCryptoNetwork(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets whether or not the transaction was processed on the level one or level two network.
setCryptoNetwork(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets an optional parameter that can be used to force a crypto transaction onto a level one or level two network.
setCryptoNetworkFee(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the network level fee assessed for the transaction denominated in cryptocurrency.
setCryptoPaymentRequest(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the payment request URI used for the transaction, if available.
setCryptoReceiveAddress(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets can be used to specify a specific receive address for a crypto transaction.
setCryptoReceiveAddress(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the address on the crypto network the transaction was sent to.
setCryptoReceiveAddress(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets can be used to specify a specific receive address for a crypto transaction.
setCryptoStatus(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets used for additional status information related to crypto transactions.
setCryptoTransactionId(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets hash or other transaction identifier that identifies the transaction on the cryptocurrency network, if available or relevant.
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 customer information.
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.LinkTokenRequest
Sets BlockChyp assigned customer id.
setCustomerId(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the customer id created or used for the payment.
setCustomerId(String) - Method in class com.blockchyp.client.dto.UnlinkTokenRequest
Sets BlockChyp assigned customer id.
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.AuthorizationResponse
Sets customer data, if any.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.BalanceResponse
Sets customer data, if any.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.CaptureResponse
Sets customer data, if any.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.CustomerSearchResponse
Sets the customer results matching the search query.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.CustomerToken
Sets models customer records associated with a payment token.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.EnrollResponse
Sets customer data, if any.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.TransactionStatus
Sets customer data, if any.
setCustomers(Collection<Customer>) - Method in class com.blockchyp.client.dto.VoidResponse
Sets customer data, if any.
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.
setDashboardHost(String) - Method in class com.blockchyp.client.BlockChypClient
Used to override the dashboard host.
setDateCreated(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the date the platform configuration was first created.
setDaysOfWeek(Collection<Weekday>) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets an array of days of the week during which a branding asset should be enabled.
setDbaName(String) - Method in class com.blockchyp.client.dto.AddTestMerchantRequest
Sets the DBA name for the test merchant.
setDbaName(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the dba name of the merchant.
setDbaName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the dba name of the merchant.
setDefaultCredentials(APICredentials) - Method in class com.blockchyp.client.BlockChypClient
Sets the default root API credentials for the client.
setDelay(int) - Method in class com.blockchyp.client.dto.SlideShow
Sets time between slides in seconds.
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.InviteMerchantUserRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.LocateResponse
Sets the settlement account for merchants with split settlements.
setDestinationAccount(String) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
setDigitalSignatureReversal(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that transactions should auto-reverse when signatures are refused.
setDigitalSignatureReversal(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that transactions should auto-reverse when signatures are refused.
setDigitalSignaturesEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that digital signature capture is enabled.
setDigitalSignaturesEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that digital signature capture is enabled.
setDisableBatchEmails(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets flag indicating whether or not batch closure emails should be automatically sent.
setDisableBatchEmails(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not batch closure emails should be automatically sent.
setDisabled(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets that a platform configuration is disabled.
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.
setDiscover(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that Discover cards are supported.
setDiscover(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that Discover cards are supported.
setEbtEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that EBT cards are enabled.
setEbtEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that EBT cards are enabled.
setEditable(boolean) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets if true, the API credentials used to retrieve the branding asset record can be used to update it.
setEmail(String) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Sets the email address of the user.
setEmail(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the user's email address.
setEmailAddress(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's email address.
setEnabled(boolean) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets enables the asset for display.
setEnabled(boolean) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets determines whether or not the question will be presented post transaction.
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(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the end date if this asset should be displayed based on a schedule.
setEndDate(String) - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Sets an optional end date for filtering response data.
setEndDate(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets an optional end date for filtering response data.
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.
setEndTime(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the end date if this asset should be displayed based on a schedule.
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.MerchantPlatform
Sets the optional entry method code if a platform should only be used for specific entry methods.
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.BrandingAsset
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Sets the error, if an error occurred.
setError(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
setFileName(String) - Method in class com.blockchyp.client.dto.UploadMetadata
Sets the name of file to be uploaded.
setFileSize(int) - Method in class com.blockchyp.client.dto.UploadMetadata
Sets the size of the file to be uploaded in bytes.
setFileSize(int) - Method in class com.blockchyp.client.dto.UploadStatus
Sets the size of the file to be uploaded in bytes.
setFileUrl(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets the url for the full resolution versio of the media file.
setFirstName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's first name.
setFirstName(String) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Sets the first name of the new user.
setFirstName(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the user'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.InviteMerchantUserRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets override any in-progress transactions.
setForce(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
setFreeRangeRefundsEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that refunds without transaction references are permitted.
setFreeRangeRefundsEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that refunds without transaction references are permitted.
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.
setGatewayHost(String) - Method in class com.blockchyp.client.BlockChypClient
Used to override the live gateway host.
setGatewayOnly(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that this merchant is boarded on BlockChyp in gateway only mode.
setGatewayOnly(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that this merchant is boarded on BlockChyp in gateway only mode.
setGiftCardsDisabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that gift cards are disabled.
setGiftCardsDisabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that gift cards are disabled.
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.
setGroupId(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the id of the terminal group to which the terminal belongs, if any.
setGroupName(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the name of the terminal group to which the terminal belongs, if any.
setHasSignature(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets a flag that indicates whether or not a signature has been captured.
setHealthcare(Healthcare) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets details for HSA/FSA transactions.
setHealthcare(Healthcare) - Method in class com.blockchyp.client.dto.RefundRequest
Sets details for HSA/FSA transactions.
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.BrandingAsset
Sets id used to track a branding asset.
setId(String) - Method in class com.blockchyp.client.dto.Customer
Sets BlockChyp assigned customer id.
setId(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets id used to identify the media asset.
setId(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets primary identifier for a given platform configuration.
setId(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the user's primary key.
setId(String) - Method in class com.blockchyp.client.dto.SlideShow
Sets the primary id for the slide show.
setId(String) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets internal id for a survey question.
setId(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets primary identifier for a given terminal.
setId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets internal id for a Terms and Conditions entry.
setId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Sets primary identifier for a given template.
setId(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets a unique value identifying the item.
setId(String) - Method in class com.blockchyp.client.dto.UploadStatus
Sets id used to track status and progress of an upload while in progress.
setIdle(boolean) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets that the terminal is idle.
setIiasExempt(boolean) - Method in class com.blockchyp.client.dto.Healthcare
Sets that the transaction is exempt from IIAS verification.
setIiasVerified(boolean) - Method in class com.blockchyp.client.dto.Healthcare
Sets that the purchased items were verified against an Inventory Information Approval System (IIAS).
setIpAddress(String) - Method in class com.blockchyp.client.dto.LocateResponse
Sets the local IP address of the terminal.
setIpAddress(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the terminal's local IP address.
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.
setJcb(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that JCB (Japan Card Bureau) cards are supported.
setJcb(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that JCB (Japan Card Bureau) cards are supported.
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.
setLastChange(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the date the platform configuration was last modified.
setLastModified(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the time and date this asset was last modified.
setLastName(String) - Method in class com.blockchyp.client.dto.Customer
Sets customer's last name.
setLastName(String) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Sets the last name of the new user.
setLastName(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the user's last name.
setLatestTick(String) - Method in class com.blockchyp.client.dto.HeartbeatResponse
Sets the hash of the last tick block.
setLatitude(float) - Method in class com.blockchyp.client.dto.Address
Sets the latitude component of the address's GPS coordinates.
setLevelName(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets the owner level currently being displayed.
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.MerchantProfile
Sets the location name.
setLocationName(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the location name.
setLocked(boolean) - Method in class com.blockchyp.client.dto.MerchantUser
Sets whether or not this user account is locked.
setLogEntryId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets the identifier of the log entry to be returned for single result requests.
setLongitude(float) - Method in class com.blockchyp.client.dto.Address
Sets the longitude component of the address's GPS coordinates.
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.
setManualEntryEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that manual card entry is enabled.
setManualEntryEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that manual card entry is enabled.
setManualEntryPromptStreetNumber(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets requires a street number to be entered for manually entered transactions.
setManualEntryPromptStreetNumber(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets requires a street number to be entered for manually entered transactions.
setManualEntryPromptZip(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets requires a zip code to be entered for manually entered transactions.
setManualEntryPromptZip(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets requires a zip code to be entered for manually entered transactions.
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.
setMasterCard(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that MasterCard is supported.
setMasterCard(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that MasterCard is supported.
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.GetMerchantsRequest
Sets max to be returned in a single page.
setMaxResults(int) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Sets max to be returned in a single page.
setMaxResults(int) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets max to be returned in a single page.
setMaxResults(int) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets max to be returned in a single page.
setMaxResults(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets max to be returned in a single page.
setMaxResults(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Sets max to be returned in a single page.
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.
setMediaId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the media id associated with this branding asset, if any.
setMediaId(String) - Method in class com.blockchyp.client.dto.MediaRequest
Sets id used to track a media asset.
setMediaId(String) - Method in class com.blockchyp.client.dto.Slide
Sets the id for the media asset to be used for this slide.
setMediaId(String) - Method in class com.blockchyp.client.dto.UploadStatus
Sets the media id assigned to the result.
setMerchantId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the merchant id associated with this branding asset.
setMerchantId(String) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Sets the merchant id.
setMerchantId(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the merchant's primary identifier.
setMerchantId(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the merchant id.
setMerchantId(String) - Method in class com.blockchyp.client.dto.MerchantProfileRequest
Sets the merchant id.
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.
setMerchantId(String) - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Sets the optional merchant id.
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.
setMerchants(Collection<MerchantProfileResponse>) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Sets merchants in the current page of results.
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.
setName(String) - Method in class com.blockchyp.client.dto.SlideShow
Sets the name of the slide show.
setName(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets title of the document displayed on the terminal at the time of capture.
setName(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplate
Sets the name of the template.
setNarrativeDisplayPeriod(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets a compact narrative string explaining the display period for a branding asset.
setNarrativeEffectiveDates(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets a compact narrative string explaining the effective date and time rules for a branding asset.
setNarrativeTime(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets a narrative description of the current simulate time.
setNoCaption(String) - Method in class com.blockchyp.client.dto.BooleanPromptRequest
Sets the preferred caption for the 'no' button.
setNotes(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets a field for notes related to a branding asset.
setNotes(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets free form notes description the purpose or intent behind the platform configuration.
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.
setOnline(boolean) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets whether or not the terminal is currently online.
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.InviteMerchantUserRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets an identifier from an external point of sale system.
setOrderRef(String) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
setOrdinal(int) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the ordinal number marking the position of this asset within the branding stack.
setOrdinal(int) - Method in class com.blockchyp.client.dto.Slide
Sets position of the slide within the slide show.
setOrdinal(int) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets ordinal number indicating the position of the survey question in the post transaction sequence.
setOrganizationId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the organization id associated with this branding asset.
setOriginalFile(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets the original filename assigned to the media asset.
setOwnerId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the id owner of the tenant who owns the branding asset.
setOwnerId(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets the id owner of this branding stack.
setOwnerName(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the name of the tenant or entity that owns the branding asset.
setOwnerName(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets the name of the entity or tenant that owns this branding stack.
setOwnerType(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the type of user or tenant that owns this asset.
setOwnerType(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets the type of user or tenant that owns this branding stack.
setOwnerTypeCaption(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets a recommended caption for displaying the owner.
setPadded(boolean) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets applies standard margins to images displayed on terminals.
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.MerchantProfile
Sets flag indicating whether or not partial authorizations are supported for this merchant.
setPartialAuthEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets flag indicating whether or not partial authorizations are supported for this merchant.
setPartnerId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the partner id associated with this branding asset.
setPartnerRef(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the partner assigne reference for this merchant.
setPartnerRef(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the partner assigne reference for this merchant.
setPayerOrCarrierId(String) - Method in class com.blockchyp.client.dto.HealthcareGroup
Sets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
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.
setPaymentRequestLabel(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets can optionally add a label to the payment request if the target cryptocurrency supports labels.
setPaymentRequestLabel(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets can optionally add a label to the payment request if the target cryptocurrency supports labels.
setPaymentRequestMessage(String) - Method in class com.blockchyp.client.dto.AuthorizationRequest
Sets can optionally add a message to the payment request if the target cryptocurrency supports labels.
setPaymentRequestMessage(String) - Method in class com.blockchyp.client.dto.PaymentLinkRequest
Sets can optionally add a message to the payment request if the target cryptocurrency supports labels.
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).
setPercentage(int) - Method in class com.blockchyp.client.dto.UploadStatus
Sets current upload progress rounded to the nearest integer.
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.
setPinBypassEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that pin bypass is enabled.
setPinBypassEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that pin bypass is enabled.
setPinEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets flag indicating whether or not pin entry is enabled.
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.
setPlatformCode(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets BlockChyp's code for the boarding platform.
setPlatformId(String) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Sets the platform configuration id.
setPostalCode(String) - Method in class com.blockchyp.client.dto.Address
Sets the postal code associated with the street address.
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.
setPreview(boolean) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets if true, the asset will be displayed in the merchant portal, but not on merchant terminal hardware.
setPreviewImage(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the recommended image to be displayed when rendering a preview of this branding asset.
setPrice(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets the price of the line item.
setPriority(int) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the platform's priority in a multi platform setup.
setProcessing(boolean) - Method in class com.blockchyp.client.dto.UploadStatus
Sets whether or not the file is processing.
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.
setPromptForTip(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that tips should be automatically prompted for after charge and preauth transactions.
setPromptForTip(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that tips should be automatically prompted for after charge and preauth transactions.
setPromptType(PromptType) - Method in class com.blockchyp.client.dto.TextPromptRequest
Sets the prompt type (email, phone, etc).
setProviderId(String) - Method in class com.blockchyp.client.dto.HealthcareGroup
Sets the provider ID used for Mastercard and Discover IIAS requests.
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.LocateResponse
Sets the terminal's public key.
setPublicKey(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the blockchyp public key for this merchant.
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.TerminalProfile
Sets the terminal's elliptic curve public key.
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.
setQuery(String) - Method in class com.blockchyp.client.dto.TransactionHistoryRequest
Sets optional search query.
setQuestionId(String) - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Sets id of a single question.
setQuestionId(String) - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Sets id of a single question.
setQuestionText(String) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the full text of the transaction.
setQuestionType(String) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the type of question.
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.InviteMerchantUserRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets adds the transaction to the queue and returns immediately.
setQueue(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.
setRegistrationId(String) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets an optional field specifying the merchant's card brand registration record.
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.
setResponseCount(int) - Method in class com.blockchyp.client.dto.SurveyDataPoint
Sets the number of responses.
setResponseCount(int) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the total number of responses during the query period if results are requested.
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.BrandingAsset
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Sets a narrative description of the transaction result.
setResponseDescription(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
setResponsePercentage(float) - Method in class com.blockchyp.client.dto.SurveyDataPoint
Sets response rate as a percentage of total transactions.
setResponseRate(float) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the response rate, expressed as a ratio, if results are requested.
setResponses(Collection<SurveyDataPoint>) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the set of response data points.
setResultCount(int) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Sets total number of results accessible through paging.
setResultCount(int) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets total number of results accessible through paging.
setResultCount(int) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets total number of results accessible through paging.
setResultCount(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Sets total number of results accessible through paging.
setResults(Collection<BrandingAsset>) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
Sets enumerates all branding assets in a given credential scope.
setResults(Collection<MediaMetadata>) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets enumerates all media assets available in the context.
setResults(Collection<MerchantPlatform>) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
Sets enumerates merchant platform settings.
setResults(Collection<MerchantUser>) - Method in class com.blockchyp.client.dto.MerchantUsersResponse
Sets users and pending invites associated with the merchant.
setResults(Collection<SlideShow>) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets enumerates all slide shows responsive to the original query.
setResults(Collection<SurveyQuestion>) - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Sets the full result set responsive to the original request.
setResults(Collection<TerminalProfile>) - Method in class com.blockchyp.client.dto.TerminalProfileResponse
Sets enumerates all terminal profiles in the response.
setResults(Collection<TermsAndConditionsLogEntry>) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Sets the full result set responsive to the original request, subject to pagination limits.
setResults(Collection<TermsAndConditionsTemplate>) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
Sets results responsive to a request.
setRoles(Collection<String>) - Method in class com.blockchyp.client.dto.InviteMerchantUserRequest
Sets an optional array of role codes that will be assigned to the user.
setRoles(Collection<String>) - Method in class com.blockchyp.client.dto.MerchantUser
Sets are the role codes assigned to this user.
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.TerminalProfile
Sets the manufacturer's serial number.
setSerialNumber(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the manufacturer's serial number.
setServiceTypeCode(String) - Method in class com.blockchyp.client.dto.HealthcareGroup
Sets the service type code used for Mastercard and Discover IIAS requests.
setShippingAddress(Address) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the address to be used for shipping.
setShippingAddress(Address) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the address to be used for shipping.
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.LocateResponse
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.TermsAndConditionsLogEntry
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.
setSignature(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets the base 64 encoded signature image if the format requested.
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(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the date and time the terminal was first brought online.
setSince(Date) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the timestamp of the last status change.
setSlides(Collection<Slide>) - Method in class com.blockchyp.client.dto.SlideShow
Sets enumerates all slides in the display sequence.
setSlideShowId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the slide show associated with this branding asset, if any.
setSlideShowId(String) - Method in class com.blockchyp.client.dto.SlideShowRequest
Sets id used to track a slide show.
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.MerchantProfile
Sets flag indicating whether or not this merchant support split settlement.
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(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the start date if this asset should be displayed based on a schedule.
setStartDate(String) - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Sets an optional start date for filtering response data.
setStartDate(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets an optional start date for filtering response data.
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.GetMerchantsRequest
Sets starting index for paged results.
setStartIndex(int) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Sets starting index for paged results.
setStartIndex(int) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets starting index for paged results.
setStartIndex(int) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets starting index for paged results.
setStartIndex(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets starting index for paged results.
setStartIndex(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Sets starting index for paged results.
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.
setStartTime(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the start date if this asset should be displayed based on a schedule.
setStateOrProvince(String) - Method in class com.blockchyp.client.dto.Address
Sets the state or province associated with the street address.
setStatus(String) - Method in class com.blockchyp.client.dto.AuthorizationResponse
Sets the current status of a transaction.
setStatus(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the underwriting/processing status for the the merchant.
setStatus(String) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the underwriting/processing status for the the merchant.
setStatus(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the user account status.
setStatus(String) - Method in class com.blockchyp.client.dto.TerminalStatusResponse
Sets the operation that the terminal is performing.
setStatus(String) - Method in class com.blockchyp.client.dto.UploadStatus
Sets the current status of a file upload.
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.MerchantProfile
Sets flag indicating whether or not store and forward is enabled.
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.MerchantProfile
Sets floor limit for store and forward transactions.
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.MerchantProfile
Sets the store number.
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.BrandingAsset
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.BrandingAssetResponse
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.GetMerchantsResponse
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.LocateResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.MediaLibraryResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
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.MerchantUsersResponse
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.SlideShow
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.SlideShowResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.SurveyQuestionResponse
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TerminalProfileResponse
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.TermsAndConditionsLogEntry
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
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.TermsAndConditionsTemplate
Sets whether or not the request succeeded.
setSuccess(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
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.TokenMetadataResponse
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.UploadStatus
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.
setSurveyTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the post transaction survey timeout in seconds.
setSurveyTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets the post transaction survey timeout in seconds.
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.
setTcDisabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets disables terms and conditions pages in the merchant UI.
setTcDisabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets disables terms and conditions pages in the merchant UI.
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.
setTemplateId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Sets id of a single template.
setTerminalGroupId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the terminal group id if this branding asset is specific to a terminal group.
setTerminalHttps(boolean) - Method in class com.blockchyp.client.BlockChypClient
Sets the terminal https flag.
setTerminalId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the terminal id if this branding asset is specific to a single terminal.
setTerminalId(String) - Method in class com.blockchyp.client.dto.ReceiptSuggestions
Sets the ID of the payment terminal.
setTerminalId(String) - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Sets the id assigned by BlockChyp to the terminal.
setTerminalId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogEntry
Sets id of the terminal that captured this terms and conditions entry.
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.LocateRequest
Sets the name of the target payment terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.LocateResponse
Sets the name assigned to the terminal at activation.
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.TerminalActivationRequest
Sets the name to be assigned to the terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Sets the terminal name assigned to the terminal.
setTerminalName(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the name assigned to the terminal during activation.
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.TermsAndConditionsLogEntry
Sets name of the terminal that captured this terms and conditions entry.
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.TerminalProfile
Sets the terminal type.
setTerminalType(String) - Method in class com.blockchyp.client.dto.TerminalVolume
Sets the terminal type.
setTerminalTypeDisplayString(String) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the terminal type display string.
setTerminalUpdateTime(String) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets the terminal firmware update time.
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.AddTestMerchantRequest
Sets whether or not to route transaction to the test gateway.
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.BrandingAsset
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.BrandingAssetRequest
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.GetMerchantsRequest
Sets whether or not to return test or live merchants.
setTest(boolean) - Method in class com.blockchyp.client.dto.GetMerchantsResponse
Sets whether or not these results are for test or live merchants.
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.InviteMerchantUserRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.LinkTokenRequest
Sets whether or not to route transaction to 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.LocateRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.LocateResponse
Sets that the transaction was processed on the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MediaRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantPlatformsResponse
Sets whether or not these results are for test or live merchants.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that the response came from 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.MerchantUser
Sets whether or not these results are for test or live merchants.
setTest(boolean) - Method in class com.blockchyp.client.dto.MerchantUsersResponse
Sets whether or not these results are for test or live merchants.
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.SlideShow
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.SlideShowRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TerminalProfileRequest
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.TermsAndConditionsLogEntry
Sets a flag indicating whether or not the terminal was a test terminal.
setTest(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
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.TermsAndConditionsTemplate
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Sets whether or not to route transaction to 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.TokenMetadataRequest
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.UnlinkTokenRequest
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.UploadMetadata
Sets whether or not to route transaction to the test gateway.
setTest(boolean) - Method in class com.blockchyp.client.dto.UploadStatusRequest
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.
setThumbnail(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets the fully qualified URL of the thumbnail image for this branding asset.
setThumbnailLocation(String) - Method in class com.blockchyp.client.dto.UploadStatus
Sets the url of a thumbnail for the file, if available.
setThumbnailUrl(String) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets the url for to the thumbnail of an image.
setThumbnailUrl(String) - Method in class com.blockchyp.client.dto.Slide
Sets the fully qualified thumbnail url for the slide.
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.LocateResponse
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.AddTestMerchantRequest
Sets the request timeout in seconds.
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.BrandingAsset
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.BrandingAssetRequest
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.GetMerchantsRequest
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.InviteMerchantUserRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.LinkTokenRequest
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.LocateRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MediaRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MerchantPlatform
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.MerchantProfile
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.SlideShow
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.SlideShowRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.SurveyQuestion
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.SurveyQuestionRequest
Sets an optional timeout override.
setTimeout(int) - Method in class com.blockchyp.client.dto.SurveyResultsRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TerminalActivationRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TerminalDeactivationRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TerminalProfileRequest
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.TermsAndConditionsLogRequest
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.TermsAndConditionsTemplate
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
Sets an optional timeout override.
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.UploadMetadata
Sets the request timeout in seconds.
setTimeout(int) - Method in class com.blockchyp.client.dto.UploadStatusRequest
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.LocateResponse
Sets the timestamp of the transaction.
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.TermsAndConditionsLogEntry
Sets date and time the terms and conditions acceptance occurred.
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.MerchantProfile
Sets the merchant's local time zone.
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.
setTipDefaults(Collection<String>) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets three default values for tips.
setTipDefaults(Collection<String>) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets three default values for tips.
setTipEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that tips are enabled for a merchant account.
setTipEnabled(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that tips are enabled for a merchant account.
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.LinkTokenRequest
Sets the token to delete.
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.TokenMetadataRequest
Sets the token to retrieve.
setToken(CustomerToken) - Method in class com.blockchyp.client.dto.TokenMetadataResponse
Sets the token metadata for a given query.
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.UnlinkTokenRequest
Sets the token to delete.
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.
setTotalMemory(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the total memory on the terminal.
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.
setTotalStorage(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the storage on the terminal.
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.SurveyQuestion
Sets the total number of transactions processed during the query period if results are requested.
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.LocateResponse
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.TermsAndConditionsLogEntry
Sets optional transaction id if only log entries related to a transaction should be returned.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogRequest
Sets optional transaction id if only log entries related to a transaction should be returned.
setTransactionId(String) - Method in class com.blockchyp.client.dto.TermsAndConditionsLogResponse
Sets optional transaction id if only log entries related to a transaction should be returned.
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.InviteMerchantUserRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.LinkTokenRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
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.LocateRequest
Sets a user-assigned reference that can be used to recall or reverse transactions.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.LocateResponse
Sets the transaction reference string assigned to the transaction request.
setTransactionRef(String) - Method in class com.blockchyp.client.dto.MerchantPlatformRequest
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.TermsAndConditionsLogEntry
Sets optional transaction ref if the terms and conditions was associated with a transaction.
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.TokenMetadataRequest
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.UnlinkTokenRequest
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.LocateResponse
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.
setType(HealthcareType) - Method in class com.blockchyp.client.dto.HealthcareGroup
Sets the type of healthcare cost.
setType(String) - Method in class com.blockchyp.client.dto.MerchantUser
Sets the type of user account.
setTypes(Collection<HealthcareGroup>) - Method in class com.blockchyp.client.dto.Healthcare
Sets a list of healthcare categories in the transaction.
setUnionPay(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that China Union Pay cards are supported.
setUnionPay(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that China Union Pay cards are supported.
setUnitCode(String) - Method in class com.blockchyp.client.dto.TransactionDisplayItem
Sets an alphanumeric code for units of measurement as used in international trade.
setUploadedAmount(int) - Method in class com.blockchyp.client.dto.UploadStatus
Sets the amount of the file already uploaded.
setUploadId(String) - Method in class com.blockchyp.client.dto.UploadMetadata
Sets optional id used to track status and progress of an upload while in progress.
setUploadId(String) - Method in class com.blockchyp.client.dto.UploadStatusRequest
Sets id used to track status and progress of an upload while in progress.
setUrl(String) - Method in class com.blockchyp.client.dto.PaymentLinkResponse
Sets the url for the payment link.
setUsedMemory(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the memory currently in use on the terminal.
setUsedStorage(int) - Method in class com.blockchyp.client.dto.TerminalProfile
Sets the storage currently in use on the terminal.
setUserId(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets id of the user who created this branding asset, if applicable.
setUserName(String) - Method in class com.blockchyp.client.dto.BrandingAsset
Sets name of the user who created this branding asset, if applicable.
setVideo(boolean) - Method in class com.blockchyp.client.dto.MediaMetadata
Sets an identifier used to flag video files.
setVisa(boolean) - Method in class com.blockchyp.client.dto.MerchantProfile
Sets that Visa cards are supported.
setVisa(boolean) - Method in class com.blockchyp.client.dto.MerchantProfileResponse
Sets that Visa cards are supported.
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.InviteMerchantUserRequest
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.LinkTokenRequest
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.LocateRequest
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.MerchantPlatformRequest
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.TokenMetadataRequest
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.UnlinkTokenRequest
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
 
Slide - Class in com.blockchyp.client.dto
Models a slide within a slide show.
Slide() - Constructor for class com.blockchyp.client.dto.Slide
 
slideShow(SlideShowRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a single slide show with slides.
SlideShow - Class in com.blockchyp.client.dto
Models a media library response.
SlideShow() - Constructor for class com.blockchyp.client.dto.SlideShow
 
SlideShowRequest - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate terminal slide shows.
SlideShowRequest() - Constructor for class com.blockchyp.client.dto.SlideShowRequest
 
SlideShowResponse - Class in com.blockchyp.client.dto
Models a slide show response.
SlideShowResponse() - Constructor for class com.blockchyp.client.dto.SlideShowResponse
 
slideShows(SlideShowRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a collection of slide shows.
SurveyDataPoint - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate survey questions.
SurveyDataPoint() - Constructor for class com.blockchyp.client.dto.SurveyDataPoint
 
surveyQuestion(SurveyQuestionRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a single survey question with response data.
SurveyQuestion - Class in com.blockchyp.client.dto
Models a survey question.
SurveyQuestion() - Constructor for class com.blockchyp.client.dto.SurveyQuestion
 
SurveyQuestionRequest - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate survey questions.
SurveyQuestionRequest() - Constructor for class com.blockchyp.client.dto.SurveyQuestionRequest
 
SurveyQuestionResponse - Class in com.blockchyp.client.dto
Models a survey question response.
SurveyQuestionResponse() - Constructor for class com.blockchyp.client.dto.SurveyQuestionResponse
 
surveyQuestions(SurveyQuestionRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns all survey questions for a given merchant.
surveyResults(SurveyResultsRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns results for a single survey question.
SurveyResultsRequest - Class in com.blockchyp.client.dto
Models a request to retrieve survey results.
SurveyResultsRequest() - Constructor for class com.blockchyp.client.dto.SurveyResultsRequest
 
SystemOutPaymentLogger - Class in com.blockchyp.client
Very minimal implementation of PaymentLogger.
SystemOutPaymentLogger() - Constructor for class com.blockchyp.client.SystemOutPaymentLogger
 

T

tcDeleteTemplate(TermsAndConditionsTemplateRequest) - Method in class com.blockchyp.client.BlockChypClient
Deletes a single terms and conditions template.
tcEntry(TermsAndConditionsLogRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a single detailed Terms and Conditions entry.
tcLog(TermsAndConditionsLogRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns up to 250 entries from the Terms and Conditions log.
tcTemplate(TermsAndConditionsTemplateRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a single terms and conditions template.
tcTemplates(TermsAndConditionsTemplateRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns a list of terms and conditions templates associated with a merchant account.
tcUpdateTemplate(TermsAndConditionsTemplate) - Method in class com.blockchyp.client.BlockChypClient
Updates or creates a terms and conditions template.
TerminalActivationRequest - Class in com.blockchyp.client.dto
Models a terminal activation request.
TerminalActivationRequest() - Constructor for class com.blockchyp.client.dto.TerminalActivationRequest
 
terminalBranding(BrandingAssetRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns the terminal branding stack for a given set of API credentials.
TerminalDeactivationRequest - Class in com.blockchyp.client.dto
Models a terminal deactivation request.
TerminalDeactivationRequest() - Constructor for class com.blockchyp.client.dto.TerminalDeactivationRequest
 
TerminalProfile - Class in com.blockchyp.client.dto
Details about a merchant board platform configuration.
TerminalProfile() - Constructor for class com.blockchyp.client.dto.TerminalProfile
 
TerminalProfileRequest - Class in com.blockchyp.client.dto
Models a terminal profile request.
TerminalProfileRequest() - Constructor for class com.blockchyp.client.dto.TerminalProfileRequest
 
TerminalProfileResponse - Class in com.blockchyp.client.dto
Models a terminal profile response.
TerminalProfileResponse() - Constructor for class com.blockchyp.client.dto.TerminalProfileResponse
 
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
 
terminals(TerminalProfileRequest) - Method in class com.blockchyp.client.BlockChypClient
Returns all terminals associated with the merchant account.
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.
TermsAndConditionsLogEntry - Class in com.blockchyp.client.dto
Models a Terms and Conditions log entry.
TermsAndConditionsLogEntry() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsLogEntry
 
TermsAndConditionsLogRequest - Class in com.blockchyp.client.dto
Models a Terms and Conditions history request.
TermsAndConditionsLogRequest() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsLogRequest
 
TermsAndConditionsLogResponse - Class in com.blockchyp.client.dto
Models a Terms and Conditions history request.
TermsAndConditionsLogResponse() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsLogResponse
 
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
 
TermsAndConditionsTemplate - Class in com.blockchyp.client.dto
Models a full terms and conditions template.
TermsAndConditionsTemplate() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsTemplate
 
TermsAndConditionsTemplateRequest - Class in com.blockchyp.client.dto
Models a request to retrieve or manipulate terms and conditions data.
TermsAndConditionsTemplateRequest() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsTemplateRequest
 
TermsAndConditionsTemplateResponse - Class in com.blockchyp.client.dto
Models a set of templates responsive to a request.
TermsAndConditionsTemplateResponse() - Constructor for class com.blockchyp.client.dto.TermsAndConditionsTemplateResponse
 
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
 
toFullyQualifiedDashboardPath(String) - Method in class com.blockchyp.client.BlockChypClient
Converts path to the fully qualified URL for a dashboard API call.
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.
tokenMetadata(TokenMetadataRequest) - Method in class com.blockchyp.client.BlockChypClient
Retrieves payment token metadata.
TokenMetadataRequest - Class in com.blockchyp.client.dto
Retrieves token metadata.
TokenMetadataRequest() - Constructor for class com.blockchyp.client.dto.TokenMetadataRequest
 
TokenMetadataResponse - Class in com.blockchyp.client.dto
Models a payment token metadata response.
TokenMetadataResponse() - Constructor for class com.blockchyp.client.dto.TokenMetadataResponse
 
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

unlinkToken(UnlinkTokenRequest) - Method in class com.blockchyp.client.BlockChypClient
Removes a link between a customer and a token.
UnlinkTokenRequest - Class in com.blockchyp.client.dto
Removes a link between a payment token with a customer record, if one exists.
UnlinkTokenRequest() - Constructor for class com.blockchyp.client.dto.UnlinkTokenRequest
 
updateBrandingAsset(BrandingAsset) - Method in class com.blockchyp.client.BlockChypClient
Updates a branding asset.
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
 
updateMerchant(MerchantProfile) - Method in class com.blockchyp.client.BlockChypClient
Adds or updates a merchant account.
updateMerchantPlatforms(MerchantPlatform) - Method in class com.blockchyp.client.BlockChypClient
List all merchant platforms configured for a gateway merchant.
updateSlideShow(SlideShow) - Method in class com.blockchyp.client.BlockChypClient
Updates or creates a slide show.
updateSurveyQuestion(SurveyQuestion) - Method in class com.blockchyp.client.BlockChypClient
Updates or creates a survey question.
updateTransactionDisplay(TransactionDisplayRequest) - Method in class com.blockchyp.client.BlockChypClient
Appends items to an existing transaction display.
uploadMedia(UploadMetadata, InputStream) - Method in class com.blockchyp.client.BlockChypClient
Uploads a media asset to the media library.
UploadMetadata - Class in com.blockchyp.client.dto
Models information needed to process a file upload.
UploadMetadata() - Constructor for class com.blockchyp.client.dto.UploadMetadata
 
uploadStatus(UploadStatusRequest) - Method in class com.blockchyp.client.BlockChypClient
Retrieves the current status of a file upload.
UploadStatus - Class in com.blockchyp.client.dto
Models the current status of a file upload.
UploadStatus() - Constructor for class com.blockchyp.client.dto.UploadStatus
 
UploadStatusRequest - Class in com.blockchyp.client.dto
Used to request the status of a file upload.
UploadStatusRequest() - Constructor for class com.blockchyp.client.dto.UploadStatusRequest
 

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.HealthcareType
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.
valueOf(String) - Static method in enum com.blockchyp.client.dto.Weekday
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.HealthcareType
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.
values() - Static method in enum com.blockchyp.client.dto.Weekday
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

Weekday - Enum in com.blockchyp.client.dto
 
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 © 2022 BlockChyp, Inc.. All rights reserved.