Tabnine Logo
TransactionRequest.getDescription
Code IndexAdd Tabnine to your IDE (free)

How to use
getDescription
method
in
com.aoindustries.creditcards.TransactionRequest

Best Java code snippets using com.aoindustries.creditcards.TransactionRequest.getDescription (Showing top 4 results out of 315)

origin: com.aoindustries/ao-credit-cards-authorizeNet

addField(querySB, "x_duplicate_window", transactionRequest.getDuplicateWindow());
addField(querySB, "x_invoice_num", transactionRequest.getInvoiceNumber());
addField(querySB, "x_description", transactionRequest.getDescription());
origin: com.aoindustries/ao-credit-cards-usaepay

String description = transactionRequest.getDescription();
if(description != null && description.length()>0) request.put("UMdescription", description);
origin: com.aoindustries/ao-credit-cards-stripe

addParam(false, chargeParams, "description", transactionRequest.getDescription());
addParam(false, chargeParams, "metadata", makeMetadata(transactionRequest, creditCard, false));
addParam(false, chargeParams, "capture", capture);
origin: com.aoindustries/ao-credit-cards-payflowPro

String invnum = transactionRequest.getInvoiceNumber();
if(invnum!=null && invnum.length()>0) invoice.setInvNum(invnum);
String comment1 = transactionRequest.getDescription();
if(comment1 != null && comment1.length()>0) invoice.setComment1("Transaction Description: "+comment1);
String comment2 = creditCard.getComments();
com.aoindustries.creditcardsTransactionRequestgetDescription

Popular methods of TransactionRequest

  • getAmount
  • getCurrency
  • getOrderNumber
  • getShippingAmount
  • getShippingCity
  • getShippingCountryCode
  • getShippingFirstName
  • getShippingLastName
  • getShippingPostalCode
  • getShippingState
  • getShippingStreetAddress1
  • getShippingStreetAddress2
  • getShippingStreetAddress1,
  • getShippingStreetAddress2,
  • getTaxAmount,
  • getCustomerIp,
  • getDutyAmount,
  • getInvoiceNumber,
  • getPurchaseOrderNumber,
  • getTaxExempt,
  • getTestMode

Popular in Java

  • Parsing JSON documents to java classes using gson
  • findViewById (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now