Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49fec50

Browse files
committed
Subscriptionlist and createtransaction updates
1 parent b748b66 commit 49fec50

File tree

498 files changed

+2936
-38624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+2936
-38624
lines changed

src/main/java/net/authorize/apicore/contract/v1/ANetApiRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

@@ -54,6 +54,7 @@
5454
ARBCreateSubscriptionRequest.class,
5555
CreateCustomerPaymentProfileRequest.class,
5656
AuthenticateTestRequest.class,
57+
ARBGetSubscriptionListRequest.class,
5758
GetHostedProfilePageRequest.class,
5859
CreateCustomerProfileTransactionRequest.class,
5960
CreateTransactionRequest.class,
@@ -66,7 +67,6 @@
6667
ARBUpdateSubscriptionRequest.class,
6768
MobileDeviceLoginRequest.class,
6869
GetCustomerPaymentProfileRequest.class,
69-
ARBGetSubscriptionReportRequest.class,
7070
GetSettledBatchListRequest.class,
7171
GetTransactionDetailsRequest.class,
7272
CreateCustomerShippingAddressRequest.class,

src/main/java/net/authorize/apicore/contract/v1/ANetApiResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

@@ -53,7 +53,6 @@
5353
UpdateCustomerShippingAddressResponse.class,
5454
GetCustomerProfileIdsResponse.class,
5555
MobileDeviceLoginResponse.class,
56-
ARBGetSubscriptionReportResponse.class,
5756
DeleteCustomerPaymentProfileResponse.class,
5857
UpdateCustomerPaymentProfileResponse.class,
5958
ARBCancelSubscriptionResponse.class,
@@ -76,6 +75,7 @@
7675
CreateCustomerShippingAddressResponse.class,
7776
GetSettledBatchListResponse.class,
7877
DeleteCustomerShippingAddressResponse.class,
78+
ARBGetSubscriptionListResponse.class,
7979
CreateCustomerProfileResponse.class,
8080
MobileDeviceRegistrationResponse.class,
8181
GetCustomerProfileResponse.class

src/main/java/net/authorize/apicore/contract/v1/ARBCancelSubscriptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

src/main/java/net/authorize/apicore/contract/v1/ARBCancelSubscriptionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

src/main/java/net/authorize/apicore/contract/v1/ARBCreateSubscriptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

src/main/java/net/authorize/apicore/contract/v1/ARBCreateSubscriptionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

src/main/java/net/authorize/apicore/contract/v1/ARBSubscriptionReportOrderFieldEnum.java renamed to src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

@@ -14,61 +14,61 @@
1414

1515

1616
/**
17-
* <p>Java class for ARBSubscriptionReportOrderFieldEnum.
17+
* <p>Java class for ARBGetSubscriptionListOrderFieldEnum.
1818
*
1919
* <p>The following schema fragment specifies the expected content contained within this class.
2020
* <p>
2121
* <pre>
22-
* &lt;simpleType name="ARBSubscriptionReportOrderFieldEnum">
22+
* &lt;simpleType name="ARBGetSubscriptionListOrderFieldEnum">
2323
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
2424
* &lt;enumeration value="Id"/>
2525
* &lt;enumeration value="Name"/>
2626
* &lt;enumeration value="Status"/>
27-
* &lt;enumeration value="CreateTime"/>
28-
* &lt;enumeration value="BillToLastName"/>
29-
* &lt;enumeration value="BillToFirstName"/>
30-
* &lt;enumeration value="CardNumber_AccountNumber"/>
27+
* &lt;enumeration value="CreateTimeStampUTC"/>
28+
* &lt;enumeration value="LastName"/>
29+
* &lt;enumeration value="FirstName"/>
30+
* &lt;enumeration value="AccountNumber"/>
3131
* &lt;enumeration value="Amount"/>
32-
* &lt;enumeration value="NumRecurred"/>
32+
* &lt;enumeration value="PastOccurrences"/>
3333
* &lt;/restriction>
3434
* &lt;/simpleType>
3535
* </pre>
3636
*
3737
*/
38-
@XmlType(name = "ARBSubscriptionReportOrderFieldEnum")
38+
@XmlType(name = "ARBGetSubscriptionListOrderFieldEnum")
3939
@XmlEnum
40-
public enum ARBSubscriptionReportOrderFieldEnum {
40+
public enum ARBGetSubscriptionListOrderFieldEnum {
4141

4242
@XmlEnumValue("Id")
4343
ID("Id"),
4444
@XmlEnumValue("Name")
4545
NAME("Name"),
4646
@XmlEnumValue("Status")
4747
STATUS("Status"),
48-
@XmlEnumValue("CreateTime")
49-
CREATE_TIME("CreateTime"),
50-
@XmlEnumValue("BillToLastName")
51-
BILL_TO_LAST_NAME("BillToLastName"),
52-
@XmlEnumValue("BillToFirstName")
53-
BILL_TO_FIRST_NAME("BillToFirstName"),
54-
@XmlEnumValue("CardNumber_AccountNumber")
55-
CARD_NUMBER_ACCOUNT_NUMBER("CardNumber_AccountNumber"),
48+
@XmlEnumValue("CreateTimeStampUTC")
49+
CREATE_TIME_STAMP_UTC("CreateTimeStampUTC"),
50+
@XmlEnumValue("LastName")
51+
LAST_NAME("LastName"),
52+
@XmlEnumValue("FirstName")
53+
FIRST_NAME("FirstName"),
54+
@XmlEnumValue("AccountNumber")
55+
ACCOUNT_NUMBER("AccountNumber"),
5656
@XmlEnumValue("Amount")
5757
AMOUNT("Amount"),
58-
@XmlEnumValue("NumRecurred")
59-
NUM_RECURRED("NumRecurred");
58+
@XmlEnumValue("PastOccurrences")
59+
PAST_OCCURRENCES("PastOccurrences");
6060
private final String value;
6161

62-
ARBSubscriptionReportOrderFieldEnum(String v) {
62+
ARBGetSubscriptionListOrderFieldEnum(String v) {
6363
value = v;
6464
}
6565

6666
public String value() {
6767
return value;
6868
}
6969

70-
public static ARBSubscriptionReportOrderFieldEnum fromValue(String v) {
71-
for (ARBSubscriptionReportOrderFieldEnum c: ARBSubscriptionReportOrderFieldEnum.values()) {
70+
public static ARBGetSubscriptionListOrderFieldEnum fromValue(String v) {
71+
for (ARBGetSubscriptionListOrderFieldEnum c: ARBGetSubscriptionListOrderFieldEnum.values()) {
7272
if (c.value.equals(v)) {
7373
return c;
7474
}
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
//
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
3+
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4+
// Any modifications to this file will be lost upon recompilation of the source schema.
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
6+
//
7+
8+
9+
package net.authorize.apicore.contract.v1;
10+
11+
import javax.xml.bind.annotation.XmlAccessType;
12+
import javax.xml.bind.annotation.XmlAccessorType;
13+
import javax.xml.bind.annotation.XmlElement;
14+
import javax.xml.bind.annotation.XmlRootElement;
15+
import javax.xml.bind.annotation.XmlSchemaType;
16+
import javax.xml.bind.annotation.XmlType;
17+
18+
19+
/**
20+
* <p>Java class for anonymous complex type.
21+
*
22+
* <p>The following schema fragment specifies the expected content contained within this class.
23+
*
24+
* <pre>
25+
* &lt;complexType>
26+
* &lt;complexContent>
27+
* &lt;extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
28+
* &lt;sequence>
29+
* &lt;element name="SearchType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSearchTypeEnum"/>
30+
* &lt;element name="Sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSorting" minOccurs="0"/>
31+
* &lt;element name="Paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paging" minOccurs="0"/>
32+
* &lt;/sequence>
33+
* &lt;/extension>
34+
* &lt;/complexContent>
35+
* &lt;/complexType>
36+
* </pre>
37+
*
38+
*
39+
*/
40+
@XmlAccessorType(XmlAccessType.FIELD)
41+
@XmlType(name = "", propOrder = {
42+
"searchType",
43+
"sorting",
44+
"paging"
45+
})
46+
@XmlRootElement(name = "ARBGetSubscriptionListRequest")
47+
public class ARBGetSubscriptionListRequest
48+
extends ANetApiRequest
49+
{
50+
51+
@XmlElement(name = "SearchType", required = true)
52+
@XmlSchemaType(name = "string")
53+
protected ARBGetSubscriptionListSearchTypeEnum searchType;
54+
@XmlElement(name = "Sorting")
55+
protected ARBGetSubscriptionListSorting sorting;
56+
@XmlElement(name = "Paging")
57+
protected Paging paging;
58+
59+
/**
60+
* Gets the value of the searchType property.
61+
*
62+
* @return
63+
* possible object is
64+
* {@link ARBGetSubscriptionListSearchTypeEnum }
65+
*
66+
*/
67+
public ARBGetSubscriptionListSearchTypeEnum getSearchType() {
68+
return searchType;
69+
}
70+
71+
/**
72+
* Sets the value of the searchType property.
73+
*
74+
* @param value
75+
* allowed object is
76+
* {@link ARBGetSubscriptionListSearchTypeEnum }
77+
*
78+
*/
79+
public void setSearchType(ARBGetSubscriptionListSearchTypeEnum value) {
80+
this.searchType = value;
81+
}
82+
83+
/**
84+
* Gets the value of the sorting property.
85+
*
86+
* @return
87+
* possible object is
88+
* {@link ARBGetSubscriptionListSorting }
89+
*
90+
*/
91+
public ARBGetSubscriptionListSorting getSorting() {
92+
return sorting;
93+
}
94+
95+
/**
96+
* Sets the value of the sorting property.
97+
*
98+
* @param value
99+
* allowed object is
100+
* {@link ARBGetSubscriptionListSorting }
101+
*
102+
*/
103+
public void setSorting(ARBGetSubscriptionListSorting value) {
104+
this.sorting = value;
105+
}
106+
107+
/**
108+
* Gets the value of the paging property.
109+
*
110+
* @return
111+
* possible object is
112+
* {@link Paging }
113+
*
114+
*/
115+
public Paging getPaging() {
116+
return paging;
117+
}
118+
119+
/**
120+
* Sets the value of the paging property.
121+
*
122+
* @param value
123+
* allowed object is
124+
* {@link Paging }
125+
*
126+
*/
127+
public void setPaging(Paging value) {
128+
this.paging = value;
129+
}
130+
131+
}

src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionReportResponse.java renamed to src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionListResponse.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.05.21 at 12:05:01 PM PDT
5+
// Generated on: 2014.07.08 at 05:59:48 PM PDT
66
//
77

88

@@ -26,7 +26,7 @@
2626
* &lt;extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
2727
* &lt;sequence>
2828
* &lt;element name="TotalNumInResultSet" type="{http://www.w3.org/2001/XMLSchema}int"/>
29-
* &lt;element name="SubscriptionInfoList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSubscriptionInfo" minOccurs="0"/>
29+
* &lt;element name="SubscriptionDetails" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSubscription" minOccurs="0"/>
3030
* &lt;/sequence>
3131
* &lt;/extension>
3232
* &lt;/complexContent>
@@ -38,17 +38,17 @@
3838
@XmlAccessorType(XmlAccessType.FIELD)
3939
@XmlType(name = "", propOrder = {
4040
"totalNumInResultSet",
41-
"subscriptionInfoList"
41+
"subscriptionDetails"
4242
})
43-
@XmlRootElement(name = "ARBGetSubscriptionReportResponse")
44-
public class ARBGetSubscriptionReportResponse
43+
@XmlRootElement(name = "ARBGetSubscriptionListResponse")
44+
public class ARBGetSubscriptionListResponse
4545
extends ANetApiResponse
4646
{
4747

4848
@XmlElement(name = "TotalNumInResultSet")
4949
protected int totalNumInResultSet;
50-
@XmlElement(name = "SubscriptionInfoList")
51-
protected ArrayOfSubscriptionInfo subscriptionInfoList;
50+
@XmlElement(name = "SubscriptionDetails")
51+
protected ArrayOfSubscription subscriptionDetails;
5252

5353
/**
5454
* Gets the value of the totalNumInResultSet property.
@@ -67,27 +67,27 @@ public void setTotalNumInResultSet(int value) {
6767
}
6868

6969
/**
70-
* Gets the value of the subscriptionInfoList property.
70+
* Gets the value of the subscriptionDetails property.
7171
*
7272
* @return
7373
* possible object is
74-
* {@link ArrayOfSubscriptionInfo }
74+
* {@link ArrayOfSubscription }
7575
*
7676
*/
77-
public ArrayOfSubscriptionInfo getSubscriptionInfoList() {
78-
return subscriptionInfoList;
77+
public ArrayOfSubscription getSubscriptionDetails() {
78+
return subscriptionDetails;
7979
}
8080

8181
/**
82-
* Sets the value of the subscriptionInfoList property.
82+
* Sets the value of the subscriptionDetails property.
8383
*
8484
* @param value
8585
* allowed object is
86-
* {@link ArrayOfSubscriptionInfo }
86+
* {@link ArrayOfSubscription }
8787
*
8888
*/
89-
public void setSubscriptionInfoList(ArrayOfSubscriptionInfo value) {
90-
this.subscriptionInfoList = value;
89+
public void setSubscriptionDetails(ArrayOfSubscription value) {
90+
this.subscriptionDetails = value;
9191
}
9292

9393
}

0 commit comments

Comments
 (0)