Click or drag to resize
SupplierInvoiceOptions Class

[This is preliminary documentation and is subject to change.]

Generella inställningar för hur leverantörsfaktura ska ha hanteras.
Inheritance Hierarchy
SystemObject
  _3LProServicesOptions
    _3LProServices.SupplierInvoiceServiceSupplierInvoiceOptions

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public class SupplierInvoiceOptions : Options

The SupplierInvoiceOptions type exposes the following members.

Constructors
  NameDescription
Public methodSupplierInvoiceOptions
Constructor
Top
Properties
  NameDescription
Public propertyCompanyId
Företagsnummer i 3L Pro. Används i första hand för att identifiera ett företag. Ange 0 om sökning ska ske med externt företagsid eller organisationsnummer.
(Inherited from Options.)
Public propertyCorporateId
Organisationsnummer, 10 eller 11 tecken. Exempel: 1122334455 / 112233-4455. Används i tredje hand för att identifiera ett företag i 3L Pro. Ange tom sträng om sökning ska ske via företagsnummer 3L eller externt företagsid.
(Inherited from Options.)
Public propertyExternalCompanyId
Externt företagsid. Används i andra hand för att identifiera ett företag i 3L Pro. Ange tom sträng om sökning ska ske via företagsnummer 3L eller organisationsnummer.
(Inherited from Options.)
Public propertyMessageLanguage
I vilket språk ska returrmeddelanden lämnas.
(Inherited from Options.)
Public propertySignature
3L Pro-användare alternativt fri identifikation för märkning av skapade transaktioner. Max 10 tecken. Default: service3L
(Inherited from Options.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also