Skip to content

Commit 829cd4b

Browse files
author
Sunny Raj Rathod
authored
Merge pull request AuthorizeNet#106 from AuthorizeNet/future
Merging Future to master for q4 api changes.
2 parents 9c974a7 + 91539fb commit 829cd4b

File tree

242 files changed

+2914
-230
lines changed

Some content is hidden

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

242 files changed

+2914
-230
lines changed

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

Lines changed: 4 additions & 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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

@@ -56,6 +56,8 @@
5656
})
5757
@XmlSeeAlso({
5858
GetTransactionListRequest.class,
59+
GetMerchantDetailsRequest.class,
60+
GetHostedPaymentPageRequest.class,
5961
MobileDeviceRegistrationRequest.class,
6062
UpdateCustomerPaymentProfileRequest.class,
6163
GetBatchStatisticsRequest.class,
@@ -92,6 +94,7 @@
9294
ARBCancelSubscriptionRequest.class,
9395
GetCustomerPaymentProfileListRequest.class,
9496
DeleteCustomerShippingAddressRequest.class,
97+
UpdateHeldTransactionRequest.class,
9598
UpdateCustomerProfileRequest.class,
9699
CreateCustomerProfileFromTransactionRequest.class
97100
})

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

Lines changed: 4 additions & 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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

@@ -45,6 +45,7 @@
4545
"sessionToken"
4646
})
4747
@XmlSeeAlso({
48+
UpdateHeldTransactionResponse.class,
4849
ValidateCustomerPaymentProfileResponse.class,
4950
GetUnsettledTransactionListResponse.class,
5051
GetTransactionListResponse.class,
@@ -63,6 +64,7 @@
6364
LogoutResponse.class,
6465
GetCustomerPaymentProfileResponse.class,
6566
CreateCustomerPaymentProfileResponse.class,
67+
GetMerchantDetailsResponse.class,
6668
UpdateSplitTenderGroupResponse.class,
6769
DecryptPaymentDataResponse.class,
6870
GetAUJobDetailsResponse.class,
@@ -73,6 +75,7 @@
7375
CreateCustomerProfileTransactionResponse.class,
7476
ARBUpdateSubscriptionResponse.class,
7577
IsAliveResponse.class,
78+
GetHostedPaymentPageResponse.class,
7679
ARBGetSubscriptionStatusResponse.class,
7780
DeleteCustomerProfileResponse.class,
7881
UpdateCustomerProfileResponse.class,

src/main/java/net/authorize/api/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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.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: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

0 commit comments

Comments
 (0)
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