Uses of Class
com.oracle.bmc.ospgateway.model.Invoice
-
Packages that use Invoice Package Description com.oracle.bmc.ospgateway.model com.oracle.bmc.ospgateway.responses -
-
Uses of Invoice in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Invoice Modifier and Type Method Description Invoice
Invoice.Builder. build()
Methods in com.oracle.bmc.ospgateway.model with parameters of type Invoice Modifier and Type Method Description Invoice.Builder
Invoice.Builder. copy(Invoice model)
-
Uses of Invoice in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return Invoice Modifier and Type Method Description Invoice
GetInvoiceResponse. getInvoice()
The returned Invoice instance.Methods in com.oracle.bmc.ospgateway.responses with parameters of type Invoice Modifier and Type Method Description GetInvoiceResponse.Builder
GetInvoiceResponse.Builder. invoice(Invoice invoice)
The returned Invoice instance.
-