| Package | Description |
|---|---|
| org.openfact.client.services | |
| org.openfact.client.services.representations.idm |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DocumentsService.createCreditNote(String organizationName,
DocumentRepresentation creditNote,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.createDebitNote(String organizationName,
DocumentRepresentation debitNote,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.createInvoice(String organizationName,
DocumentRepresentation invoice,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.updateCreditNote(String organizationName,
String id,
DocumentRepresentation creditNote,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.updateDebitNote(String organizationName,
String id,
DocumentRepresentation debitNote,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.updateInvoice(String organizationName,
String id,
DocumentRepresentation invoice,
boolean async) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentRepresentation> |
DocumentRepresentation.getAttachedDocumentsAsDestiny() |
List<DocumentRepresentation> |
DocumentRepresentation.getAttachedDocumentsAsOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRepresentation.setAttachedDocumentsAsDestiny(List<DocumentRepresentation> attachedDocumentsAsDestiny) |
void |
DocumentRepresentation.setAttachedDocumentsAsOrigin(List<DocumentRepresentation> attachedDocumentsAsOrigin) |
Copyright © 2018. All rights reserved.