Show / Hide Table of Contents

    Class FeeInfo

    Thông tin các loại phí

    Inheritance
    System.Object
    FeeInfo
    Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
    Assembly:cs.temp.dll.dll
    Syntax
    public class FeeInfo

    Properties

    FeeAmountOC

    Tiền phí

    Declaration
    public decimal ? FeeAmountOC
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    FeeName

    Tên loại phí

    Declaration
    public string FeeName
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX