File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
src/main/java/net/authorize/api/contract/v1 Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments