From 928a6ba0f48cce2b93db95dd744537d89dc4c865 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Fri, 12 Jul 2024 12:51:28 +0530 Subject: [PATCH 01/11] Upgraded to work on Java 9 and above. Added workflow to test SDK. --- pom.xml | 20 +++++++++- .../api/contract/v1/ANetApiRequest.java | 12 +++--- .../api/contract/v1/ANetApiResponse.java | 12 +++--- .../v1/ARBCancelSubscriptionRequest.java | 12 +++--- .../v1/ARBCancelSubscriptionResponse.java | 10 ++--- .../v1/ARBCreateSubscriptionRequest.java | 12 +++--- .../v1/ARBCreateSubscriptionResponse.java | 10 ++--- .../ARBGetSubscriptionListOrderFieldEnum.java | 8 ++-- .../v1/ARBGetSubscriptionListRequest.java | 14 +++---- .../v1/ARBGetSubscriptionListResponse.java | 10 ++--- .../ARBGetSubscriptionListSearchTypeEnum.java | 8 ++-- .../v1/ARBGetSubscriptionListSorting.java | 12 +++--- .../v1/ARBGetSubscriptionRequest.java | 12 +++--- .../v1/ARBGetSubscriptionResponse.java | 12 +++--- .../v1/ARBGetSubscriptionStatusRequest.java | 12 +++--- .../v1/ARBGetSubscriptionStatusResponse.java | 12 +++--- .../v1/ARBSubscriptionMaskedType.java | 10 ++--- .../v1/ARBSubscriptionStatusEnum.java | 8 ++-- .../api/contract/v1/ARBSubscriptionType.java | 8 ++-- .../contract/v1/ARBSubscriptionUnitEnum.java | 8 ++-- .../api/contract/v1/ARBTransactionList.java | 8 ++-- .../v1/ARBUpdateSubscriptionRequest.java | 12 +++--- .../v1/ARBUpdateSubscriptionResponse.java | 10 ++--- .../api/contract/v1/AUJobTypeEnum.java | 8 ++-- .../api/contract/v1/AccountTypeEnum.java | 8 ++-- .../api/contract/v1/AfdsTransactionEnum.java | 8 ++-- .../api/contract/v1/ArbTransaction.java | 10 ++--- .../contract/v1/ArrayOfAUResponseType.java | 8 ++-- .../contract/v1/ArrayOfBatchDetailsType.java | 8 ++-- .../v1/ArrayOfBatchStatisticType.java | 8 ++-- .../api/contract/v1/ArrayOfCardType.java | 10 ++--- .../api/contract/v1/ArrayOfContactDetail.java | 8 ++-- .../api/contract/v1/ArrayOfCurrencyCode.java | 10 ++--- ...yOfCustomerPaymentProfileListItemType.java | 10 ++--- .../api/contract/v1/ArrayOfFDSFilter.java | 10 ++--- .../contract/v1/ArrayOfFraudFilterType.java | 10 ++--- .../api/contract/v1/ArrayOfLineItem.java | 8 ++-- .../api/contract/v1/ArrayOfLong.java | 10 ++--- .../api/contract/v1/ArrayOfMarketType.java | 10 ++--- .../api/contract/v1/ArrayOfNumericString.java | 8 ++-- .../api/contract/v1/ArrayOfPaymentMethod.java | 12 +++--- .../contract/v1/ArrayOfPermissionType.java | 8 ++-- .../api/contract/v1/ArrayOfProcessorType.java | 10 ++--- .../api/contract/v1/ArrayOfProductCode.java | 10 ++--- .../api/contract/v1/ArrayOfReturnedItem.java | 8 ++-- .../api/contract/v1/ArrayOfSetting.java | 10 ++--- .../api/contract/v1/ArrayOfString.java | 8 ++-- .../api/contract/v1/ArrayOfSubscription.java | 10 ++--- .../v1/ArrayOfTransactionSummaryType.java | 8 ++-- .../api/contract/v1/AuDeleteType.java | 10 ++--- .../api/contract/v1/AuDetailsType.java | 12 +++--- .../api/contract/v1/AuResponseType.java | 10 ++--- .../api/contract/v1/AuUpdateType.java | 10 ++--- .../api/contract/v1/AuthIndicatorEnum.java | 8 ++-- .../contract/v1/AuthenticateTestRequest.java | 10 ++--- .../contract/v1/AuthenticateTestResponse.java | 10 ++--- .../v1/AuthorizationIndicatorType.java | 10 ++--- .../contract/v1/BankAccountMaskedType.java | 12 +++--- .../api/contract/v1/BankAccountType.java | 12 +++--- .../api/contract/v1/BankAccountTypeEnum.java | 8 ++-- .../api/contract/v1/BatchDetailsType.java | 12 +++--- .../api/contract/v1/BatchStatisticType.java | 10 ++--- .../authorize/api/contract/v1/CardArt.java | 8 ++-- .../api/contract/v1/CardTypeEnum.java | 8 ++-- .../api/contract/v1/CcAuthenticationType.java | 10 ++--- .../api/contract/v1/ContactDetailType.java | 8 ++-- .../CreateCustomerPaymentProfileRequest.java | 14 +++---- .../CreateCustomerPaymentProfileResponse.java | 10 ++--- ...CustomerProfileFromTransactionRequest.java | 14 +++---- .../v1/CreateCustomerProfileRequest.java | 14 +++---- .../v1/CreateCustomerProfileResponse.java | 12 +++--- ...eateCustomerProfileTransactionRequest.java | 12 +++--- ...ateCustomerProfileTransactionResponse.java | 10 ++--- .../CreateCustomerShippingAddressRequest.java | 12 +++--- ...CreateCustomerShippingAddressResponse.java | 10 ++--- .../contract/v1/CreateFingerPrintRequest.java | 10 ++--- .../v1/CreateFingerPrintResponse.java | 10 ++--- .../contract/v1/CreateProfileResponse.java | 10 ++--- .../contract/v1/CreateTransactionRequest.java | 12 +++--- .../v1/CreateTransactionResponse.java | 12 +++--- .../api/contract/v1/CreditCardMaskedType.java | 10 ++--- .../api/contract/v1/CreditCardSimpleType.java | 12 +++--- .../api/contract/v1/CreditCardTrackType.java | 8 ++-- .../api/contract/v1/CreditCardType.java | 8 ++-- .../contract/v1/CustomerAddressExType.java | 8 ++-- .../api/contract/v1/CustomerAddressType.java | 10 ++--- .../api/contract/v1/CustomerDataType.java | 10 ++--- .../v1/CustomerPaymentProfileBaseType.java | 12 +++--- .../v1/CustomerPaymentProfileExType.java | 8 ++-- .../CustomerPaymentProfileListItemType.java | 39 ++++++++++++++++--- .../v1/CustomerPaymentProfileMaskedType.java | 39 ++++++++++++++++--- .../CustomerPaymentProfileOrderFieldEnum.java | 8 ++-- .../CustomerPaymentProfileSearchTypeEnum.java | 8 ++-- .../v1/CustomerPaymentProfileSorting.java | 12 +++--- .../v1/CustomerPaymentProfileType.java | 39 ++++++++++++++++--- .../contract/v1/CustomerProfileBaseType.java | 10 ++--- .../contract/v1/CustomerProfileExType.java | 10 ++--- .../contract/v1/CustomerProfileIdType.java | 10 ++--- .../v1/CustomerProfileInfoExType.java | 10 ++--- .../v1/CustomerProfileMaskedType.java | 10 ++--- .../v1/CustomerProfilePaymentType.java | 8 ++-- .../v1/CustomerProfileSummaryType.java | 12 +++--- .../api/contract/v1/CustomerProfileType.java | 10 ++--- .../contract/v1/CustomerProfileTypeEnum.java | 8 ++-- .../api/contract/v1/CustomerType.java | 10 ++--- .../api/contract/v1/CustomerTypeEnum.java | 8 ++-- .../v1/DecryptPaymentDataRequest.java | 12 +++--- .../v1/DecryptPaymentDataResponse.java | 10 ++--- .../DeleteCustomerPaymentProfileRequest.java | 12 +++--- .../DeleteCustomerPaymentProfileResponse.java | 10 ++--- .../v1/DeleteCustomerProfileRequest.java | 12 +++--- .../v1/DeleteCustomerProfileResponse.java | 10 ++--- .../DeleteCustomerShippingAddressRequest.java | 12 +++--- ...DeleteCustomerShippingAddressResponse.java | 10 ++--- .../api/contract/v1/DeviceActivationEnum.java | 8 ++-- .../contract/v1/DriversLicenseMaskedType.java | 10 ++--- .../api/contract/v1/DriversLicenseType.java | 10 ++--- .../api/contract/v1/EcheckTypeEnum.java | 6 +-- .../api/contract/v1/EmailSettingsType.java | 10 ++--- .../net/authorize/api/contract/v1/EmvTag.java | 8 ++-- .../api/contract/v1/EncodingType.java | 8 ++-- .../contract/v1/EncryptedTrackDataType.java | 10 ++--- .../contract/v1/EncryptionAlgorithmType.java | 6 +-- .../api/contract/v1/EnumCollection.java | 14 +++---- .../api/contract/v1/ErrorResponse.java | 8 ++-- .../api/contract/v1/ExtendedAmountType.java | 10 ++--- .../api/contract/v1/FDSFilterActionEnum.java | 8 ++-- .../api/contract/v1/FDSFilterType.java | 10 ++--- .../v1/FingerPrintSupportInformationType.java | 8 ++-- .../api/contract/v1/FingerPrintType.java | 10 ++--- .../api/contract/v1/FraudInformationType.java | 10 ++--- .../contract/v1/GetAUJobDetailsRequest.java | 14 +++---- .../contract/v1/GetAUJobDetailsResponse.java | 10 ++--- .../contract/v1/GetAUJobSummaryRequest.java | 12 +++--- .../contract/v1/GetAUJobSummaryResponse.java | 10 ++--- .../v1/GetBatchStatisticsRequest.java | 12 +++--- .../v1/GetBatchStatisticsResponse.java | 10 ++--- .../GetCustomerPaymentProfileListRequest.java | 14 +++---- ...GetCustomerPaymentProfileListResponse.java | 10 ++--- ...GetCustomerPaymentProfileNonceRequest.java | 12 +++--- ...etCustomerPaymentProfileNonceResponse.java | 10 ++--- .../v1/GetCustomerPaymentProfileRequest.java | 12 +++--- .../v1/GetCustomerPaymentProfileResponse.java | 10 ++--- .../v1/GetCustomerProfileIdsRequest.java | 10 ++--- .../v1/GetCustomerProfileIdsResponse.java | 12 +++--- .../v1/GetCustomerProfileRequest.java | 10 ++--- .../v1/GetCustomerProfileResponse.java | 10 ++--- .../v1/GetCustomerShippingAddressRequest.java | 12 +++--- .../GetCustomerShippingAddressResponse.java | 10 ++--- .../v1/GetHostedPaymentPageRequest.java | 12 +++--- .../v1/GetHostedPaymentPageResponse.java | 12 +++--- .../v1/GetHostedProfilePageRequest.java | 12 +++--- .../v1/GetHostedProfilePageResponse.java | 12 +++--- .../v1/GetMerchantDetailsRequest.java | 10 ++--- .../v1/GetMerchantDetailsResponse.java | 12 +++--- .../v1/GetSettledBatchListRequest.java | 12 +++--- .../v1/GetSettledBatchListResponse.java | 10 ++--- .../v1/GetTransactionDetailsRequest.java | 12 +++--- .../v1/GetTransactionDetailsResponse.java | 12 +++--- .../GetTransactionListForCustomerRequest.java | 12 +++--- .../v1/GetTransactionListRequest.java | 10 ++--- .../v1/GetTransactionListResponse.java | 10 ++--- .../GetUnsettledTransactionListRequest.java | 12 +++--- .../GetUnsettledTransactionListResponse.java | 10 ++--- .../v1/HeldTransactionRequestType.java | 12 +++--- .../v1/ImpersonationAuthenticationType.java | 10 ++--- .../api/contract/v1/IsAliveRequest.java | 10 ++--- .../api/contract/v1/IsAliveResponse.java | 10 ++--- .../authorize/api/contract/v1/KeyBlock.java | 10 ++--- .../api/contract/v1/KeyManagementScheme.java | 12 +++--- .../authorize/api/contract/v1/KeyValue.java | 12 +++--- .../api/contract/v1/LineItemType.java | 10 ++--- .../api/contract/v1/ListOfAUDetailsType.java | 12 +++--- .../api/contract/v1/LogoutRequest.java | 10 ++--- .../api/contract/v1/LogoutResponse.java | 10 ++--- .../v1/MerchantAuthenticationType.java | 8 ++-- .../api/contract/v1/MerchantContactType.java | 8 ++-- .../v1/MerchantInitTransReasonEnum.java | 8 ++-- .../api/contract/v1/MessageTypeEnum.java | 8 ++-- .../api/contract/v1/MessagesType.java | 12 +++--- .../contract/v1/MobileDeviceLoginRequest.java | 10 ++--- .../v1/MobileDeviceLoginResponse.java | 12 +++--- .../v1/MobileDeviceRegistrationRequest.java | 12 +++--- .../v1/MobileDeviceRegistrationResponse.java | 10 ++--- .../api/contract/v1/MobileDeviceType.java | 12 +++--- .../api/contract/v1/NameAndAddressType.java | 10 ++--- .../api/contract/v1/ObjectFactory.java | 30 +++++++------- .../api/contract/v1/OpaqueDataType.java | 12 +++--- .../api/contract/v1/OperationType.java | 6 +-- .../api/contract/v1/OrderExType.java | 8 ++-- .../authorize/api/contract/v1/OrderType.java | 12 +++--- .../api/contract/v1/OtherTaxType.java | 8 ++-- .../net/authorize/api/contract/v1/Paging.java | 8 ++-- .../authorize/api/contract/v1/PayPalType.java | 8 ++-- .../api/contract/v1/PaymentDetails.java | 8 ++-- .../api/contract/v1/PaymentEmvType.java | 10 ++--- .../api/contract/v1/PaymentMaskedType.java | 8 ++-- .../api/contract/v1/PaymentMethodEnum.java | 8 ++-- .../contract/v1/PaymentMethodsTypeEnum.java | 8 ++-- .../api/contract/v1/PaymentProfile.java | 10 ++--- .../api/contract/v1/PaymentScheduleType.java | 12 +++--- .../api/contract/v1/PaymentSimpleType.java | 8 ++-- .../api/contract/v1/PaymentType.java | 8 ++-- .../api/contract/v1/PermissionType.java | 8 ++-- .../api/contract/v1/PermissionsEnum.java | 8 ++-- .../api/contract/v1/ProcessingOptions.java | 8 ++-- .../api/contract/v1/ProcessorType.java | 10 ++--- .../contract/v1/ProfileTransAmountType.java | 12 +++--- .../v1/ProfileTransAuthCaptureType.java | 8 ++-- .../contract/v1/ProfileTransAuthOnlyType.java | 8 ++-- .../v1/ProfileTransCaptureOnlyType.java | 10 ++--- .../contract/v1/ProfileTransOrderType.java | 12 +++--- .../v1/ProfileTransPriorAuthCaptureType.java | 10 ++--- .../contract/v1/ProfileTransRefundType.java | 8 ++-- .../api/contract/v1/ProfileTransVoidType.java | 10 ++--- .../contract/v1/ProfileTransactionType.java | 8 ++-- .../api/contract/v1/ReturnedItemType.java | 12 +++--- .../v1/SearchCriteriaCustomerProfileType.java | 10 ++--- .../v1/SecurePaymentContainerErrorType.java | 10 ++--- .../v1/SecurePaymentContainerRequest.java | 12 +++--- .../v1/SecurePaymentContainerResponse.java | 12 +++--- ...SendCustomerTransactionReceiptRequest.java | 12 +++--- ...endCustomerTransactionReceiptResponse.java | 10 ++--- .../api/contract/v1/SettingNameEnum.java | 8 ++-- .../api/contract/v1/SettingType.java | 8 ++-- .../api/contract/v1/SettlementStateEnum.java | 8 ++-- .../api/contract/v1/SolutionType.java | 10 ++--- .../contract/v1/SplitTenderStatusEnum.java | 8 ++-- .../api/contract/v1/SubMerchantType.java | 10 ++--- .../v1/SubscriptionCustomerProfileType.java | 8 ++-- .../api/contract/v1/SubscriptionDetail.java | 12 +++--- .../api/contract/v1/SubscriptionIdList.java | 8 ++-- .../contract/v1/SubscriptionPaymentType.java | 8 ++-- .../v1/SubsequentAuthInformation.java | 10 ++--- .../api/contract/v1/TokenMaskedType.java | 10 ++--- .../api/contract/v1/TransRetailInfoType.java | 10 ++--- .../contract/v1/TransactionDetailsType.java | 12 +++--- .../v1/TransactionGroupStatusEnum.java | 8 ++-- .../v1/TransactionListOrderFieldEnum.java | 8 ++-- .../contract/v1/TransactionListSorting.java | 12 +++--- .../contract/v1/TransactionRequestType.java | 10 ++--- .../api/contract/v1/TransactionResponse.java | 10 ++--- .../contract/v1/TransactionStatusEnum.java | 8 ++-- .../contract/v1/TransactionSummaryType.java | 12 +++--- .../api/contract/v1/TransactionTypeEnum.java | 8 ++-- .../UpdateCustomerPaymentProfileRequest.java | 14 +++---- .../UpdateCustomerPaymentProfileResponse.java | 10 ++--- .../v1/UpdateCustomerProfileRequest.java | 24 ++++++------ .../v1/UpdateCustomerProfileResponse.java | 10 ++--- .../UpdateCustomerShippingAddressRequest.java | 12 +++--- ...UpdateCustomerShippingAddressResponse.java | 10 ++--- .../v1/UpdateHeldTransactionRequest.java | 12 +++--- .../v1/UpdateHeldTransactionResponse.java | 10 ++--- .../v1/UpdateMerchantDetailsRequest.java | 10 ++--- .../v1/UpdateMerchantDetailsResponse.java | 10 ++--- .../v1/UpdateSplitTenderGroupRequest.java | 14 +++---- .../v1/UpdateSplitTenderGroupResponse.java | 10 ++--- .../authorize/api/contract/v1/UserField.java | 8 ++-- ...ValidateCustomerPaymentProfileRequest.java | 14 +++---- ...alidateCustomerPaymentProfileResponse.java | 10 ++--- .../api/contract/v1/ValidationModeEnum.java | 8 ++-- .../api/contract/v1/WebCheckOutDataType.java | 12 +++--- .../contract/v1/WebCheckOutDataTypeToken.java | 10 ++--- .../api/contract/v1/WebCheckOutTypeEnum.java | 6 +-- .../contract/v1/XXDoNotUseDummyRequest.java | 12 +++--- .../api/contract/v1/package-info.java | 4 +- .../api/controller/base/ErrorResponse.java | 2 +- .../java/net/authorize/util/HttpCallTask.java | 8 ++-- .../java/net/authorize/util/HttpUtility.java | 2 +- .../java/net/authorize/util/XmlUtility.java | 18 ++++----- .../net/authorize/util/XmlUtilityTest.java | 2 +- 271 files changed, 1463 insertions(+), 1370 deletions(-) diff --git a/pom.xml b/pom.xml index 873bccd0..6de90337 100644 --- a/pom.xml +++ b/pom.xml @@ -117,9 +117,25 @@ com.google.code.gson gson - 2.3.1 + 2.11.0 compile + + + jakarta.xml.bind + jakarta.xml.bind-api + 4.0.2 + + + org.glassfish.jaxb + jaxb-runtime + 4.0.5 + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + 2.17.2 + UTF-8 @@ -128,7 +144,7 @@ 1.5 true true - 2.17.1 + 2.22.0 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 775eb603..eadf342d 100644 --- a/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 a7c1206f..1dfd0a04 100644 --- a/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 04c26d67..f45691e3 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 5c166fc9..7ee56440 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 33f685bd..03239f14 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 df6f990a..5bac9e09 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 432be445..6a33b163 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 8bfc1d0d..85f08067 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 7b58f010..07808b4f 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 0f0863d4..c95e974a 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 4b560d61..2276838c 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSorting.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 4b22274d..04ffecb4 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 65f99ca0..e952b736 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 d0ea6d66..51f51dd5 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 328dd20d..7e3f7b70 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionStatusResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 1686ac63..b73b28d4 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 18d0d06f..6a6b7bcf 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionStatusEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 89bc44b5..aaa3b79d 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 70eba176..f6d343a1 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBSubscriptionUnitEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java b/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java index dd77252d..28118446 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 8ba8fd97..6be33b64 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 50f8ab23..9ef58a8a 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBUpdateSubscriptionResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b22f3318..92fe19d0 100644 --- a/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/AUJobTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 7033fc25..95da999c 100644 --- a/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/AccountTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 8eca3f55..4ece9f3e 100644 --- a/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/AfdsTransactionEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java b/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java index 9d32e30a..8ca44087 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java +++ b/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 5ef18d34..4a56b283 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 2f1acc3f..2b60cc67 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 18b7084e..84169f69 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java index 9932b3db..ae5ed44d 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java +++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java index 8d8c18dc..9210fbbb 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java +++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 712765d1..72a3de03 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 d3275b42..a26ea52e 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6d4ded75..5336afb0 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 f0d5ffe7..fab8ee09 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 5587b441..bb491eb5 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 e74debec..48dae907 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b7694a92..19a7982f 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b2cfe566..df61648a 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 8b153d40..7fc82e34 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,11 +10,11 @@ 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 7ea0ade5..8d13ddaa 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 34e69a79..e66f6e9f 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 bcc55366..d6eecf68 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 4684999f..dedf3674 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 190744b1..b3cfabf5 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 f686583c..0a5767fc 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 a37aa5a5..a778a2f7 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 bd897034..b37d31e8 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 b8f99b86..71afe43a 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuDeleteType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 fe70a230..cfc0b33b 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuDetailsType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 4da6188d..5aadc887 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuResponseType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuResponseType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a9995c2d..ba68f627 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuUpdateType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java b/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java index d93fa89a..9a0bfd7e 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 e6d213b9..12c0d5e7 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 58cc2070..2eac1642 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthenticateTestResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java b/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java index 5085c352..5a64ee53 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 5e048432..01e5e691 100644 --- a/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/BankAccountMaskedType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 7fc30b0a..87fa777a 100644 --- a/src/main/java/net/authorize/api/contract/v1/BankAccountType.java +++ b/src/main/java/net/authorize/api/contract/v1/BankAccountType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 6807374b..c7c21616 100644 --- a/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/BankAccountTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 849fbb55..dbe67f00 100644 --- a/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java +++ b/src/main/java/net/authorize/api/contract/v1/BatchDetailsType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 fbbf2809..97b7019e 100644 --- a/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java +++ b/src/main/java/net/authorize/api/contract/v1/BatchStatisticType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b0b7ddd2..4696c756 100644 --- a/src/main/java/net/authorize/api/contract/v1/CardArt.java +++ b/src/main/java/net/authorize/api/contract/v1/CardArt.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 4ee36590..709407d3 100644 --- a/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CardTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 06d196c3..1e3c6f4d 100644 --- a/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java +++ b/src/main/java/net/authorize/api/contract/v1/CcAuthenticationType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java b/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java index 3d993f32..52953601 100644 --- a/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java +++ b/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 68b39e46..5623ee38 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 616917a5..f50bc0ef 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerPaymentProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 d1e15338..10fe0066 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileFromTransactionRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 3282234b..0be44539 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 781def68..ab7e107d 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 9fc5b2fd..d3535d1d 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b7e9b23e..ebbccd15 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerProfileTransactionResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 ecd30ce0..bdae92ec 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 20cf3a40..5bfec211 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateCustomerShippingAddressResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintRequest.java b/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintRequest.java index 2c3f045f..4830c276 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintRequest.java @@ -8,11 +8,11 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintResponse.java b/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintResponse.java index 2f6fd283..d08d0623 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateFingerPrintResponse.java @@ -8,11 +8,11 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 3d2934f5..b26c6708 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 5a41d0f1..7537828a 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateTransactionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a99e6fe4..1d573da9 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/CreateTransactionResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 35a4e333..ffae04d6 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/CreditCardMaskedType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 9bf7f871..244dd95c 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java +++ b/src/main/java/net/authorize/api/contract/v1/CreditCardSimpleType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 3358785d..c74ce9d7 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java +++ b/src/main/java/net/authorize/api/contract/v1/CreditCardTrackType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 8996fd29..c63dbac6 100644 --- a/src/main/java/net/authorize/api/contract/v1/CreditCardType.java +++ b/src/main/java/net/authorize/api/contract/v1/CreditCardType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 93c20267..a7b3478f 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerAddressExType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 2489ac73..29d28e32 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerAddressType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 91c0781d..226679d5 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerDataType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 22b50ba6..ffe4f054 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileBaseType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 63a414e3..360b66d2 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileExType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 18f2eed4..41658ffd 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileListItemType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** @@ -39,6 +39,7 @@ * </restriction> * </simpleType> * </element> + * <element name="excludeFromAccountUpdater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -55,7 +56,8 @@ "billTo", "payment", "originalNetworkTransId", - "originalAuthAmount" + "originalAuthAmount", + "excludeFromAccountUpdater" }) public class CustomerPaymentProfileListItemType { @@ -68,6 +70,7 @@ public class CustomerPaymentProfileListItemType { protected PaymentMaskedType payment; protected String originalNetworkTransId; protected BigDecimal originalAuthAmount; + protected Boolean excludeFromAccountUpdater; /** * Gets the value of the defaultPaymentProfile property. @@ -221,4 +224,28 @@ public void setOriginalAuthAmount(BigDecimal value) { this.originalAuthAmount = value; } + /** + * Gets the value of the excludeFromAccountUpdater property. + * + * @return + * possible object is + * {@link Boolean } + * + */ + public Boolean isExcludeFromAccountUpdater() { + return excludeFromAccountUpdater; + } + + /** + * Sets the value of the excludeFromAccountUpdater property. + * + * @param value + * allowed object is + * {@link Boolean } + * + */ + public void setExcludeFromAccountUpdater(Boolean value) { + this.excludeFromAccountUpdater = value; + } + } 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 2dd97ec3..31885c8d 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileMaskedType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** @@ -47,6 +47,7 @@ * </restriction> * </simpleType> * </element> + * <element name="excludeFromAccountUpdater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * </sequence> * </extension> * </complexContent> @@ -65,7 +66,8 @@ "taxId", "subscriptionIds", "originalNetworkTransId", - "originalAuthAmount" + "originalAuthAmount", + "excludeFromAccountUpdater" }) public class CustomerPaymentProfileMaskedType extends CustomerPaymentProfileBaseType @@ -81,6 +83,7 @@ public class CustomerPaymentProfileMaskedType protected SubscriptionIdList subscriptionIds; protected String originalNetworkTransId; protected BigDecimal originalAuthAmount; + protected Boolean excludeFromAccountUpdater; /** * Gets the value of the customerProfileId property. @@ -298,4 +301,28 @@ public void setOriginalAuthAmount(BigDecimal value) { this.originalAuthAmount = value; } + /** + * Gets the value of the excludeFromAccountUpdater property. + * + * @return + * possible object is + * {@link Boolean } + * + */ + public Boolean isExcludeFromAccountUpdater() { + return excludeFromAccountUpdater; + } + + /** + * Sets the value of the excludeFromAccountUpdater property. + * + * @param value + * allowed object is + * {@link Boolean } + * + */ + public void setExcludeFromAccountUpdater(Boolean value) { + this.excludeFromAccountUpdater = value; + } + } 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 b4269fc0..84171ba3 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileOrderFieldEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 b54055f9..3d1026c3 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSearchTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 46fa4152..9c76a14e 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileSorting.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 1cd116df..8ba07aa7 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerPaymentProfileType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** @@ -36,6 +36,7 @@ * </element> * <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="subsequentAuthInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subsequentAuthInformation" minOccurs="0"/> + * <element name="excludeFromAccountUpdater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * </sequence> * </extension> * </complexContent> @@ -50,7 +51,8 @@ "driversLicense", "taxId", "defaultPaymentProfile", - "subsequentAuthInformation" + "subsequentAuthInformation", + "excludeFromAccountUpdater" }) @XmlSeeAlso({ CustomerPaymentProfileExType.class @@ -64,6 +66,7 @@ public class CustomerPaymentProfileType protected String taxId; protected Boolean defaultPaymentProfile; protected SubsequentAuthInformation subsequentAuthInformation; + protected Boolean excludeFromAccountUpdater; /** * Gets the value of the payment property. @@ -185,4 +188,28 @@ public void setSubsequentAuthInformation(SubsequentAuthInformation value) { this.subsequentAuthInformation = value; } + /** + * Gets the value of the excludeFromAccountUpdater property. + * + * @return + * possible object is + * {@link Boolean } + * + */ + public Boolean isExcludeFromAccountUpdater() { + return excludeFromAccountUpdater; + } + + /** + * Sets the value of the excludeFromAccountUpdater property. + * + * @param value + * allowed object is + * {@link Boolean } + * + */ + public void setExcludeFromAccountUpdater(Boolean value) { + this.excludeFromAccountUpdater = value; + } + } 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 ef78ddb8..e5f0b080 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileBaseType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 4b1ee825..efb88d97 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileExType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 9e1075f6..94b2138e 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileIdType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java index 6c202286..8d478340 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 ab8f18df..999efd50 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 0e77f410..348f63ca 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfilePaymentType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 929dcb33..d2bb24c3 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileSummaryType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 7d2b8f25..e667961a 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java index ed5c257e..a2e4045f 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 c04c6a18..2aa090a9 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 10cad4f8..568327b0 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 b2a2a4af..ae8d0e00 100644 --- a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 3c6ceb38..1d6ffded 100644 --- a/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/DecryptPaymentDataResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 4002b393..d4f58568 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 9801ba4e..8968672a 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerPaymentProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a876329b..4f9e07c9 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 afe14e3b..a59d2a4c 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 8f955faa..b9ffaf8b 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a76c5ab6..f2630242 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/DeleteCustomerShippingAddressResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 256672b5..2e829bdb 100644 --- a/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/DeviceActivationEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 738edd45..09c1ef37 100644 --- a/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/DriversLicenseMaskedType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 47b3a4ae..ead2e4b6 100644 --- a/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java +++ b/src/main/java/net/authorize/api/contract/v1/DriversLicenseType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 5e143c38..b9aaed42 100644 --- a/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/EcheckTypeEnum.java @@ -2,14 +2,14 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlType; /** 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 6bf0edd6..d91209e9 100644 --- a/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java +++ b/src/main/java/net/authorize/api/contract/v1/EmailSettingsType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlAttribute; +import jakarta.xml.bind.annotation.XmlType; /** 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 257a4499..cca63eaf 100644 --- a/src/main/java/net/authorize/api/contract/v1/EmvTag.java +++ b/src/main/java/net/authorize/api/contract/v1/EmvTag.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 70476934..27d58f3f 100644 --- a/src/main/java/net/authorize/api/contract/v1/EncodingType.java +++ b/src/main/java/net/authorize/api/contract/v1/EncodingType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 9f0ab7ff..435a29cf 100644 --- a/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java +++ b/src/main/java/net/authorize/api/contract/v1/EncryptedTrackDataType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 51033177..4bd835d9 100644 --- a/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java +++ b/src/main/java/net/authorize/api/contract/v1/EncryptionAlgorithmType.java @@ -2,14 +2,14 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlType; /** 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 3a5bf68a..e769e4d2 100644 --- a/src/main/java/net/authorize/api/contract/v1/EnumCollection.java +++ b/src/main/java/net/authorize/api/contract/v1/EnumCollection.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ErrorResponse.java b/src/main/java/net/authorize/api/contract/v1/ErrorResponse.java index f93121a0..0f881552 100644 --- a/src/main/java/net/authorize/api/contract/v1/ErrorResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ErrorResponse.java @@ -8,10 +8,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 1a591488..0bd9a704 100644 --- a/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java +++ b/src/main/java/net/authorize/api/contract/v1/ExtendedAmountType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 0a1e03d0..1c7445ab 100644 --- a/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/FDSFilterActionEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 9c88baa4..8380e1c5 100644 --- a/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java +++ b/src/main/java/net/authorize/api/contract/v1/FDSFilterType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/FingerPrintSupportInformationType.java b/src/main/java/net/authorize/api/contract/v1/FingerPrintSupportInformationType.java index a42cca16..624f8a2d 100644 --- a/src/main/java/net/authorize/api/contract/v1/FingerPrintSupportInformationType.java +++ b/src/main/java/net/authorize/api/contract/v1/FingerPrintSupportInformationType.java @@ -9,10 +9,10 @@ package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 7302d547..ecfc03f8 100644 --- a/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java +++ b/src/main/java/net/authorize/api/contract/v1/FingerPrintType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 1afd2803..8647f713 100644 --- a/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java +++ b/src/main/java/net/authorize/api/contract/v1/FraudInformationType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6dc2cc37..4bfd9897 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 5b93b063..4cf50e5d 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobDetailsResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 1596a918..cf27ae3d 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 bd848acb..aef31f9c 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetAUJobSummaryResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 09a1cffc..6aadccd9 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6cadb75b..3aa3f8eb 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetBatchStatisticsResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 c4c6cbac..d40244da 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 37f38ce7..295fd856 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileListResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java index 710221eb..c6dc705a 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java index 512cbfaa..2d4cd6f0 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 890f0ef3..e665fc70 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a1f12a30..587718e1 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6c8c87ff..9ba027f3 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 41e9fc90..283cdc8c 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileIdsResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 f9b76f1f..8636bc79 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6175f4ac..3f0fc271 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 54e919ed..f6e8bb96 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 2e0c7843..3fa5444f 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerShippingAddressResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 20605ba4..d7f4741d 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 5a1bb375..3d584a5d 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetHostedPaymentPageResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 babc3683..00eac8f0 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 30a6a702..16de7d12 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetHostedProfilePageResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 1d01be9a..85372b22 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 7b1be460..e320c70e 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetMerchantDetailsResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 53396561..704f6723 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 3c4c0033..596eb7eb 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetSettledBatchListResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 850f2327..112b4ca2 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 77007921..69a7856b 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionDetailsResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 7f5c146b..a7237b1d 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListForCustomerRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 f8021d5e..f8bb2ee8 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 429b4611..84a89058 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetTransactionListResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 f33db86e..ebf94bd9 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 0628de52..0fe5fd0b 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetUnsettledTransactionListResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 286cdec5..05ac2591 100644 --- a/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java +++ b/src/main/java/net/authorize/api/contract/v1/HeldTransactionRequestType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 69577495..77bffdd1 100644 --- a/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java +++ b/src/main/java/net/authorize/api/contract/v1/ImpersonationAuthenticationType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 1a2fe30a..6b14fb58 100644 --- a/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/IsAliveRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 0b9a1d9c..a6556bb5 100644 --- a/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/IsAliveResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 c09324a7..417e5556 100644 --- a/src/main/java/net/authorize/api/contract/v1/KeyBlock.java +++ b/src/main/java/net/authorize/api/contract/v1/KeyBlock.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 de13cdad..2c9cbcf4 100644 --- a/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java +++ b/src/main/java/net/authorize/api/contract/v1/KeyManagementScheme.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 2a4d3c7f..c672cfda 100644 --- a/src/main/java/net/authorize/api/contract/v1/KeyValue.java +++ b/src/main/java/net/authorize/api/contract/v1/KeyValue.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 f69712b2..c4a1fecb 100644 --- a/src/main/java/net/authorize/api/contract/v1/LineItemType.java +++ b/src/main/java/net/authorize/api/contract/v1/LineItemType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 66c90771..66cf0cb5 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,11 +10,11 @@ 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.XmlElements; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElements; +import jakarta.xml.bind.annotation.XmlType; /** 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 1b76fa2b..dc7dce76 100644 --- a/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/LogoutRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b4289e52..569e027f 100644 --- a/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/LogoutResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 00e2bf69..40e9cfa1 100644 --- a/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java +++ b/src/main/java/net/authorize/api/contract/v1/MerchantAuthenticationType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 e53a147a..8fe013cb 100644 --- a/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java +++ b/src/main/java/net/authorize/api/contract/v1/MerchantContactType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java b/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java index 41d6cca2..669a43ac 100644 --- a/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 b73fb49c..7651acc1 100644 --- a/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/MessageTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 607e7536..2b81d13a 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,11 +10,11 @@ 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 4c1c78c9..7cf228c3 100644 --- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 6150833e..a12d9d6a 100644 --- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceLoginResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 3f9e1657..8a2392b7 100644 --- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 dcf47135..c7133807 100644 --- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceRegistrationResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 4faddf5f..26081c7c 100644 --- a/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java +++ b/src/main/java/net/authorize/api/contract/v1/MobileDeviceType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 32ffe1a0..80b9b6d1 100644 --- a/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java +++ b/src/main/java/net/authorize/api/contract/v1/NameAndAddressType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 9728e697..2be95adf 100644 --- a/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java +++ b/src/main/java/net/authorize/api/contract/v1/ObjectFactory.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.annotation.XmlElementDecl; +import jakarta.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; @@ -265,11 +265,11 @@ public UpdateCustomerProfileRequest createUpdateCustomerProfileRequest() { } /** - * Create an instance of {@link CustomerProfileExType } + * Create an instance of {@link CustomerProfileInfoExType } * */ - public CustomerProfileExType createCustomerProfileExType() { - return new CustomerProfileExType(); + public CustomerProfileInfoExType createCustomerProfileInfoExType() { + return new CustomerProfileInfoExType(); } /** @@ -1632,14 +1632,6 @@ public CreditCardSimpleType createCreditCardSimpleType() { return new CreditCardSimpleType(); } - /** - * Create an instance of {@link CustomerProfileInfoExType } - * - */ - public CustomerProfileInfoExType createCustomerProfileInfoExType() { - return new CustomerProfileInfoExType(); - } - /** * Create an instance of {@link ArrayOfFDSFilter } * @@ -1816,6 +1808,14 @@ public PermissionType createPermissionType() { return new PermissionType(); } + /** + * Create an instance of {@link CustomerProfileExType } + * + */ + public CustomerProfileExType createCustomerProfileExType() { + return new CustomerProfileExType(); + } + /** * Create an instance of {@link BatchStatisticType } * 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 17bc74f1..83e27255 100644 --- a/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java +++ b/src/main/java/net/authorize/api/contract/v1/OpaqueDataType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 ad953588..29807588 100644 --- a/src/main/java/net/authorize/api/contract/v1/OperationType.java +++ b/src/main/java/net/authorize/api/contract/v1/OperationType.java @@ -2,14 +2,14 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlType; /** 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 681fd082..72556acc 100644 --- a/src/main/java/net/authorize/api/contract/v1/OrderExType.java +++ b/src/main/java/net/authorize/api/contract/v1/OrderExType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 c3f60434..21918e05 100644 --- a/src/main/java/net/authorize/api/contract/v1/OrderType.java +++ b/src/main/java/net/authorize/api/contract/v1/OrderType.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; diff --git a/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java b/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java index 82c565cc..1deee99e 100644 --- a/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java +++ b/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 0c9c9700..4008987d 100644 --- a/src/main/java/net/authorize/api/contract/v1/Paging.java +++ b/src/main/java/net/authorize/api/contract/v1/Paging.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 2e7ab582..433dcb64 100644 --- a/src/main/java/net/authorize/api/contract/v1/PayPalType.java +++ b/src/main/java/net/authorize/api/contract/v1/PayPalType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 b1821dc2..2a1065e5 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentDetails.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 0d63d983..f2946271 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentEmvType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 00d42d2d..a9882b94 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentMaskedType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 f654d14a..7f725a40 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentMethodEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 13621320..37394952 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentMethodsTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 5ae302d1..7d5a5f26 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentProfile.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 7eef7e6d..0f6acd85 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentScheduleType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 1f9f6b44..64972425 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentSimpleType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 9235f739..0c15f780 100644 --- a/src/main/java/net/authorize/api/contract/v1/PaymentType.java +++ b/src/main/java/net/authorize/api/contract/v1/PaymentType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 7be437ed..6da1e7e7 100644 --- a/src/main/java/net/authorize/api/contract/v1/PermissionType.java +++ b/src/main/java/net/authorize/api/contract/v1/PermissionType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 f049a0bb..5cca592e 100644 --- a/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/PermissionsEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java b/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java index 4a13e9f2..ff853a60 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java +++ b/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 acee9ee2..c078a6e1 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProcessorType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProcessorType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 0d9c55d0..d9b4cc2e 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -11,11 +11,11 @@ import java.math.BigDecimal; 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 7632c0c0..abf95c6e 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthCaptureType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 084c99e3..beade170 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransAuthOnlyType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 78e70e03..b2da96a5 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransCaptureOnlyType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 e7823be2..1e8da3df 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransOrderType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** 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 caf58ada..235486aa 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransPriorAuthCaptureType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 19fdba37..56b454c5 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransRefundType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 1b2b4d4b..06df36a0 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransVoidType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 e2163492..5092608e 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java +++ b/src/main/java/net/authorize/api/contract/v1/ProfileTransactionType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 e8b881fb..29549c1f 100644 --- a/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java +++ b/src/main/java/net/authorize/api/contract/v1/ReturnedItemType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; diff --git a/src/main/java/net/authorize/api/contract/v1/SearchCriteriaCustomerProfileType.java b/src/main/java/net/authorize/api/contract/v1/SearchCriteriaCustomerProfileType.java index 7538ecac..564d1752 100644 --- a/src/main/java/net/authorize/api/contract/v1/SearchCriteriaCustomerProfileType.java +++ b/src/main/java/net/authorize/api/contract/v1/SearchCriteriaCustomerProfileType.java @@ -8,11 +8,11 @@ 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.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSeeAlso; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java index 01ef833b..d5228c87 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java index 060c4c70..1a043c63 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java index e4191cf2..83d8a0d0 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 c0da7e91..aba375c6 100644 --- a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 c084a255..7aefab70 100644 --- a/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/SendCustomerTransactionReceiptResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 4757ff15..e20d4fd5 100644 --- a/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/SettingNameEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 dd6eb025..90095b08 100644 --- a/src/main/java/net/authorize/api/contract/v1/SettingType.java +++ b/src/main/java/net/authorize/api/contract/v1/SettingType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 ca0ec3b1..0d624de6 100644 --- a/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/SettlementStateEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 6502e590..bd1cecb2 100644 --- a/src/main/java/net/authorize/api/contract/v1/SolutionType.java +++ b/src/main/java/net/authorize/api/contract/v1/SolutionType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 f43bc037..bedd124e 100644 --- a/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/SplitTenderStatusEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java b/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java index e91eadea..a56a7122 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java +++ b/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a0a94875..8b49c220 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java +++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionCustomerProfileType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 6dddefba..d51f2e48 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java +++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionDetail.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 88fae51d..c10dfe84 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,9 +10,9 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 9a7c2b3a..dd6ab149 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java +++ b/src/main/java/net/authorize/api/contract/v1/SubscriptionPaymentType.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java b/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java index 0fbf9be9..938fcbf6 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java +++ b/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -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 jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 9880a63c..48201426 100644 --- a/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java +++ b/src/main/java/net/authorize/api/contract/v1/TokenMaskedType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 a4eca87e..30811ab3 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java +++ b/src/main/java/net/authorize/api/contract/v1/TransRetailInfoType.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 092c5a02..cf989b4c 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -11,11 +11,11 @@ import java.math.BigDecimal; 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 bfe9f7b1..833d8e7e 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionGroupStatusEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 7136d7a6..57a8ea5b 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionListOrderFieldEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 ac9b4bec..6ff41846 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionListSorting.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 20d6a5d5..018d9042 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -11,10 +11,10 @@ import java.math.BigDecimal; 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 8db3d6e7..48b7d3c4 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // @@ -10,10 +10,10 @@ 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 b8d8e4c7..86651dce 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionStatusEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 f7c86c80..ce259960 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionSummaryType.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; import java.math.BigDecimal; -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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; 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 d5fa95a0..29a58057 100644 --- a/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/TransactionTypeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** 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 6097b21d..78f64eb0 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 ab3a7854..af91ae22 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerPaymentProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 3baec3ac..efd2535c 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** @@ -25,7 +25,7 @@ * <complexContent> * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> * <sequence> - * <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType"/> + * <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileInfoExType"/> * </sequence> * </extension> * </complexContent> @@ -44,17 +44,17 @@ public class UpdateCustomerProfileRequest { @XmlElement(required = true) - protected CustomerProfileExType profile; + protected CustomerProfileInfoExType profile; /** * Gets the value of the profile property. * * @return * possible object is - * {@link CustomerProfileExType } + * {@link CustomerProfileInfoExType } * */ - public CustomerProfileExType getProfile() { + public CustomerProfileInfoExType getProfile() { return profile; } @@ -63,10 +63,10 @@ public CustomerProfileExType getProfile() { * * @param value * allowed object is - * {@link CustomerProfileExType } + * {@link CustomerProfileInfoExType } * */ - public void setProfile(CustomerProfileExType value) { + public void setProfile(CustomerProfileInfoExType value) { this.profile = value; } 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 6c677c55..36eb515b 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 c9c1913c..e2cf9dca 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 d0e50165..6314c1ad 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateCustomerShippingAddressResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 8858cfb9..ec9f7916 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionRequest.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 78709abd..d9df1a63 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateHeldTransactionResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java index 3de10fe4..fc8b74b9 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java index fdafc46b..18bd2634 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 d5c0cd74..4de052e6 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 e804f9fa..acc5e8fa 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateSplitTenderGroupResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 22f50247..e55e0bbc 100644 --- a/src/main/java/net/authorize/api/contract/v1/UserField.java +++ b/src/main/java/net/authorize/api/contract/v1/UserField.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlType; /** 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 7331b90f..c6cbac63 100644 --- a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileRequest.java @@ -2,18 +2,18 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 8cf501d0..9b04bb5c 100644 --- a/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/ValidateCustomerPaymentProfileResponse.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; /** 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 e8b9bad9..4d5033b3 100644 --- a/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/ValidationModeEnum.java @@ -2,15 +2,15 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlEnumValue; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java index e5678db1..cf0f6710 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java @@ -2,17 +2,17 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java index 3d3fb014..a5a4c281 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java @@ -2,16 +2,16 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM 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; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java index 01511ae2..d7e919ec 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java @@ -2,14 +2,14 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // package net.authorize.api.contract.v1; -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlEnum; +import jakarta.xml.bind.annotation.XmlType; /** diff --git a/src/main/java/net/authorize/api/contract/v1/XXDoNotUseDummyRequest.java b/src/main/java/net/authorize/api/contract/v1/XXDoNotUseDummyRequest.java index 2725a5b1..26f26bd5 100644 --- a/src/main/java/net/authorize/api/contract/v1/XXDoNotUseDummyRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/XXDoNotUseDummyRequest.java @@ -8,12 +8,12 @@ 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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlSchemaType; +import jakarta.xml.bind.annotation.XmlType; /** 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 ff990c8d..84fabf58 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,8 +2,8 @@ // 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: 2021.01.27 at 04:18:12 PM GMT+05:30 +// Generated on: 2024.07.05 at 11:12:58 AM IST // -@javax.xml.bind.annotation.XmlSchema(namespace = "AnetApi/xml/v1/schema/AnetApiSchema.xsd", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +@jakarta.xml.bind.annotation.XmlSchema(namespace = "AnetApi/xml/v1/schema/AnetApiSchema.xsd", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package net.authorize.api.contract.v1; diff --git a/src/main/java/net/authorize/api/controller/base/ErrorResponse.java b/src/main/java/net/authorize/api/controller/base/ErrorResponse.java index df9399cd..86aad7c3 100644 --- a/src/main/java/net/authorize/api/controller/base/ErrorResponse.java +++ b/src/main/java/net/authorize/api/controller/base/ErrorResponse.java @@ -2,7 +2,7 @@ import java.util.List; -import javax.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlRootElement; import net.authorize.api.contract.v1.ANetApiResponse; import net.authorize.api.contract.v1.MessagesType; diff --git a/src/main/java/net/authorize/util/HttpCallTask.java b/src/main/java/net/authorize/util/HttpCallTask.java index 0ce0a387..a43d9964 100644 --- a/src/main/java/net/authorize/util/HttpCallTask.java +++ b/src/main/java/net/authorize/util/HttpCallTask.java @@ -5,8 +5,8 @@ import java.util.List; import java.util.concurrent.Callable; -import javax.xml.bind.JAXBException; -import javax.xml.bind.UnmarshalException; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.UnmarshalException; import net.authorize.Environment; import net.authorize.api.contract.v1.ANetApiRequest; @@ -152,11 +152,11 @@ private ANetApiResponse createErrorResponse(HttpResponse httpResponse, Exception } private void setErrorResponse(List messages, HttpResponse httpResponse) { - if (null != httpResponse) { + if ( null != httpResponse) { messages.add(errorMessage); String code = "Error"; String text = "Unknown Error"; - LogHelper.warn(logger, "Error deserializing response to '%s'", this.classType); + LogHelper.warn( logger, "Error deserializing response to '%s'", this.classType); code = String.format("%d", httpResponse.getCode()); if (null != httpResponse.getReasonPhrase()) { text = httpResponse.getReasonPhrase(); diff --git a/src/main/java/net/authorize/util/HttpUtility.java b/src/main/java/net/authorize/util/HttpUtility.java index 6313e4b7..9c8c1afc 100644 --- a/src/main/java/net/authorize/util/HttpUtility.java +++ b/src/main/java/net/authorize/util/HttpUtility.java @@ -13,7 +13,7 @@ import java.util.concurrent.Executors; import java.util.concurrent.Future; -import javax.xml.bind.JAXBException; +import jakarta.xml.bind.JAXBException; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; diff --git a/src/main/java/net/authorize/util/XmlUtility.java b/src/main/java/net/authorize/util/XmlUtility.java index 26ba505d..d5ee7e90 100644 --- a/src/main/java/net/authorize/util/XmlUtility.java +++ b/src/main/java/net/authorize/util/XmlUtility.java @@ -6,12 +6,12 @@ import java.io.StringWriter; import java.util.HashMap; -import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.JAXBException; -import javax.xml.bind.Marshaller; -import javax.xml.bind.Unmarshaller; -import javax.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.JAXBContext; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.Marshaller; +import jakarta.xml.bind.Unmarshaller; +import jakarta.xml.bind.annotation.XmlRootElement; import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.SAXParserFactory; import javax.xml.transform.Source; @@ -21,8 +21,6 @@ import org.apache.logging.log4j.Logger; import org.xml.sax.InputSource; import org.xml.sax.SAXException; -import org.xml.sax.SAXNotRecognizedException; -import org.xml.sax.SAXNotSupportedException; /** * Helper methods for serializing and de-serializing to XML using JAXB @@ -87,13 +85,11 @@ public static synchronized String getXml(T entity) thro * @param classType Class Type of the object to be de-serialized into * @param class that implements Serializable * @return T De-serialized object - * @throws JAXBException if errors during de-serialization * @throws ParserConfigurationException * @throws SAXException */ @SuppressWarnings("unchecked") - public static synchronized T create(String xml, Class classType) throws JAXBException, ParserConfigurationException, SAXException - { + public static synchronized T create(String xml, Class classType) throws ParserConfigurationException, SAXException, JAXBException { T entity = null; //Disable XXE diff --git a/src/test/java/net/authorize/util/XmlUtilityTest.java b/src/test/java/net/authorize/util/XmlUtilityTest.java index 78fc0896..7ac574f6 100644 --- a/src/test/java/net/authorize/util/XmlUtilityTest.java +++ b/src/test/java/net/authorize/util/XmlUtilityTest.java @@ -4,7 +4,7 @@ import java.util.List; import java.util.Random; -import javax.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlRootElement; import net.authorize.api.contract.v1.MessageTypeEnum; import net.authorize.api.contract.v1.MessagesType; From d69c4690865d68d949775210fbec21eef700ebed Mon Sep 17 00:00:00 2001 From: gnongsie Date: Fri, 12 Jul 2024 12:54:05 +0530 Subject: [PATCH 02/11] Build SDK in higher version --- .github/workflows/java-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-workflow.yml b/.github/workflows/java-workflow.yml index 518876ce..b914068f 100644 --- a/.github/workflows/java-workflow.yml +++ b/.github/workflows/java-workflow.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: '8' + java-version: '17' - name: Build the Java SDK run: | mvn -version From 6f9d0e50c1787371f1a094a2b17a36fc4e733e19 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Fri, 12 Jul 2024 13:08:43 +0530 Subject: [PATCH 03/11] Use alternate future branch for samples --- .github/workflows/java-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-workflow.yml b/.github/workflows/java-workflow.yml index b914068f..3abff0bf 100644 --- a/.github/workflows/java-workflow.yml +++ b/.github/workflows/java-workflow.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'authorizenet/sample-code-java' - ref: 'future' + ref: 'future-alternate' path: ${{env.sample_code_java}} - name: Setup Java 1.8 to build the SDK uses: actions/setup-java@v2 From 9095c728f4f98747252319df38afe5896d475993 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Tue, 16 Jul 2024 12:03:37 +0530 Subject: [PATCH 04/11] Removed unnecessary spaces --- src/main/java/net/authorize/util/HttpCallTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/authorize/util/HttpCallTask.java b/src/main/java/net/authorize/util/HttpCallTask.java index a43d9964..a64e6e41 100644 --- a/src/main/java/net/authorize/util/HttpCallTask.java +++ b/src/main/java/net/authorize/util/HttpCallTask.java @@ -152,11 +152,11 @@ private ANetApiResponse createErrorResponse(HttpResponse httpResponse, Exception } private void setErrorResponse(List messages, HttpResponse httpResponse) { - if ( null != httpResponse) { + if (null != httpResponse) { messages.add(errorMessage); String code = "Error"; String text = "Unknown Error"; - LogHelper.warn( logger, "Error deserializing response to '%s'", this.classType); + LogHelper.warn(logger, "Error deserializing response to '%s'", this.classType); code = String.format("%d", httpResponse.getCode()); if (null != httpResponse.getReasonPhrase()) { text = httpResponse.getReasonPhrase(); From 347f0502fb1b34674ddfb0be91ea37b41bd847ef Mon Sep 17 00:00:00 2001 From: gnongsie Date: Thu, 29 Aug 2024 10:36:07 +0530 Subject: [PATCH 05/11] Updates for 2024 Release --- .gitignore | 2 ++ scripts/generateObjectsFromXsd.cmd | 6 ++++++ .../java/net/authorize/api/contract/v1/ANetApiRequest.java | 2 +- .../java/net/authorize/api/contract/v1/ANetApiResponse.java | 2 +- .../api/contract/v1/ARBCancelSubscriptionRequest.java | 2 +- .../api/contract/v1/ARBCancelSubscriptionResponse.java | 2 +- .../api/contract/v1/ARBCreateSubscriptionRequest.java | 2 +- .../api/contract/v1/ARBCreateSubscriptionResponse.java | 2 +- .../contract/v1/ARBGetSubscriptionListOrderFieldEnum.java | 2 +- .../api/contract/v1/ARBGetSubscriptionListRequest.java | 2 +- .../api/contract/v1/ARBGetSubscriptionListResponse.java | 2 +- .../contract/v1/ARBGetSubscriptionListSearchTypeEnum.java | 2 +- .../api/contract/v1/ARBGetSubscriptionListSorting.java | 2 +- .../api/contract/v1/ARBGetSubscriptionRequest.java | 2 +- .../api/contract/v1/ARBGetSubscriptionResponse.java | 2 +- .../api/contract/v1/ARBGetSubscriptionStatusRequest.java | 2 +- .../api/contract/v1/ARBGetSubscriptionStatusResponse.java | 2 +- .../api/contract/v1/ARBSubscriptionMaskedType.java | 2 +- .../api/contract/v1/ARBSubscriptionStatusEnum.java | 2 +- .../net/authorize/api/contract/v1/ARBSubscriptionType.java | 2 +- .../authorize/api/contract/v1/ARBSubscriptionUnitEnum.java | 2 +- .../net/authorize/api/contract/v1/ARBTransactionList.java | 2 +- .../api/contract/v1/ARBUpdateSubscriptionRequest.java | 2 +- .../api/contract/v1/ARBUpdateSubscriptionResponse.java | 2 +- .../java/net/authorize/api/contract/v1/AUJobTypeEnum.java | 2 +- .../java/net/authorize/api/contract/v1/AccountTypeEnum.java | 2 +- .../net/authorize/api/contract/v1/AfdsTransactionEnum.java | 2 +- .../java/net/authorize/api/contract/v1/ArbTransaction.java | 2 +- .../authorize/api/contract/v1/ArrayOfAUResponseType.java | 2 +- .../authorize/api/contract/v1/ArrayOfBatchDetailsType.java | 2 +- .../api/contract/v1/ArrayOfBatchStatisticType.java | 2 +- .../java/net/authorize/api/contract/v1/ArrayOfCardType.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfContactDetail.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfCurrencyCode.java | 2 +- .../v1/ArrayOfCustomerPaymentProfileListItemType.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfFDSFilter.java | 2 +- .../authorize/api/contract/v1/ArrayOfFraudFilterType.java | 2 +- .../java/net/authorize/api/contract/v1/ArrayOfLineItem.java | 2 +- .../java/net/authorize/api/contract/v1/ArrayOfLong.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfMarketType.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfNumericString.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfPaymentMethod.java | 2 +- .../authorize/api/contract/v1/ArrayOfPermissionType.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfProcessorType.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfProductCode.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfReturnedItem.java | 2 +- .../java/net/authorize/api/contract/v1/ArrayOfSetting.java | 2 +- .../java/net/authorize/api/contract/v1/ArrayOfString.java | 2 +- .../net/authorize/api/contract/v1/ArrayOfSubscription.java | 2 +- .../api/contract/v1/ArrayOfTransactionSummaryType.java | 2 +- .../java/net/authorize/api/contract/v1/AuDeleteType.java | 2 +- .../java/net/authorize/api/contract/v1/AuDetailsType.java | 2 +- .../java/net/authorize/api/contract/v1/AuResponseType.java | 2 +- .../java/net/authorize/api/contract/v1/AuUpdateType.java | 2 +- .../net/authorize/api/contract/v1/AuthIndicatorEnum.java | 2 +- .../authorize/api/contract/v1/AuthenticateTestRequest.java | 2 +- .../authorize/api/contract/v1/AuthenticateTestResponse.java | 2 +- .../api/contract/v1/AuthorizationIndicatorType.java | 2 +- .../authorize/api/contract/v1/BankAccountMaskedType.java | 2 +- .../java/net/authorize/api/contract/v1/BankAccountType.java | 2 +- .../net/authorize/api/contract/v1/BankAccountTypeEnum.java | 2 +- .../net/authorize/api/contract/v1/BatchDetailsType.java | 2 +- .../net/authorize/api/contract/v1/BatchStatisticType.java | 2 +- src/main/java/net/authorize/api/contract/v1/CardArt.java | 2 +- .../java/net/authorize/api/contract/v1/CardTypeEnum.java | 2 +- .../net/authorize/api/contract/v1/CcAuthenticationType.java | 2 +- .../net/authorize/api/contract/v1/ContactDetailType.java | 2 +- .../contract/v1/CreateCustomerPaymentProfileRequest.java | 2 +- .../contract/v1/CreateCustomerPaymentProfileResponse.java | 2 +- .../v1/CreateCustomerProfileFromTransactionRequest.java | 2 +- .../api/contract/v1/CreateCustomerProfileRequest.java | 2 +- .../api/contract/v1/CreateCustomerProfileResponse.java | 2 +- .../v1/CreateCustomerProfileTransactionRequest.java | 2 +- .../v1/CreateCustomerProfileTransactionResponse.java | 2 +- .../contract/v1/CreateCustomerShippingAddressRequest.java | 2 +- .../contract/v1/CreateCustomerShippingAddressResponse.java | 2 +- .../authorize/api/contract/v1/CreateProfileResponse.java | 2 +- .../authorize/api/contract/v1/CreateTransactionRequest.java | 2 +- .../api/contract/v1/CreateTransactionResponse.java | 2 +- .../net/authorize/api/contract/v1/CreditCardMaskedType.java | 2 +- .../net/authorize/api/contract/v1/CreditCardSimpleType.java | 2 +- .../net/authorize/api/contract/v1/CreditCardTrackType.java | 2 +- .../java/net/authorize/api/contract/v1/CreditCardType.java | 2 +- .../authorize/api/contract/v1/CustomerAddressExType.java | 2 +- .../net/authorize/api/contract/v1/CustomerAddressType.java | 2 +- .../net/authorize/api/contract/v1/CustomerDataType.java | 2 +- .../api/contract/v1/CustomerPaymentProfileBaseType.java | 2 +- .../api/contract/v1/CustomerPaymentProfileExType.java | 2 +- .../api/contract/v1/CustomerPaymentProfileListItemType.java | 2 +- .../api/contract/v1/CustomerPaymentProfileMaskedType.java | 2 +- .../contract/v1/CustomerPaymentProfileOrderFieldEnum.java | 2 +- .../contract/v1/CustomerPaymentProfileSearchTypeEnum.java | 2 +- .../api/contract/v1/CustomerPaymentProfileSorting.java | 2 +- .../api/contract/v1/CustomerPaymentProfileType.java | 2 +- .../authorize/api/contract/v1/CustomerProfileBaseType.java | 2 +- .../authorize/api/contract/v1/CustomerProfileExType.java | 2 +- .../authorize/api/contract/v1/CustomerProfileIdType.java | 2 +- .../api/contract/v1/CustomerProfileInfoExType.java | 2 +- .../api/contract/v1/CustomerProfileMaskedType.java | 2 +- .../api/contract/v1/CustomerProfilePaymentType.java | 2 +- .../api/contract/v1/CustomerProfileSummaryType.java | 2 +- .../net/authorize/api/contract/v1/CustomerProfileType.java | 2 +- .../authorize/api/contract/v1/CustomerProfileTypeEnum.java | 2 +- .../java/net/authorize/api/contract/v1/CustomerType.java | 2 +- .../net/authorize/api/contract/v1/CustomerTypeEnum.java | 2 +- .../api/contract/v1/DecryptPaymentDataRequest.java | 2 +- .../api/contract/v1/DecryptPaymentDataResponse.java | 2 +- .../contract/v1/DeleteCustomerPaymentProfileRequest.java | 2 +- .../contract/v1/DeleteCustomerPaymentProfileResponse.java | 2 +- .../api/contract/v1/DeleteCustomerProfileRequest.java | 2 +- .../api/contract/v1/DeleteCustomerProfileResponse.java | 2 +- .../contract/v1/DeleteCustomerShippingAddressRequest.java | 2 +- .../contract/v1/DeleteCustomerShippingAddressResponse.java | 2 +- .../net/authorize/api/contract/v1/DeviceActivationEnum.java | 2 +- .../authorize/api/contract/v1/DriversLicenseMaskedType.java | 2 +- .../net/authorize/api/contract/v1/DriversLicenseType.java | 2 +- .../java/net/authorize/api/contract/v1/EcheckTypeEnum.java | 2 +- .../net/authorize/api/contract/v1/EmailSettingsType.java | 2 +- src/main/java/net/authorize/api/contract/v1/EmvTag.java | 2 +- .../java/net/authorize/api/contract/v1/EncodingType.java | 2 +- .../authorize/api/contract/v1/EncryptedTrackDataType.java | 2 +- .../authorize/api/contract/v1/EncryptionAlgorithmType.java | 2 +- .../java/net/authorize/api/contract/v1/EnumCollection.java | 2 +- .../net/authorize/api/contract/v1/ExtendedAmountType.java | 2 +- .../net/authorize/api/contract/v1/FDSFilterActionEnum.java | 2 +- .../java/net/authorize/api/contract/v1/FDSFilterType.java | 2 +- .../java/net/authorize/api/contract/v1/FingerPrintType.java | 2 +- .../net/authorize/api/contract/v1/FraudInformationType.java | 2 +- .../authorize/api/contract/v1/GetAUJobDetailsRequest.java | 2 +- .../authorize/api/contract/v1/GetAUJobDetailsResponse.java | 2 +- .../authorize/api/contract/v1/GetAUJobSummaryRequest.java | 2 +- .../authorize/api/contract/v1/GetAUJobSummaryResponse.java | 2 +- .../api/contract/v1/GetBatchStatisticsRequest.java | 2 +- .../api/contract/v1/GetBatchStatisticsResponse.java | 2 +- .../contract/v1/GetCustomerPaymentProfileListRequest.java | 2 +- .../contract/v1/GetCustomerPaymentProfileListResponse.java | 2 +- .../contract/v1/GetCustomerPaymentProfileNonceRequest.java | 2 +- .../contract/v1/GetCustomerPaymentProfileNonceResponse.java | 2 +- .../api/contract/v1/GetCustomerPaymentProfileRequest.java | 2 +- .../api/contract/v1/GetCustomerPaymentProfileResponse.java | 2 +- .../api/contract/v1/GetCustomerProfileIdsRequest.java | 2 +- .../api/contract/v1/GetCustomerProfileIdsResponse.java | 2 +- .../api/contract/v1/GetCustomerProfileRequest.java | 2 +- .../api/contract/v1/GetCustomerProfileResponse.java | 2 +- .../api/contract/v1/GetCustomerShippingAddressRequest.java | 2 +- .../api/contract/v1/GetCustomerShippingAddressResponse.java | 2 +- .../api/contract/v1/GetHostedPaymentPageRequest.java | 2 +- .../api/contract/v1/GetHostedPaymentPageResponse.java | 2 +- .../api/contract/v1/GetHostedProfilePageRequest.java | 2 +- .../api/contract/v1/GetHostedProfilePageResponse.java | 2 +- .../api/contract/v1/GetMerchantDetailsRequest.java | 2 +- .../api/contract/v1/GetMerchantDetailsResponse.java | 2 +- .../api/contract/v1/GetSettledBatchListRequest.java | 2 +- .../api/contract/v1/GetSettledBatchListResponse.java | 2 +- .../api/contract/v1/GetTransactionDetailsRequest.java | 2 +- .../api/contract/v1/GetTransactionDetailsResponse.java | 2 +- .../contract/v1/GetTransactionListForCustomerRequest.java | 2 +- .../api/contract/v1/GetTransactionListRequest.java | 2 +- .../api/contract/v1/GetTransactionListResponse.java | 2 +- .../api/contract/v1/GetUnsettledTransactionListRequest.java | 2 +- .../contract/v1/GetUnsettledTransactionListResponse.java | 2 +- .../api/contract/v1/HeldTransactionRequestType.java | 2 +- .../api/contract/v1/ImpersonationAuthenticationType.java | 2 +- .../java/net/authorize/api/contract/v1/IsAliveRequest.java | 2 +- .../java/net/authorize/api/contract/v1/IsAliveResponse.java | 2 +- src/main/java/net/authorize/api/contract/v1/KeyBlock.java | 2 +- .../net/authorize/api/contract/v1/KeyManagementScheme.java | 2 +- src/main/java/net/authorize/api/contract/v1/KeyValue.java | 2 +- .../java/net/authorize/api/contract/v1/LineItemType.java | 2 +- .../net/authorize/api/contract/v1/ListOfAUDetailsType.java | 2 +- .../java/net/authorize/api/contract/v1/LogoutRequest.java | 2 +- .../java/net/authorize/api/contract/v1/LogoutResponse.java | 2 +- .../api/contract/v1/MerchantAuthenticationType.java | 2 +- .../net/authorize/api/contract/v1/MerchantContactType.java | 2 +- .../api/contract/v1/MerchantInitTransReasonEnum.java | 2 +- .../java/net/authorize/api/contract/v1/MessageTypeEnum.java | 2 +- .../java/net/authorize/api/contract/v1/MessagesType.java | 2 +- .../authorize/api/contract/v1/MobileDeviceLoginRequest.java | 2 +- .../api/contract/v1/MobileDeviceLoginResponse.java | 2 +- .../api/contract/v1/MobileDeviceRegistrationRequest.java | 2 +- .../api/contract/v1/MobileDeviceRegistrationResponse.java | 2 +- .../net/authorize/api/contract/v1/MobileDeviceType.java | 2 +- .../net/authorize/api/contract/v1/NameAndAddressType.java | 2 +- .../java/net/authorize/api/contract/v1/ObjectFactory.java | 2 +- .../java/net/authorize/api/contract/v1/OpaqueDataType.java | 2 +- .../java/net/authorize/api/contract/v1/OperationType.java | 2 +- .../java/net/authorize/api/contract/v1/OrderExType.java | 2 +- src/main/java/net/authorize/api/contract/v1/OrderType.java | 2 +- .../java/net/authorize/api/contract/v1/OtherTaxType.java | 2 +- src/main/java/net/authorize/api/contract/v1/Paging.java | 2 +- src/main/java/net/authorize/api/contract/v1/PayPalType.java | 2 +- .../java/net/authorize/api/contract/v1/PaymentDetails.java | 2 +- .../java/net/authorize/api/contract/v1/PaymentEmvType.java | 2 +- .../net/authorize/api/contract/v1/PaymentMaskedType.java | 2 +- .../net/authorize/api/contract/v1/PaymentMethodEnum.java | 2 +- .../authorize/api/contract/v1/PaymentMethodsTypeEnum.java | 2 +- .../java/net/authorize/api/contract/v1/PaymentProfile.java | 2 +- .../net/authorize/api/contract/v1/PaymentScheduleType.java | 2 +- .../net/authorize/api/contract/v1/PaymentSimpleType.java | 2 +- .../java/net/authorize/api/contract/v1/PaymentType.java | 2 +- .../java/net/authorize/api/contract/v1/PermissionType.java | 2 +- .../java/net/authorize/api/contract/v1/PermissionsEnum.java | 2 +- .../net/authorize/api/contract/v1/ProcessingOptions.java | 2 +- .../java/net/authorize/api/contract/v1/ProcessorType.java | 2 +- .../authorize/api/contract/v1/ProfileTransAmountType.java | 2 +- .../api/contract/v1/ProfileTransAuthCaptureType.java | 2 +- .../authorize/api/contract/v1/ProfileTransAuthOnlyType.java | 2 +- .../api/contract/v1/ProfileTransCaptureOnlyType.java | 2 +- .../authorize/api/contract/v1/ProfileTransOrderType.java | 2 +- .../api/contract/v1/ProfileTransPriorAuthCaptureType.java | 2 +- .../authorize/api/contract/v1/ProfileTransRefundType.java | 2 +- .../net/authorize/api/contract/v1/ProfileTransVoidType.java | 2 +- .../authorize/api/contract/v1/ProfileTransactionType.java | 2 +- .../net/authorize/api/contract/v1/ReturnedItemType.java | 2 +- .../api/contract/v1/SecurePaymentContainerErrorType.java | 2 +- .../api/contract/v1/SecurePaymentContainerRequest.java | 2 +- .../api/contract/v1/SecurePaymentContainerResponse.java | 2 +- .../contract/v1/SendCustomerTransactionReceiptRequest.java | 2 +- .../contract/v1/SendCustomerTransactionReceiptResponse.java | 2 +- .../java/net/authorize/api/contract/v1/SettingNameEnum.java | 2 +- .../java/net/authorize/api/contract/v1/SettingType.java | 2 +- .../net/authorize/api/contract/v1/SettlementStateEnum.java | 2 +- .../java/net/authorize/api/contract/v1/SolutionType.java | 2 +- .../authorize/api/contract/v1/SplitTenderStatusEnum.java | 2 +- .../java/net/authorize/api/contract/v1/SubMerchantType.java | 2 +- .../api/contract/v1/SubscriptionCustomerProfileType.java | 2 +- .../net/authorize/api/contract/v1/SubscriptionDetail.java | 2 +- .../net/authorize/api/contract/v1/SubscriptionIdList.java | 2 +- .../authorize/api/contract/v1/SubscriptionPaymentType.java | 2 +- .../api/contract/v1/SubsequentAuthInformation.java | 2 +- .../java/net/authorize/api/contract/v1/TokenMaskedType.java | 2 +- .../net/authorize/api/contract/v1/TransRetailInfoType.java | 2 +- .../authorize/api/contract/v1/TransactionDetailsType.java | 2 +- .../api/contract/v1/TransactionGroupStatusEnum.java | 2 +- .../api/contract/v1/TransactionListOrderFieldEnum.java | 2 +- .../authorize/api/contract/v1/TransactionListSorting.java | 2 +- .../authorize/api/contract/v1/TransactionRequestType.java | 2 +- .../net/authorize/api/contract/v1/TransactionResponse.java | 2 +- .../authorize/api/contract/v1/TransactionStatusEnum.java | 2 +- .../authorize/api/contract/v1/TransactionSummaryType.java | 2 +- .../net/authorize/api/contract/v1/TransactionTypeEnum.java | 2 +- .../contract/v1/UpdateCustomerPaymentProfileRequest.java | 2 +- .../contract/v1/UpdateCustomerPaymentProfileResponse.java | 2 +- .../api/contract/v1/UpdateCustomerProfileRequest.java | 2 +- .../api/contract/v1/UpdateCustomerProfileResponse.java | 2 +- .../contract/v1/UpdateCustomerShippingAddressRequest.java | 2 +- .../contract/v1/UpdateCustomerShippingAddressResponse.java | 2 +- .../api/contract/v1/UpdateHeldTransactionRequest.java | 2 +- .../api/contract/v1/UpdateHeldTransactionResponse.java | 2 +- .../api/contract/v1/UpdateMerchantDetailsRequest.java | 2 +- .../api/contract/v1/UpdateMerchantDetailsResponse.java | 2 +- .../api/contract/v1/UpdateSplitTenderGroupRequest.java | 2 +- .../api/contract/v1/UpdateSplitTenderGroupResponse.java | 2 +- src/main/java/net/authorize/api/contract/v1/UserField.java | 2 +- .../contract/v1/ValidateCustomerPaymentProfileRequest.java | 2 +- .../contract/v1/ValidateCustomerPaymentProfileResponse.java | 2 +- .../net/authorize/api/contract/v1/ValidationModeEnum.java | 2 +- .../net/authorize/api/contract/v1/WebCheckOutDataType.java | 2 +- .../authorize/api/contract/v1/WebCheckOutDataTypeToken.java | 2 +- .../net/authorize/api/contract/v1/WebCheckOutTypeEnum.java | 2 +- .../java/net/authorize/api/contract/v1/package-info.java | 2 +- 261 files changed, 267 insertions(+), 259 deletions(-) diff --git a/.gitignore b/.gitignore index 02f0ac3c..770f3fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ target logs +log #intellij files .idea *.iml .DS_Store docs/.DS_Store +*.xsd \ No newline at end of file diff --git a/scripts/generateObjectsFromXsd.cmd b/scripts/generateObjectsFromXsd.cmd index 03c68cc8..0a3e59b8 100644 --- a/scripts/generateObjectsFromXsd.cmd +++ b/scripts/generateObjectsFromXsd.cmd @@ -81,5 +81,11 @@ FOR %%x IN (Request Response) DO ( ) ) DEL /q /s *.bak + +FOR /r "%XSDSRCDIR%%XSDGENFOLDER%" %%F IN (*.java) DO ( + @ECHO Converting %%F to use Jakarta + POWERSHELL -Command "(Get-Content '%%F') | ForEach-Object { $_ -replace 'import javax.xml.bind', 'import jakarta.xml.bind' } | ForEach-Object { $_ -replace '@javax.xml.bind', '@jakarta.xml.bind' } | ForEach-Object { $_ -replace 'elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED', 'elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED' } | Set-Content '%%F'" +) + ENDLOCAL @ECHO FINISHED %DATE%-%TIME% 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 eadf342d..1c6a5e8f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 1dfd0a04..1ef2beb6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 f45691e3..0790be0d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7ee56440..f7296bc7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 03239f14..e4c8f157 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5bac9e09..1fe5fb41 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6a33b163..7929622f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 85f08067..87fb9337 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 07808b4f..d93ff8ff 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c95e974a..d4723d00 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2276838c..83d3edaf 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 04ffecb4..b901b518 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 e952b736..b9681b09 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 51f51dd5..e3fbca08 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7e3f7b70..fbd4bc37 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b73b28d4..792f3850 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 6a6b7bcf..692247bd 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 aaa3b79d..141e98d8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f6d343a1..167c8b19 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index 28118446..1bb434f6 100644 --- a/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.java +++ b/src/main/java/net/authorize/api/contract/v1/ARBTransactionList.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 6be33b64..e9838186 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 9ef58a8a..fbbe790c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 92fe19d0..70146ac0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 95da999c..847168dd 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4ece9f3e..7ca75ca9 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index 8ca44087..35a9fb90 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArbTransaction.java +++ b/src/main/java/net/authorize/api/contract/v1/ArbTransaction.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 4a56b283..16ce27ef 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2b60cc67..371e0854 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 84169f69..8cd230da 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index ae5ed44d..dfb88b7f 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.java +++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfCardType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java b/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java index 9210fbbb..8db7addb 100644 --- a/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.java +++ b/src/main/java/net/authorize/api/contract/v1/ArrayOfContactDetail.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 72a3de03..4c315946 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a26ea52e..5102d813 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5336afb0..fd1423ee 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 fab8ee09..628a9f89 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 bb491eb5..dad214ab 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 48dae907..a4a0c88f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 19a7982f..d40b248d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 df61648a..5d1749cc 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7fc82e34..6d1e4b73 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8d13ddaa..18657af8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e66f6e9f..0f9aca88 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d6eecf68..dfbf0394 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 dedf3674..3ffa00a4 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b3cfabf5..8b767cdb 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0a5767fc..8be9da90 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a778a2f7..30689a69 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b37d31e8..6baeba68 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 71afe43a..26377573 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 cfc0b33b..c1ab82c2 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5aadc887..9e4c9650 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ba68f627..b6af74a7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java b/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java index 9a0bfd7e..245afd50 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthIndicatorEnum.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 12c0d5e7..d1fa55c0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2eac1642..f195b11e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java b/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java index 5a64ee53..1d76070a 100644 --- a/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.java +++ b/src/main/java/net/authorize/api/contract/v1/AuthorizationIndicatorType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 01e5e691..e7d079c1 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 87fa777a..79cadd48 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c7c21616..e0fbc11d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 dbe67f00..1a5e543c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 97b7019e..fc8e0fb5 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4696c756..32a2593b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 709407d3..e7372ed7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 1e3c6f4d..60af222a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java b/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java index 52953601..1f34a23e 100644 --- a/src/main/java/net/authorize/api/contract/v1/ContactDetailType.java +++ b/src/main/java/net/authorize/api/contract/v1/ContactDetailType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5623ee38..ff1585b2 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f50bc0ef..bf2074cb 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 10fe0066..cff06f20 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0be44539..ce45a7fd 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ab7e107d..baa683cc 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d3535d1d..96346015 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ebbccd15..3f9c6aaf 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 bdae92ec..d21004ce 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5bfec211..d99fcd4f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b26c6708..f1f1cb9f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7537828a..ae931331 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 1d573da9..9fc7f7f5 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ffae04d6..7a696a86 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 244dd95c..bdc516d8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c74ce9d7..c283a864 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c63dbac6..67693ec5 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a7b3478f..6121c661 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 29d28e32..d318e91b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 226679d5..0b30c9c0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ffe4f054..953fddb6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 360b66d2..b53b0095 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 41658ffd..f701f2de 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 31885c8d..c99a17f6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 84171ba3..4d94ff3f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 3d1026c3..b0431569 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 9c76a14e..c6db37ee 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8ba07aa7..47f8d851 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e5f0b080..339a78d3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 efb88d97..38b508fd 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 94b2138e..f1936894 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java index 8d478340..4e6bc983 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileInfoExType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 999efd50..fb27844c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 348f63ca..4a7d9da0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d2bb24c3..d22a703c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e667961a..586db3c5 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java index a2e4045f..6996b31a 100644 --- a/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/CustomerProfileTypeEnum.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2aa090a9..dafeb43b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 568327b0..b7d56bb8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ae8d0e00..abfb2d48 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 1d6ffded..fb11b0f8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d4f58568..8eb09b81 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8968672a..0cf80535 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4f9e07c9..4985ac01 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a59d2a4c..1d39019d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b9ffaf8b..db46577d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f2630242..a0c855f8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2e829bdb..e53419b2 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 09c1ef37..585746b3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ead2e4b6..4be68795 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b9aaed42..8ce0af5a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d91209e9..10486851 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 cca63eaf..52a3b276 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 27d58f3f..5f2a2e8c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 435a29cf..645b3d0c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4bd835d9..3ca3c288 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e769e4d2..fb13a116 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0bd9a704..3d221c8d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 1c7445ab..0d788ce3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8380e1c5..dd251f38 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ecfc03f8..b1738b89 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8647f713..5e43a2a0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4bfd9897..b0304a6e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4cf50e5d..024d9fa6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 cf27ae3d..0f56c0e8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 aef31f9c..cb3fe2c8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6aadccd9..3e769a94 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 3aa3f8eb..e0ee205d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d40244da..5b652775 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 295fd856..63c6c51a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java index c6dc705a..b165a0d5 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceRequest.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java index 2d4cd6f0..c3233503 100644 --- a/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/GetCustomerPaymentProfileNonceResponse.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e665fc70..a0bfb648 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 587718e1..5d69d573 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 9ba027f3..1509e857 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 283cdc8c..b5a03574 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8636bc79..4f5d854d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 3f0fc271..86deba94 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f6e8bb96..a1aaacab 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 3fa5444f..03c4821e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d7f4741d..7d2996ca 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 3d584a5d..f2cd12e6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 00eac8f0..86c899c9 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 16de7d12..d5a68165 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 85372b22..538375d3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e320c70e..96dccf77 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 704f6723..b4916971 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 596eb7eb..595661ef 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 112b4ca2..fefbc46e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 69a7856b..ae03de49 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a7237b1d..0482b8c3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f8bb2ee8..e118da0d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 84a89058..cd4867eb 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ebf94bd9..ea042977 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0fe5fd0b..e568cf42 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 05ac2591..4f122894 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 77bffdd1..976e4156 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6b14fb58..3fc060b6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a6556bb5..6ab3ea29 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 417e5556..70e3bd10 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2c9cbcf4..6c62e807 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c672cfda..ca86768b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c4a1fecb..10f9b4c4 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 66cf0cb5..43bdbd0c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 dc7dce76..d0606e94 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 569e027f..068f6bb8 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 40e9cfa1..72bda15a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 8fe013cb..46af9f60 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java b/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java index 669a43ac..1875a52c 100644 --- a/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/MerchantInitTransReasonEnum.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7651acc1..963d244d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2b81d13a..87e9ba25 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7cf228c3..dd2f889d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a12d9d6a..cb461a89 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 8a2392b7..ad5ee75e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c7133807..90ecbd9d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 26081c7c..7316183a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 80b9b6d1..db04f350 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2be95adf..34a54b2b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 83e27255..589da42f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 29807588..1a36dc22 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 72556acc..1f7c0abb 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 21918e05..dd87eaa1 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java b/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java index 1deee99e..c9bfe589 100644 --- a/src/main/java/net/authorize/api/contract/v1/OtherTaxType.java +++ b/src/main/java/net/authorize/api/contract/v1/OtherTaxType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4008987d..97fc9454 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 433dcb64..2a4eea68 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 2a1065e5..227a2cdb 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 f2946271..904a7a76 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 a9882b94..d412f0ab 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7f725a40..2be3248f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 37394952..1dff715f 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7d5a5f26..a8425167 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0f6acd85..ce3245a6 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 64972425..721d1cd0 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0c15f780..f182ef3e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6da1e7e7..8d2248f3 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5cca592e..4f1ec54b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java b/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java index ff853a60..c47fa6c4 100644 --- a/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.java +++ b/src/main/java/net/authorize/api/contract/v1/ProcessingOptions.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c078a6e1..46e7d6bf 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 d9b4cc2e..2ad82594 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 abf95c6e..33dad2ca 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 beade170..019158c4 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 b2da96a5..7c69e367 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 1e8da3df..55eee30d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 235486aa..a97883d1 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 56b454c5..2aab698e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 06df36a0..c7402320 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 5092608e..a077700a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 29549c1f..7e79e572 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index d5228c87..03e6bbc0 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerErrorType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java index 1a043c63..7e20bbb0 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerRequest.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java index 83d8a0d0..d71a830c 100644 --- a/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/SecurePaymentContainerResponse.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 aba375c6..c090472c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 7aefab70..2778c26e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e20d4fd5..9583a566 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 90095b08..a1421947 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 0d624de6..953807d1 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 bd1cecb2..267ca8ac 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 bedd124e..6a20e30c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index a56a7122..02a9e8c7 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubMerchantType.java +++ b/src/main/java/net/authorize/api/contract/v1/SubMerchantType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 8b49c220..f00517ea 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d51f2e48..ae10faf7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c10dfe84..7720b6be 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 dd6ab149..0e41a0fa 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java b/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java index 938fcbf6..05f26a72 100644 --- a/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.java +++ b/src/main/java/net/authorize/api/contract/v1/SubsequentAuthInformation.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 48201426..037031bf 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 30811ab3..30c1c96e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 cf989b4c..03638d3a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 833d8e7e..42d7895b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 57a8ea5b..ddb7d258 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6ff41846..fd299dcf 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 018d9042..54bab22b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 48b7d3c4..829ec0ea 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 86651dce..7c72d028 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ce259960..c8619db7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 29a58057..b1659d17 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 78f64eb0..87b45c41 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 af91ae22..a446a1a7 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 efd2535c..0e1e2b89 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 36eb515b..db2964a4 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e2cf9dca..9464c881 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 6314c1ad..96de9361 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 ec9f7916..0388054a 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 d9df1a63..27f23ebd 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index fc8b74b9..dd7455ab 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsRequest.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java index 18bd2634..14209d30 100644 --- a/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.java +++ b/src/main/java/net/authorize/api/contract/v1/UpdateMerchantDetailsResponse.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 4de052e6..09370fc2 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 acc5e8fa..f54d628c 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 e55e0bbc..fb0acb33 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 c6cbac63..1adb763d 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 9b04bb5c..1499138b 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 4d5033b3..652aa04e 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM 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 index cf0f6710..b61dee3a 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataType.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java index a5a4c281..c0c08564 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutDataTypeToken.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // diff --git a/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java index d7e919ec..b239bd18 100644 --- a/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.java +++ b/src/main/java/net/authorize/api/contract/v1/WebCheckOutTypeEnum.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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // 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 84fabf58..f50dca81 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: 2024.07.05 at 11:12:58 AM IST +// Generated on: 2024.08.29 at 03:15:31 AM IST // @jakarta.xml.bind.annotation.XmlSchema(namespace = "AnetApi/xml/v1/schema/AnetApiSchema.xsd", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) From 5478f4a7b0b786dddc7c1572a479702bfa981187 Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Sat, 31 Aug 2024 13:48:35 +0530 Subject: [PATCH 06/11] Removed Java 8 as it is incompatible with jakarta --- .github/workflows/java-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-workflow.yml b/.github/workflows/java-workflow.yml index 3abff0bf..80a32f7c 100644 --- a/.github/workflows/java-workflow.yml +++ b/.github/workflows/java-workflow.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest, macos-latest, windows-latest] - java-version: ['8', '11', '16', '17', '18', '19', '20', '21', '22'] + java-version: ['11', '16', '17', '18', '19', '20', '21', '22'] # Removed Java 8 as it is incompatible with jakarta distribution: ['temurin'] runs-on: ${{matrix.operating-system}} steps: @@ -34,7 +34,7 @@ jobs: repository: 'authorizenet/sample-code-java' ref: 'future-alternate' path: ${{env.sample_code_java}} - - name: Setup Java 1.8 to build the SDK + - name: Setup Java 17 to build the SDK uses: actions/setup-java@v2 with: distribution: 'temurin' From 11fceccc327322c83a8b9971011850926b252d48 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Mon, 2 Sep 2024 16:47:21 +0530 Subject: [PATCH 07/11] Upgrading dependencies to fix security vulnerabilities --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6de90337..75e17b62 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ 1.5 true true - 2.22.0 + 2.23.1 From 251f1251978221ac10e5bb1f9f1e0b25c3cac87e Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Wed, 18 Sep 2024 15:46:21 +0530 Subject: [PATCH 08/11] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e9e2a77..d0cacc9c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ net.authorize anet-java-sdk jar - 2.0.7 + 2.0.8-SNAPSHOT Authorize.Net Java SDK Authorize.Net SDK includes standard payments, recurring billing, and customer profiles. http://developer.authorize.net From 5fe5b87d816a19c09e96215cd47450d753b55027 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Wed, 18 Sep 2024 16:32:47 +0530 Subject: [PATCH 09/11] Updated README file --- README.md | 86 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index a592d4f0..a9954728 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # Authorize.Net Java SDK -[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-java.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-java) -[![Code Climate](https://codeclimate.com/github/AuthorizeNet/sdk-java/badges/gpa.svg)](https://codeclimate.com/github/AuthorizeNet/sdk-java) +[![Authorize.net Java CI](https://github.com/AuthorizeNet/sdk-java/actions/workflows/java-workflow.yml/badge.svg?branch=master)](https://github.com/AuthorizeNet/sdk-java/actions/workflows/java-workflow.yml) [![Maven Central](https://img.shields.io/maven-central/v/net.authorize/anet-java-sdk.svg?style=flat)](http://mvnrepository.com/artifact/net.authorize/anet-java-sdk) - + +## IMPORTANT NOTE + +### Support for Java 1.8 + +**A new version that supports Java 1.8 is `v2.0.7`. This is the _LAST_ release with support for Java 1.8.** + +### Support for Java 9 and higher + +**A new version of the SDK has been released that supports Java 9 and higher. This new version is `v3.0.0`.** + ## Requirements -* JDK 1.5.0 to JDK 1.8.0 +* JDK 9 and higher * Ant 1.6.2 or higher (build SDK only) * Maven 2.2.0 or higher (build SDK only) * An Authorize.Net account (see _Registration & Configuration_ section below) @@ -15,20 +24,28 @@ _Note 1: Support for building the SDK with either Ant or Maven has been made. Pl _Note 2: Support for higher versions of JDK (>= 1.9.0) has not been made available._ ### Dependencies -* commons-logging-1.1.1.jar : logging -* log4j-2.17.1.jar : logging -* httpclient-4.0.1.jar : http communication with the payment gateway -* httpcore-4.0.1.jar : http communication with the payment gateway -* junit-4.8.2.jar : unit testing -* hamcrest-core-1.3.jar : unit testing -* hamcrest-library-1.3.jar : unit testing -* jmock-2.6.0.jar : unit testing +* commons-logging-1.3.3 +* log4j-2.23.1 +* log4j-jcl-2.23.1 +* log4j-api-2.23.1 +* log4j-core-2.23.1 +* log4j-1.2-api-2.23.1 +* httpclient5-5.3.1 +* httpcore5-5.2.5 +* gson-2.11.0 +* jakarta.xml.bind-api-4.0.2 +* jaxb-runtime-4.0.5 +* jackson-module-jakarta-xmlbind-annotations-2.17.2 +* junit-4.13.1 +* hamcrest-core-1.3 +* hamcrest-library-1.3 +* jmock-2.6.0 ### Migrating from older versions -Since August 2018, the Authorize.Net API has been reorganized to be more merchant focused. Authorize.Net AIM, ARB, CIM, Transaction Reporting, and SIM classes have been deprecated in favor of `net\authorize\api`. To see the full list of mapping of new features corresponding to the deprecated features, see [MIGRATING.md](MIGRATING.md). +Since August 2018, the Authorize.Net API has been reorganized to be more merchant focused. Authorize.Net AIM, ARB, CIM, Transaction Reporting, and SIM classes have been deprecated in favor of `net\authorize\api`. To see the full list of mapping of new features corresponding to the deprecated features, see [MIGRATING.md](MIGRATING.md). ### Contribution - - If you need information or clarification about Authorize.Net features, create an issue with your question. You can also search the [Authorize.Net developer community](https://community.developer.authorize.net/) for discussions related to your question. + - If you need information or clarification about Authorize.Net features, create an issue with your question. You can also search the [Authorize.Net developer community](https://community.developer.authorize.net/) for discussions related to your question. - Before creating pull requests, read [the contributors guide](CONTRIBUTING.md). ### TLS 1.2 @@ -68,7 +85,7 @@ Authorize.Net maintains a complete sandbox environment for testing and developme ApiOperationBase.setEnvironment(Environment.PRODUCTION); ``` -API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments. +API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments. ## SDK Usage Examples and Sample Code When using this SDK, downloading the Authorize.Net sample code repository is recommended. @@ -127,27 +144,22 @@ To create the javadocs: ### Testing Guide For additional help in testing your own code, Authorize.Net maintains a [comprehensive testing guide](http://developer.authorize.net/hello_world/testing_guide/) that includes test credit card numbers to use and special triggers to generate certain responses from the sandbox environment. -## Logging Sensitive Data - -The Authorize.Net Java SDK uses Log4J framework for logging purposes. Enable the logger by keeping a configuration file `Log4j.properties` in the resources folder of the application. A sample [Log4.properties](https://github.com/AuthorizeNet/sdk-java/blob/master/resources/log4j.properties) file has been provided as a reference. - -The possible log levels are `DEBUG, INFO, WARN, ERROR` and `FATAL`. There is a new pattern layout introduced to mask sensitive data while logging and can be used with the application by providing the following configurations in the `Log4j.properties` file: - -``` -// Default configuration which logs the entries in clear text - -log4j.appender.S.layout = org.apache.log4j.PatternLayout -log4j.appender.R.layout = org.apache.log4j.PatternLayout - -// Configuration which masks the sensitive data in the log entries - -log4j.appender.S.layout = net.authorize.util.SensitiveFilterLayout -log4j.appender.R.layout = net.authorize.util.SensitiveFilterLayout - -``` - -By default the logger comes with two appenders, **console** and **file transport**. - +## Logging Sensitive Data + +The Authorize.Net Java SDK uses Log4J2 framework for logging purposes. Enable the logger by keeping a configuration file `log4j2.xml` in the resources folder of the application. A sample [log4j2.xml](https://github.com/AuthorizeNet/sdk-java/blob/master/resources/log4j2.xml) file has been provided as a reference. + +The possible log levels are `DEBUG, INFO, WARN, ERROR` and `FATAL`. There is a new pattern layout introduced to mask sensitive data while logging and can be used with the application by making the following configurations in the `log4j2.xml` file: + +1. Create your own appender under `` and insert the `` section. (Example is present in the `log4j2.xml` file) + * To enable masking of sensitive data, replace `%m` with `%maskedMessage`. + * To disable masking, replace `%maskedMessage` with `%m`. +2. Create a logger under `` +3. The `name` field in the `` should contain the namespace from where log messages needs to be written to file. +4. Attach an `` section where the `ref` field uses one of the Appenders that have been created under the `` section. +5. Do **NOT** modify the logger with ``. + +By default the logger comes with two appenders, **LogToConsole** and **RollingFile**. + The sensitive fields that are masked during logging are: * Card Number * Card Code @@ -156,7 +168,7 @@ The sensitive fields that are masked during logging are: * Account Number * Name on Account -There is also a list of regular expressions which the sensitive logger uses to mask credit card numbers while logging. +There is also a list of regular expressions which the sensitive logger uses to mask credit card numbers while logging. More information on the regular expressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-java/blob/master/resources/AuthorizedNetSensitiveTagsConfig.json). From dd8eb005d09e3753276d97e15849d1c63d1f00d5 Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Wed, 18 Sep 2024 16:57:13 +0530 Subject: [PATCH 10/11] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a9954728..c15917af 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ _Note 1: Support for building the SDK with either Ant or Maven has been made. Please see the respective build processes below. All initial jars and docs were built with Ant, however._ -_Note 2: Support for higher versions of JDK (>= 1.9.0) has not been made available._ - ### Dependencies * commons-logging-1.3.3 * log4j-2.23.1 From 11580dbd1c525a6a7eb38141a951552859580727 Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Wed, 18 Sep 2024 17:36:42 +0530 Subject: [PATCH 11/11] [maven-release-plugin] prepare release anet-java-sdk-3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab04f894..f0546a6f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ net.authorize anet-java-sdk jar - 2.0.8-SNAPSHOT + 3.0.0 Authorize.Net Java SDK Authorize.Net SDK includes standard payments, recurring billing, and customer profiles. http://developer.authorize.net 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