Uses of Class
com.oracle.bmc.ospgateway.requests.AuthorizeSubscriptionPaymentRequest
-
Packages that use AuthorizeSubscriptionPaymentRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of AuthorizeSubscriptionPaymentRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type AuthorizeSubscriptionPaymentRequest Modifier and Type Method Description AuthorizeSubscriptionPaymentResponse
SubscriptionService. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request)
PSD2 authorization for subscription paymentFuture<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsync. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
PSD2 authorization for subscription paymentFuture<AuthorizeSubscriptionPaymentResponse>
SubscriptionServiceAsyncClient. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request, AsyncHandler<AuthorizeSubscriptionPaymentRequest,AuthorizeSubscriptionPaymentResponse> handler)
AuthorizeSubscriptionPaymentResponse
SubscriptionServiceClient. authorizeSubscriptionPayment(AuthorizeSubscriptionPaymentRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type AuthorizeSubscriptionPaymentRequest 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 AuthorizeSubscriptionPaymentRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return AuthorizeSubscriptionPaymentRequest Modifier and Type Method Description AuthorizeSubscriptionPaymentRequest
AuthorizeSubscriptionPaymentRequest.Builder. build()
Build the instance of AuthorizeSubscriptionPaymentRequest as configured by this builderAuthorizeSubscriptionPaymentRequest
AuthorizeSubscriptionPaymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AuthorizeSubscriptionPaymentRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type AuthorizeSubscriptionPaymentRequest Modifier and Type Method Description AuthorizeSubscriptionPaymentRequest.Builder
AuthorizeSubscriptionPaymentRequest.Builder. copy(AuthorizeSubscriptionPaymentRequest o)
Copy method to populate the builder with values from the given instance.
-