Uses of Class
com.blockchyp.client.dto.PartnerStatementLineItem
Packages that use PartnerStatementLineItem
-
Uses of PartnerStatementLineItem in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type PartnerStatementLineItemModifier and TypeMethodDescriptionPartnerStatementDetailResponse.getLineItems()Gets the line item detail associated with the statement.Methods in com.blockchyp.client.dto with parameters of type PartnerStatementLineItemModifier and TypeMethodDescriptionvoidPartnerStatementDetailResponse.addLineItem(PartnerStatementLineItem value) Adds a the line item detail associated with the statement.Method parameters in com.blockchyp.client.dto with type arguments of type PartnerStatementLineItemModifier and TypeMethodDescriptionvoidPartnerStatementDetailResponse.setLineItems(Collection<PartnerStatementLineItem> value) Sets the line item detail associated with the statement.