Class OrderInvoiceFormat
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class OrderInvoiceFormat
Properties
| Edit this page View SourceDeclaration
[JsonPropertyName("pdf")]
public InvoiceUrl? Pdf { get; set; }
Property Value
| Type | Description |
|---|---|
| InvoiceUrl |
Web
Declaration
[JsonPropertyName("web")]
public InvoiceUrl? Web { get; set; }
Property Value
| Type | Description |
|---|---|
| InvoiceUrl |