Class InvoiceDetailWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<InvoiceDetail>
api.equinix.javasdk.customerportal.model.wrappers.InvoiceDetailWrapper
- All Implemented Interfaces:
Resource<InvoiceDetail>,InvoiceDetail
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceDetailWrapper(InvoiceDetailJson invoiceDetailJson, Pageable<InvoiceDetail> serviceClient) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.customerportal.model.InvoiceDetail
getActivityType, getAdditionalInfo, getAdjustment, getBillingAgreementId, getBusinessLegalEntity, getContacts, getCurrencyCode, getCustomerDetails, getCustomerReferenceId, getDetailedDescription, getFrequency, getIbxDescription, getIbxs, getLegacyOrderId, getLineNumber, getLocalCurrencyCode, getNonRecurringAmount, getOrderBookedDate, getOrderId, getProductCategory, getProductCode, getProductDescription, getPurchaseOrderNumber, getQuantity, getRecurringAmount, getSubLineNumber, getTaxAmount, getTotalAmount, getTransactionDate, getTransactionId, getTransactionType, getUnitOfMeasure, getUnitPriceMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
InvoiceDetailWrapper
public InvoiceDetailWrapper(InvoiceDetailJson invoiceDetailJson, Pageable<InvoiceDetail> serviceClient)
-