InvoiceDetail Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. invoices. InvoiceDetail
- com.
- com.
- com.
public class InvoiceDetail extends ResourceBaseWithLinks<StandardResourceLinks>
Represents the detailed information of an invoice
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InvoiceDetail() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Billing |
getBillingProvider() |
| Link | getDetailLink() |
|
Invoice |
getInvoiceLineItemType() |
| void | setBillingProvider(BillingProvider value) |
| void | setDetailLink(Link value) |
| void | setInvoiceLineItemType(InvoiceLineItemType value) |
Inherited Members
Constructor Details
InvoiceDetail
public InvoiceDetail()
Method Details
getBillingProvider
public BillingProvider getBillingProvider()
getDetailLink
public Link getDetailLink()
getInvoiceLineItemType
public InvoiceLineItemType getInvoiceLineItemType()
setBillingProvider
public void setBillingProvider(BillingProvider value)
Parameters:
setDetailLink
public void setDetailLink(Link value)
Parameters:
setInvoiceLineItemType
public void setInvoiceLineItemType(InvoiceLineItemType value)
Parameters: