Uses of Class
com.blockchyp.client.dto.MerchantInvoiceSummary
Packages that use MerchantInvoiceSummary
-
Uses of MerchantInvoiceSummary in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type MerchantInvoiceSummaryModifier and TypeMethodDescriptionMerchantInvoiceListResponse.getInvoices()Gets the list of invoices returned by the request.Methods in com.blockchyp.client.dto with parameters of type MerchantInvoiceSummaryModifier and TypeMethodDescriptionvoidMerchantInvoiceListResponse.addInvoice(MerchantInvoiceSummary value) Adds a the list of invoices returned by the request.Method parameters in com.blockchyp.client.dto with type arguments of type MerchantInvoiceSummaryModifier and TypeMethodDescriptionvoidMerchantInvoiceListResponse.setInvoices(Collection<MerchantInvoiceSummary> value) Sets the list of invoices returned by the request.