Type AliasB2bTaxInvoiceItem

B2bTaxInvoiceItem: {
    purchaseDate?: string;
    name?: string;
    spec?: string;
    quantity?: number;
    quantityScale?: number;
    unitCostAmount?: number;
    unitCostAmountScale?: number;
    supplyCostAmount?: number;
    taxAmount?: number;
    remark?: string;
}

품목

Type declaration

  • OptionalpurchaseDate?: string

    결제일

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

  • Optionalname?: string

    품명

    최대 100자

  • Optionalspec?: string

    규격

    최대 100자

  • Optionalquantity?: number

    수량

    입력 범위 : -99999999.99 ~ 999999999.99, 10^-quantityScale 단위로 치환됨 (int64)

  • OptionalquantityScale?: number

    수량 단위

    입력 범위 : 0 ~ 2, 기본값: 0 (int32)

  • OptionalunitCostAmount?: number

    단가

    입력 범위 : -99999999999999.99 ~ 999999999999999.99 (int64)

  • OptionalunitCostAmountScale?: number

    단가 단위

    입력 범위 : 0 ~ 2, 기본값: 0 (int32)

  • OptionalsupplyCostAmount?: number

    공급가액 (int64)

  • OptionaltaxAmount?: number

    세액 (int64)

  • Optionalremark?: string

    비고