| Package | Description |
|---|---|
| be.feelio.mollie.data.invoice |
| Modifier and Type | Method and Description |
|---|---|
InvoiceStatus |
InvoiceResponse.getStatus() |
static InvoiceStatus |
InvoiceStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceResponse.setStatus(InvoiceStatus status) |
InvoiceResponse.InvoiceResponseBuilder |
InvoiceResponse.InvoiceResponseBuilder.status(InvoiceStatus status) |
| Constructor and Description |
|---|
InvoiceResponse(String resource,
String id,
String reference,
String vatNumber,
InvoiceStatus status,
Date issuedAt,
Date paidAt,
Date dueAt,
Amount netAmount,
Amount vatAmount,
Amount grossAmount,
List<InvoiceLine> lines,
InvoiceLinks links) |
Copyright © 2020. All rights reserved.