Skip to content

Commit 505fcaf

Browse files
author
srathod
committed
- Removing few unnecessary types from ObjectFactory.
1 parent cc02b9b commit 505fcaf

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,6 @@ public TransactionResponse.Messages createTransactionResponseMessages() {
128128
return new TransactionResponse.Messages();
129129
}
130130

131-
/**
132-
* Create an instance of {@link WebCheckOutDataType }
133-
*
134-
*/
135-
public WebCheckOutDataType createWebCheckOutDataType() {
136-
return new WebCheckOutDataType();
137-
}
138-
139131
/**
140132
* Create an instance of {@link MessagesType }
141133
*
@@ -424,14 +416,6 @@ public DeleteCustomerProfileResponse createDeleteCustomerProfileResponse() {
424416
return new DeleteCustomerProfileResponse();
425417
}
426418

427-
/**
428-
* Create an instance of {@link SecurePaymentContainerRequest }
429-
*
430-
*/
431-
public SecurePaymentContainerRequest createSecurePaymentContainerRequest() {
432-
return new SecurePaymentContainerRequest();
433-
}
434-
435419
/**
436420
* Create an instance of {@link GetUnsettledTransactionListRequest }
437421
*
@@ -792,14 +776,6 @@ public ARBCreateSubscriptionResponse createARBCreateSubscriptionResponse() {
792776
return new ARBCreateSubscriptionResponse();
793777
}
794778

795-
/**
796-
* Create an instance of {@link SecurePaymentContainerResponse }
797-
*
798-
*/
799-
public SecurePaymentContainerResponse createSecurePaymentContainerResponse() {
800-
return new SecurePaymentContainerResponse();
801-
}
802-
803779
/**
804780
* Create an instance of {@link AuthenticateTestResponse }
805781
*

0 commit comments

Comments
 (0)