Uses of Class
com.blockchyp.client.dto.InvoicePayment
Packages that use InvoicePayment
-
Uses of InvoicePayment in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type InvoicePaymentModifier and TypeMethodDescriptionMerchantInvoiceDetailResponse.getPayments()Gets the list of payments collected against the invoice.Methods in com.blockchyp.client.dto with parameters of type InvoicePaymentModifier and TypeMethodDescriptionvoidMerchantInvoiceDetailResponse.addPayment(InvoicePayment value) Adds a the list of payments collected against the invoice.Method parameters in com.blockchyp.client.dto with type arguments of type InvoicePaymentModifier and TypeMethodDescriptionvoidMerchantInvoiceDetailResponse.setPayments(Collection<InvoicePayment> value) Sets the list of payments collected against the invoice.