| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.purchase.ui | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreditorPanel.fill(Creditor creditor) |
| Modifier and Type | Method and Description |
|---|---|
Creditor |
IncomingInvoice.getCreditor() |
Creditor |
PurchaseOrder.getCreditor()
The account that represents a business at TurnOnline.biz Ecosystem to whom money will be credited.
|
Creditor |
CompleteOffer.getSupplier()
The supplier account that represents a business at TurnOnline.biz Ecosystem.
|
Creditor |
Expense.getSupplier()
A business that delivered a product or service.
|
Creditor |
OfferListItem.getSupplier()
The supplier account that represents a business at TurnOnline.biz Ecosystem.
|
Creditor |
Creditor.setAccount(Long account) |
Creditor |
Creditor.setBusinessName(String businessName) |
Creditor |
Creditor.setCity(String city) |
Creditor |
Creditor.setCompanyId(String companyId) |
Creditor |
Creditor.setContact(CreditorContactDetails contact) |
Creditor |
Creditor.setCountry(String country) |
Creditor |
Creditor.setLatitude(Double latitude) |
Creditor |
Creditor.setLegalForm(String legalForm) |
Creditor |
Creditor.setLogoServingUrl(String logoServingUrl) |
Creditor |
Creditor.setLongitude(Double longitude) |
Creditor |
Creditor.setPostcode(String postcode) |
Creditor |
Creditor.setStreet(String street) |
Creditor |
Creditor.setTaxId(String taxId) |
Creditor |
Creditor.setVatId(String vatId) |
Creditor |
Creditor.setVatPayer(Boolean vatPayer) |
| Modifier and Type | Method and Description |
|---|---|
IncomingInvoice |
IncomingInvoice.setCreditor(Creditor creditor) |
PurchaseOrder |
PurchaseOrder.setCreditor(Creditor creditor) |
CompleteOffer |
CompleteOffer.setSupplier(Creditor supplier) |
Expense |
Expense.setSupplier(Creditor supplier) |
OfferListItem |
OfferListItem.setSupplier(Creditor supplier) |
Copyright © 2023. All rights reserved.