Loss Risk Responsibility Code (BBIE). An identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICode LossRiskResponsibilityCode { get; set; } |
| Visual Basic |
|---|
Public Property LossRiskResponsibilityCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ LossRiskResponsibilityCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract LossRiskResponsibilityCode : ICode with get, set
override LossRiskResponsibilityCode : ICode with get, set |
Property Value
Type:
ICodeImplements
IDeliveryTerms..::..LossRiskResponsibilityCodeRemarks
See Also