public final class Bill extends Object
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
The unique identification of the bill within Billing Processor service.
|
Long |
getInvoice()
The invoice identification, unique only for specified order.
|
Long |
getOrder()
The unique identification of the order associated with the invoice.
|
Long |
getReceipt()
The unique identification of the receipt within Product Billing service.
|
Bill |
setId(Long id) |
Bill |
setInvoice(Long invoice) |
Bill |
setOrder(Long order) |
Bill |
setReceipt(Long receipt) |
public Long getId()
public Long getInvoice()
public Long getOrder()
public Long getReceipt()
Copyright © 2023. All rights reserved.