Uses of Class
com.blockchyp.client.dto.InvoiceLineItem
Packages that use InvoiceLineItem
-
Uses of InvoiceLineItem in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type InvoiceLineItemModifier and TypeMethodDescriptionInvoiceLineItem.getLineItems()Gets the list of nested line items, if any.MerchantInvoiceDetailResponse.getLineItems()Gets the list of line item details associated with the invoice.Methods in com.blockchyp.client.dto with parameters of type InvoiceLineItemModifier and TypeMethodDescriptionvoidInvoiceLineItem.addLineItem(InvoiceLineItem value) Adds a the list of nested line items, if any.voidMerchantInvoiceDetailResponse.addLineItem(InvoiceLineItem value) Adds a the list of line item details associated with the invoice.Method parameters in com.blockchyp.client.dto with type arguments of type InvoiceLineItemModifier and TypeMethodDescriptionvoidInvoiceLineItem.setLineItems(Collection<InvoiceLineItem> value) Sets the list of nested line items, if any.voidMerchantInvoiceDetailResponse.setLineItems(Collection<InvoiceLineItem> value) Sets the list of line item details associated with the invoice.