public class AuthorizationRequest extends PaymentRequest
| Constructor and Description |
|---|
AuthorizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getAltPrices()
Returns a map of alternate currencies to their prices in each currency.
|
String |
getDescription()
Returns the transaction description.
|
boolean |
isEnroll()
Returns the enroll flag.
|
boolean |
isPromptForTip()
Returns the prompt for tip flag.
|
void |
setAltPrices(Map altPrices)
A Map<String, String> that maps alternate currencies to their prices in each currency.
|
void |
setDescription(String description)
Sets the transaction description.
|
void |
setEnroll(boolean enroll)
Sets the enroll flag.
|
void |
setPromptForTip(boolean promptForTip)
Sets the prompt for tip flag.
|
getAddress, getCardholderName, getCvv, getExpMonth, getExpYear, getPan, getPostalCode, getRoutingNumber, getSigFile, getSigFormat, getSigWidth, getTerminalName, getToken, getTrack1, getTrack2, isManualEntry, setAddress, setCardholderName, setCvv, setExpMonth, setExpYear, setManualEntry, setPan, setPostalCode, setRoutingNumber, setSigFile, setSigFormat, setSigWidth, setTerminalName, setToken, setTrack1, setTrack2getAmount, getCurrencyCode, getTaxAmount, getTipAmount, isTaxExempt, setAmount, setCurrencyCode, setTaxAmount, setTaxExempt, setTipAmountgetDestinationAccount, getTimeout, getTransactionRef, isTest, setDestinationAccount, setTest, setTimeout, setTransactionRefpublic boolean isEnroll()
public void setEnroll(boolean enroll)
enroll - the enroll flag.public String getDescription()
public void setDescription(String description)
description - transaction description.public boolean isPromptForTip()
public void setPromptForTip(boolean promptForTip)
promptForTip - prompt for tip flag.public Map getAltPrices()
public void setAltPrices(Map altPrices)
altPrices - - a Map of strings to strings. In Java 1.7, it would be Map<String, String>.Copyright © 2019 BlockChyp, Inc.. All rights reserved.