Class Invoice

Invoice class

송장 클래스.

public class Invoice

생성자

이름설명
Invoice()의 새 인스턴스를 초기화합니다.Invoice 클래스.

속성

이름설명
Adjustment { get; set; }가져오거나 설정합니다.Adjustment .
Discount { get; set; }가져오거나 설정합니다.Discount .
InvoiceDate { get; set; }송장을 적용할 날짜를 가져오거나 설정합니다.
InvoiceDescription { get; set; }송장 설명을 가져오거나 설정합니다.
InvoiceNumber { get; set; }결제와 관련된 인보이스 번호를 가져오거나 설정합니다.
InvoicePaidAmount { get; set; }지불되는 인보이스 금액을 가져오거나 설정합니다
InvoiceTotalAmount { get; set; }총 송장 금액을 가져오거나 설정합니다.
LineItems { get; set; }컬렉션을 가져오거나 설정합니다.LineItem .

또한보십시오