Uses of Class
com.oracle.bmc.ospgateway.responses.AuthorizeSubscriptionPaymentResponse
-
Packages that use AuthorizeSubscriptionPaymentResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of AuthorizeSubscriptionPaymentResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return AuthorizeSubscriptionPaymentResponse Modifier and Type Method Description AuthorizeSubscriptionPaymentResponse
SubscriptionService. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request)
PSD2 authorization for subscription paymentAuthorizeSubscriptionPaymentResponse
SubscriptionServiceClient. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type AuthorizeSubscriptionPaymentResponse Modifier and Type Method Description Future<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsync. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
PSD2 authorization for subscription paymentFuture<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsyncClient. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type AuthorizeSubscriptionPaymentResponse Modifier and Type Method Description Future<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsync. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
PSD2 authorization for subscription paymentFuture<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsyncClient. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
-
Uses of AuthorizeSubscriptionPaymentResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return AuthorizeSubscriptionPaymentResponse Modifier and Type Method Description AuthorizeSubscriptionPaymentResponse
AuthorizeSubscriptionPaymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type AuthorizeSubscriptionPaymentResponse Modifier and Type Method Description AuthorizeSubscriptionPaymentResponse.Builder
AuthorizeSubscriptionPaymentResponse.Builder. copy(AuthorizeSubscriptionPaymentResponse o)
Copy method to populate the builder with values from the given instance.
-