 | CreditNoteDetailPartialEntityPricingBasisId Property |
Gets or sets the pricing basis identifier.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CreditNote
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> PricingBasisId { get; set; }
Public Property PricingBasisId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The pricing basis identifier.
See Also