Class InvoicePayment
- java.lang.Object
-
- no.digipost.api.useragreements.client.InvoicePayment
-
public class InvoicePayment extends Object
-
-
Constructor Summary
Constructors Constructor Description InvoicePayment(Integer paymentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceUpdateasInvoiceUpdate()IntegergetPaymentId()
-
-
-
Constructor Detail
-
InvoicePayment
public InvoicePayment(Integer paymentId)
-
-
Method Detail
-
getPaymentId
public Integer getPaymentId()
-
asInvoiceUpdate
public InvoiceUpdate asInvoiceUpdate()
-
-