Class InvoiceSummaryWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<InvoiceSummary>
api.equinix.javasdk.customerportal.model.wrappers.InvoiceSummaryWrapper
- All Implemented Interfaces:
Resource<InvoiceSummary>,InvoiceSummary
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceSummaryWrapper(InvoiceSummaryJson invoiceSummaryJson, Pageable<InvoiceSummary> 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.InvoiceSummary
getBillingContacts, getBillingCycle, getBillingPurchaseOrder, getCurrencyCode, getCustomerDetails, getPaymentDueDate, getPaymentInstructions, getPaymentTerms, getTaxInfo, getTotalAdjustment, getTotalAmount, getTotalNonRecurringAmount, getTotalRecurringAmount, getTransactionDate, getTransactionId, getTransactionType, getVatNumberMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
InvoiceSummaryWrapper
public InvoiceSummaryWrapper(InvoiceSummaryJson invoiceSummaryJson, Pageable<InvoiceSummary> serviceClient)
-