API Reference
Class
PdfInvoiceParty
Postal or business identity used by the invoice recipe.
Inheritance
- Object
- PdfInvoiceParty
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfInvoiceComponent.Customer
- Property PdfInvoiceComponent.Seller
Accepted by parameters
- Constructor PdfInvoiceComponent.PdfInvoiceComponent
- Constructor PdfInvoiceComponent.PdfInvoiceComponent
Constructors
public PdfInvoiceParty(String name, IEnumerable<String> details = null) #Creates a named party with optional address/details lines.
Parameters
- name System.String
- details System.Collections.Generic.IEnumerable{System.String} = null
Inherited Methods
Properties
public IReadOnlyList<String> Details { get; } #Address, tax, or contact lines.