Uses of Class
com.oracle.bmc.ospgateway.responses.PayInvoiceResponse
-
Packages that use PayInvoiceResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of PayInvoiceResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return PayInvoiceResponse Modifier and Type Method Description PayInvoiceResponse
InvoiceService. payInvoice(PayInvoiceRequest request)
Pay an invoicePayInvoiceResponse
InvoiceServiceClient. payInvoice(PayInvoiceRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type PayInvoiceResponse Modifier and Type Method Description Future<PayInvoiceResponse>
InvoiceServiceAsync. payInvoice(PayInvoiceRequest request, AsyncHandler<PayInvoiceRequest,PayInvoiceResponse> handler)
Pay an invoiceFuture<PayInvoiceResponse>
InvoiceServiceAsyncClient. payInvoice(PayInvoiceRequest request, AsyncHandler<PayInvoiceRequest,PayInvoiceResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type PayInvoiceResponse Modifier and Type Method Description Future<PayInvoiceResponse>
InvoiceServiceAsync. payInvoice(PayInvoiceRequest request, AsyncHandler<PayInvoiceRequest,PayInvoiceResponse> handler)
Pay an invoiceFuture<PayInvoiceResponse>
InvoiceServiceAsyncClient. payInvoice(PayInvoiceRequest request, AsyncHandler<PayInvoiceRequest,PayInvoiceResponse> handler)
-
Uses of PayInvoiceResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return PayInvoiceResponse Modifier and Type Method Description PayInvoiceResponse
PayInvoiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type PayInvoiceResponse Modifier and Type Method Description PayInvoiceResponse.Builder
PayInvoiceResponse.Builder. copy(PayInvoiceResponse o)
Copy method to populate the builder with values from the given instance.
-