InvoiceIssuedHeaderPaymentInfo Property |  |
Informácie o platobných podmienkach faktúry - spôsob platby, bankový účet a podobne.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.InvoicesIssuedAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic InvoiceIssuedHeaderInvoicePaymentInfo PaymentInfo { get; set; }Public Property PaymentInfo As InvoiceIssuedHeaderInvoicePaymentInfo
Get
Set
Dim instance As InvoiceIssuedHeader
Dim value As InvoiceIssuedHeaderInvoicePaymentInfo
value = instance.PaymentInfo
instance.PaymentInfo = value
Property Value
InvoiceIssuedHeaderInvoicePaymentInfo
See Also