OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / OrderBase Class / CODAmount Property



In This Topic
    CODAmount Property
    In This Topic
    The collect-on-delivery (COD) amount assigned to this Order.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("COD Amount")>
    Public Property CODAmount As Decimal
    'Usage
     
    
    Dim instance As OrderBase
    Dim value As Decimal
     
    instance.CODAmount = value
     
    value = instance.CODAmount
    [DataMember(false)]
    [DisplayName("COD Amount")]
    public decimal CODAmount {get; set;}
    [DataMember(false)]
    [DisplayName("COD Amount")]
    public:
    property decimal CODAmount {
       decimal get();
       void set (    decimal value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also