Uses of Class
no.digipost.api.useragreements.client.InvoiceStatus
-
Packages that use InvoiceStatus Package Description no.digipost.api.useragreements.client Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.no.digipost.api.useragreements.client.xml -
-
Uses of InvoiceStatus in no.digipost.api.useragreements.client
Methods in no.digipost.api.useragreements.client that return InvoiceStatus Modifier and Type Method Description InvoiceStatusGetDocumentsQuery. getInvoiceStatus()InvoiceStatusInvoice. getStatus()InvoiceStatusInvoiceUpdate. getStatus()static InvoiceStatusInvoiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoiceStatus[]InvoiceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.useragreements.client with parameters of type InvoiceStatus Modifier and Type Method Description GetDocumentsQuery.BuilderGetDocumentsQuery.Builder. invoiceStatus(InvoiceStatus invoiceStatus)Constructors in no.digipost.api.useragreements.client with parameters of type InvoiceStatus Constructor Description Invoice(Kid kid, BigDecimal amount, LocalDate dueDate, InvoiceStatus status, String account)InvoiceUpdate(InvoiceStatus status)InvoiceUpdate(InvoiceStatus status, Integer paymentId) -
Uses of InvoiceStatus in no.digipost.api.useragreements.client.xml
Methods in no.digipost.api.useragreements.client.xml that return InvoiceStatus Modifier and Type Method Description InvoiceStatusInvoiceStatusXmlAdapter. unmarshal(String v)Methods in no.digipost.api.useragreements.client.xml with parameters of type InvoiceStatus Modifier and Type Method Description StringInvoiceStatusXmlAdapter. marshal(InvoiceStatus v)
-