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() {
128
128
return new TransactionResponse .Messages ();
129
129
}
130
130
131
- /**
132
- * Create an instance of {@link WebCheckOutDataType }
133
- *
134
- */
135
- public WebCheckOutDataType createWebCheckOutDataType () {
136
- return new WebCheckOutDataType ();
137
- }
138
-
139
131
/**
140
132
* Create an instance of {@link MessagesType }
141
133
*
@@ -424,14 +416,6 @@ public DeleteCustomerProfileResponse createDeleteCustomerProfileResponse() {
424
416
return new DeleteCustomerProfileResponse ();
425
417
}
426
418
427
- /**
428
- * Create an instance of {@link SecurePaymentContainerRequest }
429
- *
430
- */
431
- public SecurePaymentContainerRequest createSecurePaymentContainerRequest () {
432
- return new SecurePaymentContainerRequest ();
433
- }
434
-
435
419
/**
436
420
* Create an instance of {@link GetUnsettledTransactionListRequest }
437
421
*
@@ -792,14 +776,6 @@ public ARBCreateSubscriptionResponse createARBCreateSubscriptionResponse() {
792
776
return new ARBCreateSubscriptionResponse ();
793
777
}
794
778
795
- /**
796
- * Create an instance of {@link SecurePaymentContainerResponse }
797
- *
798
- */
799
- public SecurePaymentContainerResponse createSecurePaymentContainerResponse () {
800
- return new SecurePaymentContainerResponse ();
801
- }
802
-
803
779
/**
804
780
* Create an instance of {@link AuthenticateTestResponse }
805
781
*
You can’t perform that action at this time.
0 commit comments