Examples of AmexLineItem


Examples of com.mes.sdk.gateway.Level3.AmexLineItem

      .setParameter("invoice_number", "123456")
      .setParameter("client_reference_number", "Java SDK Test")

      // Add two line items
      .addLineItem(
          new AmexLineItem()
            .itemDescription("Carbon Dioxide")
            .quantity(1)
            .unitCost("0.00")
          )
      .addLineItem(
          new AmexLineItem()
            .itemDescription("Carbonite Chamber")
            .quantity(1)
            .unitCost("0.00")
          )
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.