| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.billing.ui | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerPanel.bind(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerPanel.bind(Customer customer) |
void |
CustomerPanel.fill(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CompleteOffer.getCustomer()
A customer to be invoiced.
|
Customer |
Invoice.getCustomer()
The invoiced customer (business partner).
|
Customer |
PurchaseOrder.getCustomer()
Invoiced customer.
|
Customer |
Order.getCustomer()
A customer to be invoiced.
|
Customer |
OfferListItem.getCustomer()
The identification of the customer as a recipient of the offer.
|
Customer |
Customer.setAccount(Long account) |
Customer |
Customer.setBusinessName(String businessName) |
Customer |
Customer.setCcEmail(String ccEmail) |
Customer |
Customer.setCity(String city) |
Customer |
Customer.setCompanyId(String companyId) |
Customer |
Customer.setContactEmail(String contactEmail) |
Customer |
Customer.setContactPhone(String contactPhone) |
Customer |
Customer.setCountry(String country) |
Customer |
Customer.setEmail(String email) |
Customer |
Customer.setFirstName(String firstName) |
Customer |
Customer.setLastName(String lastName) |
Customer |
Customer.setLocale(String locale) |
Customer |
Customer.setLogoServingUrl(String logoServingUrl) |
Customer |
Customer.setPostalAddress(CustomerPostalAddress postalAddress) |
Customer |
Customer.setPostcode(String postcode) |
Customer |
Customer.setPrefix(String prefix) |
Customer |
Customer.setStreet(String street) |
Customer |
Customer.setSuffix(String suffix) |
Customer |
Customer.setTaxId(String taxId) |
Customer |
Customer.setVatId(String vatId) |
| Modifier and Type | Method and Description |
|---|---|
CompleteOffer |
CompleteOffer.setCustomer(Customer customer) |
Invoice |
Invoice.setCustomer(Customer customer) |
PurchaseOrder |
PurchaseOrder.setCustomer(Customer customer) |
Order |
Order.setCustomer(Customer customer) |
OfferListItem |
OfferListItem.setCustomer(Customer customer) |
void |
Invoice.setCustomerIf(Customer customer) |
void |
Order.setCustomerIf(Customer customer) |
Copyright © 2023. All rights reserved.