Uses of Class
com.oracle.bmc.ospgateway.model.PayInvoiceDetails
-
Packages that use PayInvoiceDetails Package Description com.oracle.bmc.ospgateway.model com.oracle.bmc.ospgateway.requests -
-
Uses of PayInvoiceDetails in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return PayInvoiceDetails Modifier and Type Method Description PayInvoiceDetails
PayInvoiceDetails.Builder. build()
Methods in com.oracle.bmc.ospgateway.model with parameters of type PayInvoiceDetails Modifier and Type Method Description PayInvoiceDetails.Builder
PayInvoiceDetails.Builder. copy(PayInvoiceDetails model)
-
Uses of PayInvoiceDetails in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return PayInvoiceDetails Modifier and Type Method Description PayInvoiceDetails
PayInvoiceRequest. getBody$()
Alternative accessor for the body parameter.PayInvoiceDetails
PayInvoiceRequest. getPayInvoiceDetails()
Invoice payment request.Methods in com.oracle.bmc.ospgateway.requests with parameters of type PayInvoiceDetails Modifier and Type Method Description PayInvoiceRequest.Builder
PayInvoiceRequest.Builder. body$(PayInvoiceDetails body)
Alternative setter for the body parameter.PayInvoiceRequest.Builder
PayInvoiceRequest.Builder. payInvoiceDetails(PayInvoiceDetails payInvoiceDetails)
Invoice payment request.
-