diff --git a/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java b/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java
index abbe0c4d..cfcb11e3 100644
--- a/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -67,6 +67,7 @@
ARBGetSubscriptionListRequest.class,
GetHostedProfilePageRequest.class,
CreateCustomerProfileTransactionRequest.class,
+ UpdateMerchantDetailsRequest.class,
CreateTransactionRequest.class,
DeleteCustomerProfileRequest.class,
GetAUJobDetailsRequest.class,
@@ -87,6 +88,7 @@
SendCustomerTransactionReceiptRequest.class,
LogoutRequest.class,
GetUnsettledTransactionListRequest.class,
+ SecurePaymentContainerRequest.class,
ARBGetSubscriptionRequest.class,
DecryptPaymentDataRequest.class,
GetCustomerShippingAddressRequest.class,
diff --git a/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java b/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java
index 5bc5bc9f..86283f6b 100644
--- a/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -59,7 +59,9 @@
UpdateCustomerPaymentProfileResponse.class,
ARBCancelSubscriptionResponse.class,
AuthenticateTestResponse.class,
+ SecurePaymentContainerResponse.class,
ARBCreateSubscriptionResponse.class,
+ UpdateMerchantDetailsResponse.class,
GetTransactionDetailsResponse.class,
LogoutResponse.class,
GetCustomerPaymentProfileResponse.class,
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java
index 1ed74f3d..09fd8140 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java
index cd64b3d1..f9f822ce 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java
index dc9f0d31..b32197f6 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java
index a701ba9d..71c1b9d0 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java
index ea600fd4..f0e16789 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java
index 7e34a06a..24823397 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java
index 79f4f2cd..fcd3d27b 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java
index 876d34ef..81b1bb2d 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java
index 1ee3019b..d65f604f 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java
index 4b1346e5..ee20c615 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -26,6 +26,7 @@
* <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
* <sequence>
* <element name="subscriptionId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
+ * <element name="includeTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -36,7 +37,8 @@
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
- "subscriptionId"
+ "subscriptionId",
+ "includeTransactions"
})
@XmlRootElement(name = "ARBGetSubscriptionRequest")
public class ARBGetSubscriptionRequest
@@ -45,6 +47,7 @@ public class ARBGetSubscriptionRequest
@XmlElement(required = true)
protected String subscriptionId;
+ protected Boolean includeTransactions;
/**
* Gets the value of the subscriptionId property.
@@ -70,4 +73,28 @@ public void setSubscriptionId(String value) {
this.subscriptionId = value;
}
+ /**
+ * Gets the value of the includeTransactions property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isIncludeTransactions() {
+ return includeTransactions;
+ }
+
+ /**
+ * Sets the value of the includeTransactions property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Boolean }
+ *
+ */
+ public void setIncludeTransactions(Boolean value) {
+ this.includeTransactions = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java
index 93ff28ff..503e3a90 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java
index 7751276b..7fa8d192 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java
index 445ba46d..4d197987 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java
index 8d342968..af4819f0 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -52,6 +52,7 @@
* <element name="status" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionStatusEnum" minOccurs="0"/>
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionCustomerProfileType" minOccurs="0"/>
* <element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderType" minOccurs="0"/>
+ * <element name="arbTransactions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBTransactionList" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -68,7 +69,8 @@
"trialAmount",
"status",
"profile",
- "order"
+ "order",
+ "arbTransactions"
})
public class ARBSubscriptionMaskedType {
@@ -80,6 +82,7 @@ public class ARBSubscriptionMaskedType {
protected ARBSubscriptionStatusEnum status;
protected SubscriptionCustomerProfileType profile;
protected OrderType order;
+ protected ARBTransactionList arbTransactions;
/**
* Gets the value of the name property.
@@ -249,4 +252,28 @@ public void setOrder(OrderType value) {
this.order = value;
}
+ /**
+ * Gets the value of the arbTransactions property.
+ *
+ * @return
+ * possible object is
+ * {@link ARBTransactionList }
+ *
+ */
+ public ARBTransactionList getArbTransactions() {
+ return arbTransactions;
+ }
+
+ /**
+ * Sets the value of the arbTransactions property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ARBTransactionList }
+ *
+ */
+ public void setArbTransactions(ARBTransactionList value) {
+ this.arbTransactions = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java
index c359a7ee..e52fd93d 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java
index aa34591e..58bde8ba 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java
index 63597e61..5056508c 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java b/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java
new file mode 100644
index 00000000..8ccfb1ce
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java
@@ -0,0 +1,74 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
arbTransaction;
+
+ /**
+ * Gets the value of the arbTransaction property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the arbTransaction property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getArbTransaction().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link ArbTransaction }
+ *
+ *
+ */
+ public List getArbTransaction() {
+ if (arbTransaction == null) {
+ arbTransaction = new ArrayList();
+ }
+ return this.arbTransaction;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java
index 5b445b5f..041757f3 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java
index c254d151..6a7f274e 100644
--- a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java
index 8e1f8ebd..271192dc 100644
--- a/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java
index 6004483b..a53f6517 100644
--- a/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java b/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java
index 5766130c..8b94a523 100644
--- a/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java b/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java
new file mode 100644
index 00000000..7492439e
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java
@@ -0,0 +1,178 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.datatype.XMLGregorianCalendar;
+
+
+/**
+ * Java class for arbTransaction complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="arbTransaction">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
+ * <element name="response" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ * <element name="payNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * <element name="attemptNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "arbTransaction", propOrder = {
+ "transId",
+ "response",
+ "submitTimeUTC",
+ "payNum",
+ "attemptNum"
+})
+public class ArbTransaction {
+
+ protected String transId;
+ protected String response;
+ @XmlSchemaType(name = "dateTime")
+ protected XMLGregorianCalendar submitTimeUTC;
+ protected Integer payNum;
+ protected Integer attemptNum;
+
+ /**
+ * Gets the value of the transId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getTransId() {
+ return transId;
+ }
+
+ /**
+ * Sets the value of the transId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setTransId(String value) {
+ this.transId = value;
+ }
+
+ /**
+ * Gets the value of the response property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getResponse() {
+ return response;
+ }
+
+ /**
+ * Sets the value of the response property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setResponse(String value) {
+ this.response = value;
+ }
+
+ /**
+ * Gets the value of the submitTimeUTC property.
+ *
+ * @return
+ * possible object is
+ * {@link XMLGregorianCalendar }
+ *
+ */
+ public XMLGregorianCalendar getSubmitTimeUTC() {
+ return submitTimeUTC;
+ }
+
+ /**
+ * Sets the value of the submitTimeUTC property.
+ *
+ * @param value
+ * allowed object is
+ * {@link XMLGregorianCalendar }
+ *
+ */
+ public void setSubmitTimeUTC(XMLGregorianCalendar value) {
+ this.submitTimeUTC = value;
+ }
+
+ /**
+ * Gets the value of the payNum property.
+ *
+ * @return
+ * possible object is
+ * {@link Integer }
+ *
+ */
+ public Integer getPayNum() {
+ return payNum;
+ }
+
+ /**
+ * Sets the value of the payNum property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Integer }
+ *
+ */
+ public void setPayNum(Integer value) {
+ this.payNum = value;
+ }
+
+ /**
+ * Gets the value of the attemptNum property.
+ *
+ * @return
+ * possible object is
+ * {@link Integer }
+ *
+ */
+ public Integer getAttemptNum() {
+ return attemptNum;
+ }
+
+ /**
+ * Sets the value of the attemptNum property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Integer }
+ *
+ */
+ public void setAttemptNum(Integer value) {
+ this.attemptNum = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfAUResponseType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfAUResponseType.java
index 56740cb2..72917379 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfAUResponseType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfAUResponseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchDetailsType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchDetailsType.java
index 4bea10f4..8de558ee 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchDetailsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchDetailsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchStatisticType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchStatisticType.java
index 85f7cb86..40f16c87 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchStatisticType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfBatchStatisticType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java
new file mode 100644
index 00000000..e3376e0a
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java
@@ -0,0 +1,76 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for ArrayOfCardType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="ArrayOfCardType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="cardType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="30" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ArrayOfCardType", propOrder = {
+ "cardType"
+})
+public class ArrayOfCardType {
+
+ @XmlElement(nillable = true)
+ protected List cardType;
+
+ /**
+ * Gets the value of the cardType property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the cardType property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getCardType().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
+ *
+ *
+ */
+ public List getCardType() {
+ if (cardType == null) {
+ cardType = new ArrayList();
+ }
+ return this.cardType;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfCurrencyCode.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfCurrencyCode.java
index aa1339b9..ed5541a6 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfCurrencyCode.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfCurrencyCode.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfCustomerPaymentProfileListItemType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfCustomerPaymentProfileListItemType.java
index e1e76e8d..578e32d7 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfCustomerPaymentProfileListItemType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfCustomerPaymentProfileListItemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfFDSFilter.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfFDSFilter.java
index 467f3cbc..496d86ef 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfFDSFilter.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfFDSFilter.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfFraudFilterType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfFraudFilterType.java
index 9491d20b..c801cfbc 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfFraudFilterType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfFraudFilterType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfLineItem.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfLineItem.java
index 6af71f35..d115a311 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfLineItem.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfLineItem.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfLong.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfLong.java
index 633c9547..05c6183b 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfLong.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfLong.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfMarketType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfMarketType.java
index 6a8f22eb..e4681f10 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfMarketType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfMarketType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfNumericString.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfNumericString.java
index 014da8e0..65d9c20a 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfNumericString.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfNumericString.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfPaymentMethod.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfPaymentMethod.java
index ff3fb025..0d3e8148 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfPaymentMethod.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfPaymentMethod.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfPermissionType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfPermissionType.java
index cb8a3756..497859db 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfPermissionType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfPermissionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfProcessorType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfProcessorType.java
index 1acbe20f..19af3207 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfProcessorType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfProcessorType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfProductCode.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfProductCode.java
index 4d2e8cbf..4e3ed1e1 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfProductCode.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfProductCode.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfReturnedItem.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfReturnedItem.java
index c4a3553a..3c920a30 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfReturnedItem.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfReturnedItem.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfSetting.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfSetting.java
index 359d9379..0b2f0cdb 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfSetting.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfSetting.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfString.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfString.java
index 63cad751..aa00d3ec 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfString.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfString.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfSubscription.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfSubscription.java
index fdd70672..caa6b44b 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfSubscription.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfSubscription.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfTransactionSummaryType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfTransactionSummaryType.java
index 4947622d..e4e5380a 100644
--- a/src/main/java/net/authorize/api/contract/v1/ArrayOfTransactionSummaryType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfTransactionSummaryType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java b/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java
index 2ad0c8a6..e9ad15b7 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java b/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java
index d6214bdf..bc6484c8 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuResponseType.java b/src/main/java/net/authorize/api/contract/v1/AuResponseType.java
index 9e981a1d..4f0807aa 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuResponseType.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuResponseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java b/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java
index 020c1c75..853a58f7 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java
index b490acde..306b8e53 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java
index 5361ac57..672f7e2d 100644
--- a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java b/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java
index a31a7295..748c0bd5 100644
--- a/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/BankAccountType.java b/src/main/java/net/authorize/api/contract/v1/BankAccountType.java
index c6492f87..5a1b8a29 100644
--- a/src/main/java/net/authorize/api/contract/v1/BankAccountType.java
+++ b/src/main/java/net/authorize/api/contract/v1/BankAccountType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java
index 7d69cdce..4ef62f7c 100644
--- a/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java b/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java
index 37721f8b..79762e10 100644
--- a/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java b/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java
index a225eb74..4eaf3813 100644
--- a/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java
+++ b/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CardArt.java b/src/main/java/net/authorize/api/contract/v1/CardArt.java
index c567b8cd..c1e176bc 100644
--- a/src/main/java/net/authorize/api/contract/v1/CardArt.java
+++ b/src/main/java/net/authorize/api/contract/v1/CardArt.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java
index f06021d6..07a5b369 100644
--- a/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java b/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java
index 4f08c634..e861a797 100644
--- a/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java
index 77df1d4d..41ffa468 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java
index 7134d3e4..2593d821 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java
index 12558919..d883aaf9 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java
index 04ae5aae..4fb54d48 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java
index 32cfcc33..703ab9dd 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java
index e0e8937c..74fedd69 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java
index 307861ab..59ea2e4c 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java
index 4e32af7c..a355563e 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java
index 38ff4218..846e2007 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java
index a1d25624..365b2b21 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java
index ff7e1782..959a76a9 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java
index 9e57fbda..3e604719 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java b/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java
index fed66f9b..e2971af0 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -41,6 +41,13 @@
* </element>
* <element name="cardType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="cardArt" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardArt" minOccurs="0"/>
+ * <element name="issuerNumber" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <length value="6"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
* </sequence>
* </restriction>
* </complexContent>
@@ -54,7 +61,8 @@
"cardNumber",
"expirationDate",
"cardType",
- "cardArt"
+ "cardArt",
+ "issuerNumber"
})
public class CreditCardMaskedType {
@@ -64,6 +72,7 @@ public class CreditCardMaskedType {
protected String expirationDate;
protected String cardType;
protected CardArt cardArt;
+ protected String issuerNumber;
/**
* Gets the value of the cardNumber property.
@@ -161,4 +170,28 @@ public void setCardArt(CardArt value) {
this.cardArt = value;
}
+ /**
+ * Gets the value of the issuerNumber property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getIssuerNumber() {
+ return issuerNumber;
+ }
+
+ /**
+ * Sets the value of the issuerNumber property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setIssuerNumber(String value) {
+ this.issuerNumber = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java b/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java
index 8473208d..75444e14 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java b/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java
index 02c19d90..301d8bdc 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CreditCardType.java b/src/main/java/net/authorize/api/contract/v1/CreditCardType.java
index f99bcb39..a458c114 100644
--- a/src/main/java/net/authorize/api/contract/v1/CreditCardType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CreditCardType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java b/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java
index a620568d..e22dc61a 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java b/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java
index 700815b7..62698c74 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java b/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java
index fdc0c182..3b18e8a6 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java
index ac287f71..f379782a 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java
index 3cb2ad08..9816145a 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java
index ba82137f..3c7a0397 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java
index ca3c31a9..3128f9da 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java
index a1727e3d..3ed95b47 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java
index 0466e728..a060b2e5 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java
index 9b753663..cd8c6b0c 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java
index e3268e2c..3142ffe8 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java
index e7f32021..62386ea4 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java
index f6da92ae..0ccf49e0 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java
index d3008a96..75b8c4c6 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileMaskedType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileMaskedType.java
index a20c7ec1..a439aaa1 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java
index c7648559..22eb4384 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java
index 6769fb3d..ab86d7c5 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileType.java
index 11168779..3361e1ac 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerType.java b/src/main/java/net/authorize/api/contract/v1/CustomerType.java
index c1d64d52..06d7b6cc 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerType.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java
index dda4a553..cd29d5ee 100644
--- a/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java
index 1ffe409d..8f1c32c7 100644
--- a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java
index 74316b26..82b0b0a1 100644
--- a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java
index 3ffb00a3..1cc88431 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java
index f167769e..209129b2 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java
index 6471216a..f009b293 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java
index 576b3ba5..43e96d00 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java
index a3d433fe..89733daa 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java
index 32f55505..573063d9 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java b/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java
index b480f5f6..5fe1a43f 100644
--- a/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java b/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java
index dedd48a6..52ef8bdb 100644
--- a/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java b/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java
index e3abe85c..c9fcae72 100644
--- a/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java
+++ b/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java
index 89216e28..5334a039 100644
--- a/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java b/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java
index 002c1db9..f298b713 100644
--- a/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EmvTag.java b/src/main/java/net/authorize/api/contract/v1/EmvTag.java
index 9936b66b..6d13ecf1 100644
--- a/src/main/java/net/authorize/api/contract/v1/EmvTag.java
+++ b/src/main/java/net/authorize/api/contract/v1/EmvTag.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EncodingType.java b/src/main/java/net/authorize/api/contract/v1/EncodingType.java
index c92a801d..640025b4 100644
--- a/src/main/java/net/authorize/api/contract/v1/EncodingType.java
+++ b/src/main/java/net/authorize/api/contract/v1/EncodingType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java b/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java
index dcc60631..4d8c8427 100644
--- a/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java
+++ b/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java b/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java
index f4ee0da9..0f93c752 100644
--- a/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java
+++ b/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/EnumCollection.java b/src/main/java/net/authorize/api/contract/v1/EnumCollection.java
index d2f712ab..a587888f 100644
--- a/src/main/java/net/authorize/api/contract/v1/EnumCollection.java
+++ b/src/main/java/net/authorize/api/contract/v1/EnumCollection.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java b/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java
index 59839362..a9ae54b2 100644
--- a/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java b/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java
index ca7be460..d9c5e759 100644
--- a/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java b/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java
index 8b5a6c65..17d3a5a5 100644
--- a/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java
+++ b/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java b/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java
index 2fd6bc1e..83c2cb6c 100644
--- a/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java
+++ b/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java b/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java
index 2434e4be..fe1d8be7 100644
--- a/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java
+++ b/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java
index e1ff6d9d..6e940811 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java
index 44f6621f..9461afc6 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java
index 091068f9..11912930 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java
index 3f0a6b50..8c20fbf8 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java
index ad9243aa..8ed278db 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java
index fe3c1b09..45661ebb 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java
index c6211838..aa53208e 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java
index c877da29..99efbecc 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java
index 45d4026b..91480a09 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -28,6 +28,7 @@
* <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
* <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
* <element name="unmaskExpirationDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeIssuerInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -40,7 +41,8 @@
@XmlType(name = "", propOrder = {
"customerProfileId",
"customerPaymentProfileId",
- "unmaskExpirationDate"
+ "unmaskExpirationDate",
+ "includeIssuerInfo"
})
@XmlRootElement(name = "getCustomerPaymentProfileRequest")
public class GetCustomerPaymentProfileRequest
@@ -51,6 +53,7 @@ public class GetCustomerPaymentProfileRequest
protected String customerProfileId;
protected String customerPaymentProfileId;
protected Boolean unmaskExpirationDate;
+ protected Boolean includeIssuerInfo;
/**
* Gets the value of the customerProfileId property.
@@ -124,4 +127,28 @@ public void setUnmaskExpirationDate(Boolean value) {
this.unmaskExpirationDate = value;
}
+ /**
+ * Gets the value of the includeIssuerInfo property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isIncludeIssuerInfo() {
+ return includeIssuerInfo;
+ }
+
+ /**
+ * Sets the value of the includeIssuerInfo property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Boolean }
+ *
+ */
+ public void setIncludeIssuerInfo(Boolean value) {
+ this.includeIssuerInfo = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java
index d304855b..2452dfaf 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java
index 60927ae0..45527fff 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java
index 92dc4236..81ef85c0 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java
index 91249080..d0b2caec 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -34,6 +34,7 @@
* </element>
* <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="unmaskExpirationDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeIssuerInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -47,7 +48,8 @@
"customerProfileId",
"merchantCustomerId",
"email",
- "unmaskExpirationDate"
+ "unmaskExpirationDate",
+ "includeIssuerInfo"
})
@XmlRootElement(name = "getCustomerProfileRequest")
public class GetCustomerProfileRequest
@@ -58,6 +60,7 @@ public class GetCustomerProfileRequest
protected String merchantCustomerId;
protected String email;
protected Boolean unmaskExpirationDate;
+ protected Boolean includeIssuerInfo;
/**
* Gets the value of the customerProfileId property.
@@ -155,4 +158,28 @@ public void setUnmaskExpirationDate(Boolean value) {
this.unmaskExpirationDate = value;
}
+ /**
+ * Gets the value of the includeIssuerInfo property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isIncludeIssuerInfo() {
+ return includeIssuerInfo;
+ }
+
+ /**
+ * Sets the value of the includeIssuerInfo property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Boolean }
+ *
+ */
+ public void setIncludeIssuerInfo(Boolean value) {
+ this.includeIssuerInfo = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java
index 8bbbd6fe..5c142c24 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java
index b3b43ffe..292d65eb 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java
index 45f22468..4664e1c5 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java
index 5e55eb99..223ac766 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java
index 27c1eeb4..230dce64 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java
index 7fa13e1d..0d51377b 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java
index ac0674dd..ecd024d1 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java
index 6883630f..d506def2 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java
index 2e6fbc09..d4060e44 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -33,6 +33,7 @@
* <element name="productCodes" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfProductCode"/>
* <element name="paymentMethods" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfPaymentMethod"/>
* <element name="currencies" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfCurrencyCode"/>
+ * <element name="publicClientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -50,7 +51,8 @@
"marketTypes",
"productCodes",
"paymentMethods",
- "currencies"
+ "currencies",
+ "publicClientKey"
})
@XmlRootElement(name = "getMerchantDetailsResponse")
public class GetMerchantDetailsResponse
@@ -72,6 +74,7 @@ public class GetMerchantDetailsResponse
protected ArrayOfPaymentMethod paymentMethods;
@XmlElement(required = true)
protected ArrayOfCurrencyCode currencies;
+ protected String publicClientKey;
/**
* Gets the value of the isTestMode property.
@@ -265,4 +268,28 @@ public void setCurrencies(ArrayOfCurrencyCode value) {
this.currencies = value;
}
+ /**
+ * Gets the value of the publicClientKey property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPublicClientKey() {
+ return publicClientKey;
+ }
+
+ /**
+ * Sets the value of the publicClientKey property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPublicClientKey(String value) {
+ this.publicClientKey = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java
index af949cab..6f9c63b1 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java
index 79bc89e1..3eda516e 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java
index 4366ea93..f6756f2f 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java
index 4e59a35f..f3ffb856 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java b/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java
index b5a1c7c7..577c4a8f 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java b/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java
index 2c6aa573..c8387bc4 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java b/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java
index dd963e87..627324d9 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java
index 4d6afa46..6820f696 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java
index a753b4a1..ac0ddba8 100644
--- a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java b/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java
index e5083aaf..1229602a 100644
--- a/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java
+++ b/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java b/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java
index 81d8bb7e..1ddb1f84 100644
--- a/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java b/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java
index 6394de29..3e796102 100644
--- a/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java b/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java
index 27b62855..643b5b25 100644
--- a/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/KeyBlock.java b/src/main/java/net/authorize/api/contract/v1/KeyBlock.java
index 65063c32..7ff5def4 100644
--- a/src/main/java/net/authorize/api/contract/v1/KeyBlock.java
+++ b/src/main/java/net/authorize/api/contract/v1/KeyBlock.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java b/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java
index ec26a819..92c64b0c 100644
--- a/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java
+++ b/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/KeyValue.java b/src/main/java/net/authorize/api/contract/v1/KeyValue.java
index b9883b27..7a5b9bfc 100644
--- a/src/main/java/net/authorize/api/contract/v1/KeyValue.java
+++ b/src/main/java/net/authorize/api/contract/v1/KeyValue.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/LineItemType.java b/src/main/java/net/authorize/api/contract/v1/LineItemType.java
index c409de0d..086d08b0 100644
--- a/src/main/java/net/authorize/api/contract/v1/LineItemType.java
+++ b/src/main/java/net/authorize/api/contract/v1/LineItemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ListOfAUDetailsType.java b/src/main/java/net/authorize/api/contract/v1/ListOfAUDetailsType.java
index a282873c..7be65a6f 100644
--- a/src/main/java/net/authorize/api/contract/v1/ListOfAUDetailsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ListOfAUDetailsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java b/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java
index e16b5062..092f9f60 100644
--- a/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java b/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java
index c2aa9bdf..cfe1c7b1 100644
--- a/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java b/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java
index 16c2a77a..1ba898bc 100644
--- a/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java
+++ b/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -49,6 +49,7 @@
* <element name="impersonationAuthentication" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}impersonationAuthenticationType" minOccurs="0"/>
* <element name="fingerPrint" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fingerPrintType" minOccurs="0"/>
* <element name="clientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="accessToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </choice>
* <element name="mobileDeviceId" minOccurs="0">
* <simpleType>
@@ -74,6 +75,7 @@
"impersonationAuthentication",
"fingerPrint",
"clientKey",
+ "accessToken",
"mobileDeviceId"
})
public class MerchantAuthenticationType {
@@ -85,6 +87,7 @@ public class MerchantAuthenticationType {
protected ImpersonationAuthenticationType impersonationAuthentication;
protected FingerPrintType fingerPrint;
protected String clientKey;
+ protected String accessToken;
protected String mobileDeviceId;
/**
@@ -255,6 +258,30 @@ public void setClientKey(String value) {
this.clientKey = value;
}
+ /**
+ * Gets the value of the accessToken property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getAccessToken() {
+ return accessToken;
+ }
+
+ /**
+ * Sets the value of the accessToken property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setAccessToken(String value) {
+ this.accessToken = value;
+ }
+
/**
* Gets the value of the mobileDeviceId property.
*
diff --git a/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java b/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java
index ce0a382a..ee817bbb 100644
--- a/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java
+++ b/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java
index d018843a..99df03e6 100644
--- a/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MessagesType.java b/src/main/java/net/authorize/api/contract/v1/MessagesType.java
index 7f716428..63ce1fa4 100644
--- a/src/main/java/net/authorize/api/contract/v1/MessagesType.java
+++ b/src/main/java/net/authorize/api/contract/v1/MessagesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java
index 949b12e8..7c94312d 100644
--- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java
index b295d0ac..04178ea9 100644
--- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java
index 3efb7c1d..e78e1bba 100644
--- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java
index cbe49225..915ba9ca 100644
--- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java b/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java
index f92e2ef2..c882c5c0 100644
--- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java
+++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java b/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java
index 2cb382bb..70957af6 100644
--- a/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java
+++ b/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java b/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java
index 7748b312..d2b76030 100644
--- a/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java
+++ b/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -129,7 +129,14 @@ public TransactionResponse.Messages createTransactionResponseMessages() {
}
/**
+ * Create an instance of {@link WebCheckOutDataType }
+ *
+ */
+ public WebCheckOutDataType createWebCheckOutDataType() {
+ return new WebCheckOutDataType();
+ }
+ /**
* Create an instance of {@link MessagesType }
*
*/
@@ -433,6 +440,14 @@ public DeleteCustomerProfileResponse createDeleteCustomerProfileResponse() {
return new DeleteCustomerProfileResponse();
}
+ /**
+ * Create an instance of {@link SecurePaymentContainerRequest }
+ *
+ */
+ public SecurePaymentContainerRequest createSecurePaymentContainerRequest() {
+ return new SecurePaymentContainerRequest();
+ }
+
/**
* Create an instance of {@link GetUnsettledTransactionListRequest }
*
@@ -857,6 +872,14 @@ public GetCustomerProfileRequest createGetCustomerProfileRequest() {
return new GetCustomerProfileRequest();
}
+ /**
+ * Create an instance of {@link UpdateMerchantDetailsResponse }
+ *
+ */
+ public UpdateMerchantDetailsResponse createUpdateMerchantDetailsResponse() {
+ return new UpdateMerchantDetailsResponse();
+ }
+
/**
* Create an instance of {@link ARBCreateSubscriptionResponse }
*
@@ -865,6 +888,14 @@ public ARBCreateSubscriptionResponse createARBCreateSubscriptionResponse() {
return new ARBCreateSubscriptionResponse();
}
+ /**
+ * Create an instance of {@link SecurePaymentContainerResponse }
+ *
+ */
+ public SecurePaymentContainerResponse createSecurePaymentContainerResponse() {
+ return new SecurePaymentContainerResponse();
+ }
+
/**
* Create an instance of {@link AuthenticateTestResponse }
*
@@ -945,6 +976,14 @@ public CreateTransactionRequest createCreateTransactionRequest() {
return new CreateTransactionRequest();
}
+ /**
+ * Create an instance of {@link UpdateMerchantDetailsRequest }
+ *
+ */
+ public UpdateMerchantDetailsRequest createUpdateMerchantDetailsRequest() {
+ return new UpdateMerchantDetailsRequest();
+ }
+
/**
* Create an instance of {@link DeleteCustomerPaymentProfileResponse }
*
@@ -1393,6 +1432,14 @@ public PaymentEmvType createPaymentEmvType() {
return new PaymentEmvType();
}
+ /**
+ * Create an instance of {@link SubMerchantType }
+ *
+ */
+ public SubMerchantType createSubMerchantType() {
+ return new SubMerchantType();
+ }
+
/**
* Create an instance of {@link ExtendedAmountType }
*
@@ -1521,6 +1568,14 @@ public DriversLicenseType createDriversLicenseType() {
return new DriversLicenseType();
}
+ /**
+ * Create an instance of {@link ArbTransaction }
+ *
+ */
+ public ArbTransaction createArbTransaction() {
+ return new ArbTransaction();
+ }
+
/**
* Create an instance of {@link CreditCardSimpleType }
*
@@ -1633,6 +1688,14 @@ public ArrayOfReturnedItem createArrayOfReturnedItem() {
return new ArrayOfReturnedItem();
}
+ /**
+ * Create an instance of {@link ARBTransactionList }
+ *
+ */
+ public ARBTransactionList createARBTransactionList() {
+ return new ARBTransactionList();
+ }
+
/**
* Create an instance of {@link AuDetailsType }
*
@@ -1713,7 +1776,24 @@ public FraudInformationType createFraudInformationType() {
return new FraudInformationType();
}
- /* Create an instance of {@link KeyManagementScheme.DUKPT.Mode }
+ /**
+ * Create an instance of {@link SecurePaymentContainerErrorType }
+ *
+ */
+ public SecurePaymentContainerErrorType createSecurePaymentContainerErrorType() {
+ return new SecurePaymentContainerErrorType();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOfCardType }
+ *
+ */
+ public ArrayOfCardType createArrayOfCardType() {
+ return new ArrayOfCardType();
+ }
+
+ /**
+ * Create an instance of {@link KeyManagementScheme.DUKPT.Mode }
*
*/
public KeyManagementScheme.DUKPT.Mode createKeyManagementSchemeDUKPTMode() {
@@ -1816,6 +1896,14 @@ public TransactionResponse.Messages.Message createTransactionResponseMessagesMes
return new TransactionResponse.Messages.Message();
}
+ /**
+ * Create an instance of {@link WebCheckOutDataType.Token }
+ *
+ */
+ public WebCheckOutDataType.Token createWebCheckOutDataTypeToken() {
+ return new WebCheckOutDataType.Token();
+ }
+
/**
* Create an instance of {@link MessagesType.Message }
*
diff --git a/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java b/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java
index adc5eb01..ee62bce3 100644
--- a/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java
+++ b/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/OperationType.java b/src/main/java/net/authorize/api/contract/v1/OperationType.java
index 765380d6..66966710 100644
--- a/src/main/java/net/authorize/api/contract/v1/OperationType.java
+++ b/src/main/java/net/authorize/api/contract/v1/OperationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/OrderExType.java b/src/main/java/net/authorize/api/contract/v1/OrderExType.java
index d14664db..fe8ef08e 100644
--- a/src/main/java/net/authorize/api/contract/v1/OrderExType.java
+++ b/src/main/java/net/authorize/api/contract/v1/OrderExType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/OrderType.java b/src/main/java/net/authorize/api/contract/v1/OrderType.java
index 33c6e501..455553da 100644
--- a/src/main/java/net/authorize/api/contract/v1/OrderType.java
+++ b/src/main/java/net/authorize/api/contract/v1/OrderType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/Paging.java b/src/main/java/net/authorize/api/contract/v1/Paging.java
index 7759031e..bffc7807 100644
--- a/src/main/java/net/authorize/api/contract/v1/Paging.java
+++ b/src/main/java/net/authorize/api/contract/v1/Paging.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PayPalType.java b/src/main/java/net/authorize/api/contract/v1/PayPalType.java
index a8ab2c44..d21d7c31 100644
--- a/src/main/java/net/authorize/api/contract/v1/PayPalType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PayPalType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java b/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java
index 2ec6c413..6cbfa95c 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java b/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java
index 799a6564..17d42614 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java b/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java
index c3193e8d..365ebee7 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java b/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java
index d84fa72e..4fb71600 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java
index dd4f8424..fd301b8a 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java b/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java
index a71d892e..712ca74e 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java b/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java
index f3661a8d..48295118 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java b/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java
index 826f6e93..abe8d4c3 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PaymentType.java b/src/main/java/net/authorize/api/contract/v1/PaymentType.java
index aee326ef..8f927c2c 100644
--- a/src/main/java/net/authorize/api/contract/v1/PaymentType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PaymentType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PermissionType.java b/src/main/java/net/authorize/api/contract/v1/PermissionType.java
index 3f295d21..8b0d7ce6 100644
--- a/src/main/java/net/authorize/api/contract/v1/PermissionType.java
+++ b/src/main/java/net/authorize/api/contract/v1/PermissionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java b/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java
index 6d671441..c7553e15 100644
--- a/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProcessorType.java b/src/main/java/net/authorize/api/contract/v1/ProcessorType.java
index 21501380..89493e05 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProcessorType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProcessorType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -31,6 +31,8 @@
* </restriction>
* </simpleType>
* </element>
+ * <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="cardTypes" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfCardType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -41,12 +43,16 @@
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "processorType", propOrder = {
- "name"
+ "name",
+ "id",
+ "cardTypes"
})
public class ProcessorType {
@XmlElement(required = true)
protected String name;
+ protected int id;
+ protected ArrayOfCardType cardTypes;
/**
* Gets the value of the name property.
@@ -72,4 +78,44 @@ public void setName(String value) {
this.name = value;
}
+ /**
+ * Gets the value of the id property.
+ *
+ */
+ public int getId() {
+ return id;
+ }
+
+ /**
+ * Sets the value of the id property.
+ *
+ */
+ public void setId(int value) {
+ this.id = value;
+ }
+
+ /**
+ * Gets the value of the cardTypes property.
+ *
+ * @return
+ * possible object is
+ * {@link ArrayOfCardType }
+ *
+ */
+ public ArrayOfCardType getCardTypes() {
+ return cardTypes;
+ }
+
+ /**
+ * Sets the value of the cardTypes property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ArrayOfCardType }
+ *
+ */
+ public void setCardTypes(ArrayOfCardType value) {
+ this.cardTypes = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransAmountType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransAmountType.java
index fb071bfb..72f1e7d0 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransAmountType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransAmountType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java
index 9462a7f5..a63b5f5d 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java
index 7cf2dba3..b6c5e253 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java
index e71516ea..70b956c8 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java
index 9d711e4b..ec8c94c5 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java
index 3b82debb..4727fdf1 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java
index c8bd727c..bf9cffa1 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java
index badf4209..54b0f515 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java b/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java
index a84ea781..cff80cb3 100644
--- a/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java b/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java
index 4f0b8043..10d064e0 100644
--- a/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java
+++ b/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java
new file mode 100644
index 00000000..c6b4874a
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java
@@ -0,0 +1,97 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for securePaymentContainerErrorType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="securePaymentContainerErrorType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "securePaymentContainerErrorType", propOrder = {
+ "code",
+ "description"
+})
+public class SecurePaymentContainerErrorType {
+
+ @XmlElement(required = true)
+ protected String code;
+ @XmlElement(required = true)
+ protected String description;
+
+ /**
+ * Gets the value of the code property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCode() {
+ return code;
+ }
+
+ /**
+ * Sets the value of the code property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCode(String value) {
+ this.code = value;
+ }
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java
new file mode 100644
index 00000000..ab815c90
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java
@@ -0,0 +1,73 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
+ * <sequence>
+ * <element name="data" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutDataType"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "data"
+})
+@XmlRootElement(name = "securePaymentContainerRequest")
+public class SecurePaymentContainerRequest
+ extends ANetApiRequest
+{
+
+ @XmlElement(required = true)
+ protected WebCheckOutDataType data;
+
+ /**
+ * Gets the value of the data property.
+ *
+ * @return
+ * possible object is
+ * {@link WebCheckOutDataType }
+ *
+ */
+ public WebCheckOutDataType getData() {
+ return data;
+ }
+
+ /**
+ * Sets the value of the data property.
+ *
+ * @param value
+ * allowed object is
+ * {@link WebCheckOutDataType }
+ *
+ */
+ public void setData(WebCheckOutDataType value) {
+ this.data = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java
new file mode 100644
index 00000000..45220e4e
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java
@@ -0,0 +1,73 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
+ * <sequence>
+ * <element name="opaqueData" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}opaqueDataType"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "opaqueData"
+})
+@XmlRootElement(name = "securePaymentContainerResponse")
+public class SecurePaymentContainerResponse
+ extends ANetApiResponse
+{
+
+ @XmlElement(required = true)
+ protected OpaqueDataType opaqueData;
+
+ /**
+ * Gets the value of the opaqueData property.
+ *
+ * @return
+ * possible object is
+ * {@link OpaqueDataType }
+ *
+ */
+ public OpaqueDataType getOpaqueData() {
+ return opaqueData;
+ }
+
+ /**
+ * Sets the value of the opaqueData property.
+ *
+ * @param value
+ * allowed object is
+ * {@link OpaqueDataType }
+ *
+ */
+ public void setOpaqueData(OpaqueDataType value) {
+ this.opaqueData = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java
index c4d00c67..16d2d25c 100644
--- a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java
index 84f99381..789e3742 100644
--- a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java b/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java
index 20228e7a..ee4511ff 100644
--- a/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -49,6 +49,8 @@
* <enumeration value="hostedPaymentSecurityOptions"/>
* <enumeration value="hostedPaymentCustomerOptions"/>
* <enumeration value="hostedPaymentStyleOptions"/>
+ * <enumeration value="typeEmailReceipt"/>
+ * <enumeration value="hostedProfilePaymentOptions"/>
* </restriction>
* </simpleType>
*
@@ -152,11 +154,11 @@ public enum SettingNameEnum {
/**
*
- * liveMode/testMode
- * liveMode: generates a transaction to the processor in the amount of 0.01 or 0.00. is immediately voided, if successful.
- * testMode: performs field validation only, all fields are validated except unrestricted field definitions (viz. telephone number) do not generate errors.
- * If a validation transaction is unsuccessful, the profile is not created, and the merchant receives an error.
- *
+ * liveMode/testMode
+ * liveMode: generates a transaction to the processor in the amount of 0.01 or 0.00. is immediately voided, if successful.
+ * testMode: performs field validation only, all fields are validated except unrestricted field definitions (viz. telephone number) do not generate errors.
+ * If a validation transaction is unsuccessful, the profile is not created, and the merchant receives an error.
+ *
*
*/
@XmlEnumValue("hostedProfileValidationMode")
@@ -178,10 +180,10 @@ public enum SettingNameEnum {
/**
*
- * showBillingAddress/showNone
- * showBillingAddress: Allow merchant to show billing address.
- * showNone : Hide billing address and billing name.
- *
+ * showBillingAddress/showNone
+ * showBillingAddress: Allow merchant to show billing address.
+ * showNone : Hide billing address and billing name.
+ *
*
*/
@XmlEnumValue("hostedProfileBillingAddressOptions")
@@ -189,11 +191,11 @@ public enum SettingNameEnum {
/**
*
- * showAll/showPayment/ShowShipping
- * showAll: Shipping and Payment profiles are shown on the manage page, this is the default.
- * showPayment : Only Payment profiles are shown on the manage page.
- * showShipping : Only Shippiung profiles are shown on the manage page.
- *
+ * showAll/showPayment/ShowShipping
+ * showAll: Shipping and Payment profiles are shown on the manage page, this is the default.
+ * showPayment : Only Payment profiles are shown on the manage page.
+ * showShipping : Only Shippiung profiles are shown on the manage page.
+ *
*
*/
@XmlEnumValue("hostedProfileManageOptions")
@@ -267,7 +269,26 @@ public enum SettingNameEnum {
*
*/
@XmlEnumValue("hostedPaymentStyleOptions")
- HOSTED_PAYMENT_STYLE_OPTIONS("hostedPaymentStyleOptions");
+ HOSTED_PAYMENT_STYLE_OPTIONS("hostedPaymentStyleOptions"),
+
+ /**
+ * JSON string. Used by sendCustomerTransactionReceipt method
+ *
+ */
+ @XmlEnumValue("typeEmailReceipt")
+ TYPE_EMAIL_RECEIPT("typeEmailReceipt"),
+
+ /**
+ *
+ * showAll/showCreditCard/showBankAccount
+ * showAll: both CreditCard and BankAccount sections will be shown on Add payment page, this is the default.
+ * showCreditCard :only CreditCard payment form will be shown on Add payment page.
+ * showBankAccount :only BankAccount payment form will be shown on Add payment page.
+ *
+ *
+ */
+ @XmlEnumValue("hostedProfilePaymentOptions")
+ HOSTED_PROFILE_PAYMENT_OPTIONS("hostedProfilePaymentOptions");
private final String value;
SettingNameEnum(String v) {
diff --git a/src/main/java/net/authorize/api/contract/v1/SettingType.java b/src/main/java/net/authorize/api/contract/v1/SettingType.java
index 03974f1b..4cdf9918 100644
--- a/src/main/java/net/authorize/api/contract/v1/SettingType.java
+++ b/src/main/java/net/authorize/api/contract/v1/SettingType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java b/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java
index 930b5fc2..ee77b78c 100644
--- a/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SolutionType.java b/src/main/java/net/authorize/api/contract/v1/SolutionType.java
index 9b2fbf8a..cfa3bf8b 100644
--- a/src/main/java/net/authorize/api/contract/v1/SolutionType.java
+++ b/src/main/java/net/authorize/api/contract/v1/SolutionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java b/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java
index f5577571..967e057e 100644
--- a/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java b/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java
new file mode 100644
index 00000000..87705d2b
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java
@@ -0,0 +1,405 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for subMerchantType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="subMerchantType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="identifier">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="40"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="doingBusinessAs" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="50"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="paymentServiceProviderName" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="40"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="paymentServiceFacilitator" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="20"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="streetAddress" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="40"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="phone" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="20"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="email" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="40"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="postalCode" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="20"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="city" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="30"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="regionCode" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="10"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="countryCode" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <maxLength value="10"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "subMerchantType", propOrder = {
+ "identifier",
+ "doingBusinessAs",
+ "paymentServiceProviderName",
+ "paymentServiceFacilitator",
+ "streetAddress",
+ "phone",
+ "email",
+ "postalCode",
+ "city",
+ "regionCode",
+ "countryCode"
+})
+public class SubMerchantType {
+
+ @XmlElement(required = true)
+ protected String identifier;
+ protected String doingBusinessAs;
+ protected String paymentServiceProviderName;
+ protected String paymentServiceFacilitator;
+ protected String streetAddress;
+ protected String phone;
+ protected String email;
+ protected String postalCode;
+ protected String city;
+ protected String regionCode;
+ protected String countryCode;
+
+ /**
+ * Gets the value of the identifier property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getIdentifier() {
+ return identifier;
+ }
+
+ /**
+ * Sets the value of the identifier property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setIdentifier(String value) {
+ this.identifier = value;
+ }
+
+ /**
+ * Gets the value of the doingBusinessAs property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getDoingBusinessAs() {
+ return doingBusinessAs;
+ }
+
+ /**
+ * Sets the value of the doingBusinessAs property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setDoingBusinessAs(String value) {
+ this.doingBusinessAs = value;
+ }
+
+ /**
+ * Gets the value of the paymentServiceProviderName property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPaymentServiceProviderName() {
+ return paymentServiceProviderName;
+ }
+
+ /**
+ * Sets the value of the paymentServiceProviderName property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPaymentServiceProviderName(String value) {
+ this.paymentServiceProviderName = value;
+ }
+
+ /**
+ * Gets the value of the paymentServiceFacilitator property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPaymentServiceFacilitator() {
+ return paymentServiceFacilitator;
+ }
+
+ /**
+ * Sets the value of the paymentServiceFacilitator property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPaymentServiceFacilitator(String value) {
+ this.paymentServiceFacilitator = value;
+ }
+
+ /**
+ * Gets the value of the streetAddress property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStreetAddress() {
+ return streetAddress;
+ }
+
+ /**
+ * Sets the value of the streetAddress property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStreetAddress(String value) {
+ this.streetAddress = value;
+ }
+
+ /**
+ * Gets the value of the phone property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPhone() {
+ return phone;
+ }
+
+ /**
+ * Sets the value of the phone property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPhone(String value) {
+ this.phone = value;
+ }
+
+ /**
+ * Gets the value of the email property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getEmail() {
+ return email;
+ }
+
+ /**
+ * Sets the value of the email property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setEmail(String value) {
+ this.email = value;
+ }
+
+ /**
+ * Gets the value of the postalCode property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPostalCode() {
+ return postalCode;
+ }
+
+ /**
+ * Sets the value of the postalCode property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPostalCode(String value) {
+ this.postalCode = value;
+ }
+
+ /**
+ * Gets the value of the city property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCity() {
+ return city;
+ }
+
+ /**
+ * Sets the value of the city property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCity(String value) {
+ this.city = value;
+ }
+
+ /**
+ * Gets the value of the regionCode property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getRegionCode() {
+ return regionCode;
+ }
+
+ /**
+ * Sets the value of the regionCode property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setRegionCode(String value) {
+ this.regionCode = value;
+ }
+
+ /**
+ * Gets the value of the countryCode property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCountryCode() {
+ return countryCode;
+ }
+
+ /**
+ * Sets the value of the countryCode property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCountryCode(String value) {
+ this.countryCode = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java b/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java
index 10b09884..09da0d72 100644
--- a/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java
+++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java b/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java
index 314a4e41..fc38f52f 100644
--- a/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java
+++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SubscriptionIdList.java b/src/main/java/net/authorize/api/contract/v1/SubscriptionIdList.java
index e0522f7c..209f51cf 100644
--- a/src/main/java/net/authorize/api/contract/v1/SubscriptionIdList.java
+++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionIdList.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java b/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java
index 921a4ef0..1bf84127 100644
--- a/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java
+++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java b/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java
index d0212482..24d362e7 100644
--- a/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java
+++ b/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java b/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java
index 0965cd85..d42ff9ee 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -27,6 +27,7 @@
* <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="deviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="customerSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="terminalNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -39,7 +40,8 @@
@XmlType(name = "transRetailInfoType", propOrder = {
"marketType",
"deviceType",
- "customerSignature"
+ "customerSignature",
+ "terminalNumber"
})
public class TransRetailInfoType {
@@ -47,6 +49,7 @@ public class TransRetailInfoType {
protected String marketType;
protected String deviceType;
protected String customerSignature;
+ protected String terminalNumber;
/**
* Gets the value of the marketType property.
@@ -120,4 +123,28 @@ public void setCustomerSignature(String value) {
this.customerSignature = value;
}
+ /**
+ * Gets the value of the terminalNumber property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getTerminalNumber() {
+ return terminalNumber;
+ }
+
+ /**
+ * Sets the value of the terminalNumber property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setTerminalNumber(String value) {
+ this.terminalNumber = value;
+ }
+
}
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionDetailsType.java b/src/main/java/net/authorize/api/contract/v1/TransactionDetailsType.java
index 473e4ed1..3f620f74 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionDetailsType.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionDetailsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -144,6 +144,9 @@
* </complexType>
* </element>
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/>
+ * <element name="surcharge" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
+ * <element name="employeeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="tip" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -196,7 +199,10 @@
"returnedItems",
"solution",
"emvDetails",
- "profile"
+ "profile",
+ "surcharge",
+ "employeeId",
+ "tip"
})
public class TransactionDetailsType {
@@ -258,6 +264,9 @@ public class TransactionDetailsType {
protected SolutionType solution;
protected TransactionDetailsType.EmvDetails emvDetails;
protected CustomerProfileIdType profile;
+ protected ExtendedAmountType surcharge;
+ protected String employeeId;
+ protected ExtendedAmountType tip;
/**
* Gets the value of the transId property.
@@ -1275,6 +1284,78 @@ public void setProfile(CustomerProfileIdType value) {
this.profile = value;
}
+ /**
+ * Gets the value of the surcharge property.
+ *
+ * @return
+ * possible object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public ExtendedAmountType getSurcharge() {
+ return surcharge;
+ }
+
+ /**
+ * Sets the value of the surcharge property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public void setSurcharge(ExtendedAmountType value) {
+ this.surcharge = value;
+ }
+
+ /**
+ * Gets the value of the employeeId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getEmployeeId() {
+ return employeeId;
+ }
+
+ /**
+ * Sets the value of the employeeId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setEmployeeId(String value) {
+ this.employeeId = value;
+ }
+
+ /**
+ * Gets the value of the tip property.
+ *
+ * @return
+ * possible object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public ExtendedAmountType getTip() {
+ return tip;
+ }
+
+ /**
+ * Sets the value of the tip property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public void setTip(ExtendedAmountType value) {
+ this.tip = value;
+ }
+
/**
* Java class for anonymous complex type.
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java b/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java
index 189f4727..0a11b917 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java b/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java
index c9c30b60..730cb7e3 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java b/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java
index ff78e664..a45d95e0 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionRequestType.java b/src/main/java/net/authorize/api/contract/v1/TransactionRequestType.java
index 46eb1ea4..56eca33c 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionRequestType.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionRequestType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@@ -69,6 +69,10 @@
* </complexContent>
* </complexType>
* </element>
+ * <element name="surcharge" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
+ * <element name="merchantDescriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="subMerchant" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subMerchantType" minOccurs="0"/>
+ * <element name="tip" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -105,7 +109,11 @@
"retail",
"employeeId",
"transactionSettings",
- "userFields"
+ "userFields",
+ "surcharge",
+ "merchantDescriptor",
+ "subMerchant",
+ "tip"
})
public class TransactionRequestType {
@@ -137,6 +145,10 @@ public class TransactionRequestType {
protected String employeeId;
protected ArrayOfSetting transactionSettings;
protected TransactionRequestType.UserFields userFields;
+ protected ExtendedAmountType surcharge;
+ protected String merchantDescriptor;
+ protected SubMerchantType subMerchant;
+ protected ExtendedAmountType tip;
/**
* Gets the value of the transactionType property.
@@ -786,6 +798,102 @@ public void setUserFields(TransactionRequestType.UserFields value) {
this.userFields = value;
}
+ /**
+ * Gets the value of the surcharge property.
+ *
+ * @return
+ * possible object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public ExtendedAmountType getSurcharge() {
+ return surcharge;
+ }
+
+ /**
+ * Sets the value of the surcharge property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public void setSurcharge(ExtendedAmountType value) {
+ this.surcharge = value;
+ }
+
+ /**
+ * Gets the value of the merchantDescriptor property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getMerchantDescriptor() {
+ return merchantDescriptor;
+ }
+
+ /**
+ * Sets the value of the merchantDescriptor property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setMerchantDescriptor(String value) {
+ this.merchantDescriptor = value;
+ }
+
+ /**
+ * Gets the value of the subMerchant property.
+ *
+ * @return
+ * possible object is
+ * {@link SubMerchantType }
+ *
+ */
+ public SubMerchantType getSubMerchant() {
+ return subMerchant;
+ }
+
+ /**
+ * Sets the value of the subMerchant property.
+ *
+ * @param value
+ * allowed object is
+ * {@link SubMerchantType }
+ *
+ */
+ public void setSubMerchant(SubMerchantType value) {
+ this.subMerchant = value;
+ }
+
+ /**
+ * Gets the value of the tip property.
+ *
+ * @return
+ * possible object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public ExtendedAmountType getTip() {
+ return tip;
+ }
+
+ /**
+ * Sets the value of the tip property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ExtendedAmountType }
+ *
+ */
+ public void setTip(ExtendedAmountType value) {
+ this.tip = value;
+ }
+
/**
*
Java class for anonymous complex type.
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionResponse.java b/src/main/java/net/authorize/api/contract/v1/TransactionResponse.java
index d3c7c47b..c55e40c6 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java b/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java
index 1f488af5..d6b8ad00 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java b/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java
index ed1c6c84..43f40860 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2017.04.12 at 02:51:25 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java
index 5618b868..74aecf4c 100644
--- a/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java
index 95225fa9..5ebc182a 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java
index 6e7624e9..87bcf41c 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java
index c4a5abeb..00fdba08 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java
index ed1efd3f..41c93ec0 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java
index a6d79689..87af02af 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java
index fae09a4c..1b00918a 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java
index b2ffff1e..42364888 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java
index 5694c6a7..d4fa4ace 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java
new file mode 100644
index 00000000..c30cb217
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java
@@ -0,0 +1,63 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ *
Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
+ * <sequence>
+ * <element name="isTestMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "isTestMode"
+})
+@XmlRootElement(name = "updateMerchantDetailsRequest")
+public class UpdateMerchantDetailsRequest
+ extends ANetApiRequest
+{
+
+ protected boolean isTestMode;
+
+ /**
+ * Gets the value of the isTestMode property.
+ *
+ */
+ public boolean isIsTestMode() {
+ return isTestMode;
+ }
+
+ /**
+ * Sets the value of the isTestMode property.
+ *
+ */
+ public void setIsTestMode(boolean value) {
+ this.isTestMode = value;
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java
new file mode 100644
index 00000000..766d61e3
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java
@@ -0,0 +1,41 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "updateMerchantDetailsResponse")
+public class UpdateMerchantDetailsResponse
+ extends ANetApiResponse
+{
+
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java
index 10f68e59..c7fa5e83 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java
index 375ed1fb..7fb07701 100644
--- a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/UserField.java b/src/main/java/net/authorize/api/contract/v1/UserField.java
index ab10885e..56ff9a66 100644
--- a/src/main/java/net/authorize/api/contract/v1/UserField.java
+++ b/src/main/java/net/authorize/api/contract/v1/UserField.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java
index 48e28cc4..8325d176 100644
--- a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java
+++ b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java
index 288f49be..52fe1284 100644
--- a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java
+++ b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java b/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java
index 15d225e9..3703683a 100644
--- a/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java
+++ b/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java
new file mode 100644
index 00000000..e2a97112
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java
@@ -0,0 +1,368 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for webCheckOutDataType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="webCheckOutDataType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="type" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutTypeEnum"/>
+ * <element name="id">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="1"/>
+ * <maxLength value="64"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="token">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="cardNumber">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="4"/>
+ * <maxLength value="16"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="expirationDate">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="4"/>
+ * <maxLength value="7"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/>
+ * <element name="zip" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="1"/>
+ * <maxLength value="20"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="fullName" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="1"/>
+ * <maxLength value="64"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "webCheckOutDataType", propOrder = {
+ "type",
+ "id",
+ "token"
+})
+public class WebCheckOutDataType {
+
+ @XmlElement(required = true)
+ @XmlSchemaType(name = "string")
+ protected WebCheckOutTypeEnum type;
+ @XmlElement(required = true)
+ protected String id;
+ @XmlElement(required = true)
+ protected WebCheckOutDataType.Token token;
+
+ /**
+ * Gets the value of the type property.
+ *
+ * @return
+ * possible object is
+ * {@link WebCheckOutTypeEnum }
+ *
+ */
+ public WebCheckOutTypeEnum getType() {
+ return type;
+ }
+
+ /**
+ * Sets the value of the type property.
+ *
+ * @param value
+ * allowed object is
+ * {@link WebCheckOutTypeEnum }
+ *
+ */
+ public void setType(WebCheckOutTypeEnum value) {
+ this.type = value;
+ }
+
+ /**
+ * Gets the value of the id property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getId() {
+ return id;
+ }
+
+ /**
+ * Sets the value of the id property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setId(String value) {
+ this.id = value;
+ }
+
+ /**
+ * Gets the value of the token property.
+ *
+ * @return
+ * possible object is
+ * {@link WebCheckOutDataType.Token }
+ *
+ */
+ public WebCheckOutDataType.Token getToken() {
+ return token;
+ }
+
+ /**
+ * Sets the value of the token property.
+ *
+ * @param value
+ * allowed object is
+ * {@link WebCheckOutDataType.Token }
+ *
+ */
+ public void setToken(WebCheckOutDataType.Token value) {
+ this.token = value;
+ }
+
+
+ /**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="cardNumber">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="4"/>
+ * <maxLength value="16"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="expirationDate">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="4"/>
+ * <maxLength value="7"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/>
+ * <element name="zip" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="1"/>
+ * <maxLength value="20"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="fullName" minOccurs="0">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <minLength value="1"/>
+ * <maxLength value="64"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "cardNumber",
+ "expirationDate",
+ "cardCode",
+ "zip",
+ "fullName"
+ })
+ public static class Token {
+
+ @XmlElement(required = true)
+ protected String cardNumber;
+ @XmlElement(required = true)
+ protected String expirationDate;
+ protected String cardCode;
+ protected String zip;
+ protected String fullName;
+
+ /**
+ * Gets the value of the cardNumber property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCardNumber() {
+ return cardNumber;
+ }
+
+ /**
+ * Sets the value of the cardNumber property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCardNumber(String value) {
+ this.cardNumber = value;
+ }
+
+ /**
+ * Gets the value of the expirationDate property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getExpirationDate() {
+ return expirationDate;
+ }
+
+ /**
+ * Sets the value of the expirationDate property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setExpirationDate(String value) {
+ this.expirationDate = value;
+ }
+
+ /**
+ * Gets the value of the cardCode property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCardCode() {
+ return cardCode;
+ }
+
+ /**
+ * Sets the value of the cardCode property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCardCode(String value) {
+ this.cardCode = value;
+ }
+
+ /**
+ * Gets the value of the zip property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getZip() {
+ return zip;
+ }
+
+ /**
+ * Sets the value of the zip property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setZip(String value) {
+ this.zip = value;
+ }
+
+ /**
+ * Gets the value of the fullName property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getFullName() {
+ return fullName;
+ }
+
+ /**
+ * Sets the value of the fullName property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setFullName(String value) {
+ this.fullName = value;
+ }
+
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java
new file mode 100644
index 00000000..e9570776
--- /dev/null
+++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java
@@ -0,0 +1,45 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2017.10.25 at 03:55:04 PM IST
+//
+
+
+package net.authorize.api.contract.v1;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for webCheckOutTypeEnum.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="webCheckOutTypeEnum">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="PAN"/>
+ * <enumeration value="TOKEN"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "webCheckOutTypeEnum")
+@XmlEnum
+public enum WebCheckOutTypeEnum {
+
+ PAN,
+ TOKEN;
+
+ public String value() {
+ return name();
+ }
+
+ public static WebCheckOutTypeEnum fromValue(String v) {
+ return valueOf(v);
+ }
+
+}
diff --git a/src/main/java/net/authorize/api/contract/v1/package-info.java b/src/main/java/net/authorize/api/contract/v1/package-info.java
index 788ae9aa..28b64d76 100644
--- a/src/main/java/net/authorize/api/contract/v1/package-info.java
+++ b/src/main/java/net/authorize/api/contract/v1/package-info.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2016.11.22 at 06:00:08 PM IST
+// Generated on: 2017.10.25 at 03:55:04 PM IST
//
@javax.xml.bind.annotation.XmlSchema(namespace = "AnetApi/xml/v1/schema/AnetApiSchema.xsd", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
diff --git a/src/main/java/net/authorize/api/controller/SecurePaymentContainerController.java b/src/main/java/net/authorize/api/controller/SecurePaymentContainerController.java
new file mode 100644
index 00000000..1a46bd80
--- /dev/null
+++ b/src/main/java/net/authorize/api/controller/SecurePaymentContainerController.java
@@ -0,0 +1,29 @@
+package net.authorize.api.controller;
+
+import net.authorize.api.contract.v1.SecurePaymentContainerRequest;
+import net.authorize.api.contract.v1.SecurePaymentContainerResponse;
+import net.authorize.api.contract.v1.ValidationModeEnum;
+import net.authorize.api.controller.base.ApiOperationBase;
+
+public class SecurePaymentContainerController extends ApiOperationBase {
+
+ public SecurePaymentContainerController(SecurePaymentContainerRequest apiRequest) {
+ super(apiRequest);
+ }
+
+ @Override
+ protected void validateRequest() {
+ SecurePaymentContainerRequest request = this.getApiRequest();
+
+ //validate required fields
+ //if ( null == request.getXXX) throw new NullPointerException("XXX cannot be null");
+
+ //validate not-required fields
+ //creditCardOne.setCardCode("");
+ }
+
+ @Override
+ protected Class getResponseType() {
+ return SecurePaymentContainerResponse.class;
+ }
+}
diff --git a/src/main/java/net/authorize/api/controller/UpdateMerchantDetailsController.java b/src/main/java/net/authorize/api/controller/UpdateMerchantDetailsController.java
new file mode 100644
index 00000000..f287e121
--- /dev/null
+++ b/src/main/java/net/authorize/api/controller/UpdateMerchantDetailsController.java
@@ -0,0 +1,29 @@
+package net.authorize.api.controller;
+
+import net.authorize.api.contract.v1.UpdateMerchantDetailsRequest;
+import net.authorize.api.contract.v1.UpdateMerchantDetailsResponse;
+import net.authorize.api.contract.v1.ValidationModeEnum;
+import net.authorize.api.controller.base.ApiOperationBase;
+
+public class UpdateMerchantDetailsController extends ApiOperationBase {
+
+ public UpdateMerchantDetailsController(UpdateMerchantDetailsRequest apiRequest) {
+ super(apiRequest);
+ }
+
+ @Override
+ protected void validateRequest() {
+ UpdateMerchantDetailsRequest request = this.getApiRequest();
+
+ //validate required fields
+ //if ( null == request.getXXX) throw new NullPointerException("XXX cannot be null");
+
+ //validate not-required fields
+ //creditCardOne.setCardCode("");
+ }
+
+ @Override
+ protected Class getResponseType() {
+ return UpdateMerchantDetailsResponse.class;
+ }
+}
diff --git a/src/test/java/net/authorize/api/controller/mocktest/SecurePaymentContainerControllerTest.java b/src/test/java/net/authorize/api/controller/mocktest/SecurePaymentContainerControllerTest.java
new file mode 100644
index 00000000..c4381a9f
--- /dev/null
+++ b/src/test/java/net/authorize/api/controller/mocktest/SecurePaymentContainerControllerTest.java
@@ -0,0 +1,64 @@
+package net.authorize.api.controller.mocktest;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import junit.framework.Assert;
+import net.authorize.api.contract.v1.ANetApiResponse;
+import net.authorize.api.contract.v1.SecurePaymentContainerRequest;
+import net.authorize.api.contract.v1.SecurePaymentContainerResponse;
+import net.authorize.api.contract.v1.MessageTypeEnum;
+import net.authorize.api.controller.base.IApiOperation;
+import net.authorize.api.controller.test.ApiCoreTestBase;
+
+import org.junit.After;
+import org.junit.AfterClass;
+import org.junit.Before;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+public class SecurePaymentContainerControllerTest extends ApiCoreTestBase {
+
+ @BeforeClass
+ public static void setUpBeforeClass() throws Exception {
+ ApiCoreTestBase.setUpBeforeClass();
+ }
+
+ @AfterClass
+ public static void tearDownAfterClass() throws Exception {
+ ApiCoreTestBase.tearDownAfterClass();
+ }
+
+ @Before
+ public void setUp() throws Exception {
+ super.setUp();
+ }
+
+ @After
+ public void tearDown() throws Exception {
+ super.tearDown();
+ }
+
+ @Test
+ public void mockSecurePaymentContainerControllerTest()
+ {
+ //define all mocked objects as final
+ final IApiOperation mockController = getMockController();
+
+ final SecurePaymentContainerRequest mockRequest = factory.createSecurePaymentContainerRequest();
+ mockRequest.setRefId(refId);
+
+ final SecurePaymentContainerResponse mockResponse = factory.createSecurePaymentContainerResponse();
+
+ final ANetApiResponse errorResponse = factory.createANetApiResponse();
+ final List results = new ArrayList();
+ final MessageTypeEnum messageTypeOk = MessageTypeEnum.OK;
+
+ setMockControllerExpectations(mockController, mockRequest, mockResponse, errorResponse, results, messageTypeOk);
+ //setMockControllerExpectations(mockController, mockResponse, null, null, null);
+ mockController.execute();
+ SecurePaymentContainerResponse controllerResponse = mockController.getApiResponse();
+
+ Assert.assertNotNull(controllerResponse);
+ }
+}
diff --git a/src/test/java/net/authorize/api/controller/mocktest/UpdateMerchantDetailsControllerTest.java b/src/test/java/net/authorize/api/controller/mocktest/UpdateMerchantDetailsControllerTest.java
new file mode 100644
index 00000000..d99aa8f0
--- /dev/null
+++ b/src/test/java/net/authorize/api/controller/mocktest/UpdateMerchantDetailsControllerTest.java
@@ -0,0 +1,66 @@
+package net.authorize.api.controller.mocktest;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import junit.framework.Assert;
+import net.authorize.api.contract.v1.ANetApiResponse;
+import net.authorize.api.contract.v1.UpdateMerchantDetailsRequest;
+import net.authorize.api.contract.v1.UpdateMerchantDetailsResponse;
+import net.authorize.api.contract.v1.MessageTypeEnum;
+import net.authorize.api.controller.base.IApiOperation;
+import net.authorize.api.controller.test.ApiCoreTestBase;
+
+import org.junit.After;
+import org.junit.AfterClass;
+import org.junit.Before;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+public class UpdateMerchantDetailsControllerTest extends ApiCoreTestBase {
+
+ @BeforeClass
+ public static void setUpBeforeClass() throws Exception {
+ ApiCoreTestBase.setUpBeforeClass();
+ }
+
+ @AfterClass
+ public static void tearDownAfterClass() throws Exception {
+ ApiCoreTestBase.tearDownAfterClass();
+ }
+
+ @Before
+ public void setUp() throws Exception {
+ super.setUp();
+ }
+
+ @After
+ public void tearDown() throws Exception {
+ super.tearDown();
+ }
+
+ @Test
+ public void mockUpdateMerchantDetailsControllerTest()
+ {
+ //define all mocked objects as final
+ final IApiOperation mockController = getMockController();
+
+ final UpdateMerchantDetailsRequest mockRequest = factory.createUpdateMerchantDetailsRequest();
+ mockRequest.setRefId(refId);
+
+ final UpdateMerchantDetailsResponse mockResponse = factory.createUpdateMerchantDetailsResponse();
+
+ final ANetApiResponse errorResponse = factory.createANetApiResponse();
+ final List results = new ArrayList();
+ final MessageTypeEnum messageTypeOk = MessageTypeEnum.OK;
+
+ setMockControllerExpectations(mockController, mockRequest, mockResponse, errorResponse, results, messageTypeOk);
+ //setMockControllerExpectations(mockController, mockResponse, null, null, null);
+ mockController.execute();
+ UpdateMerchantDetailsResponse controllerResponse = mockController.getApiResponse();
+
+ Assert.assertNotNull(controllerResponse);
+ Assert.assertNotNull(controllerResponse.getRefId());
+ logger.info(String.format("UpdateMerchantDetails: Details:%s", controllerResponse.getSessionToken()));
+ }
+}
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy