@portone/server-sdk
    Preparing search index...

    Type Alias B2bTaxInvoiceItem

    품목

    type B2bTaxInvoiceItem = {
        purchaseDate?: string;
        name?: string;
        spec?: string;
        quantity?: Decimal;
        unitCostAmount?: Decimal;
        supplyCostAmount?: number;
        taxAmount?: number;
        remark?: string;
    }
    Index

    Properties

    purchaseDate?: string

    결제일

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

    name?: string

    품명

    최대 100자

    spec?: string

    규격

    최대 100자

    quantity?: Decimal

    수량

    입력 범위 : -99999999.99 ~ 999999999.99 quantity.scale의 입력 범위 : 0 ~ 2 quantity.value * 10^-quantity.scale 단위로 치환됩니다.

    unitCostAmount?: Decimal

    단가

    입력 범위 : -99999999999999.99 ~ 999999999999999.99 unitCostAmount.scale의 입력 범위 : 0 ~ 2 unitCostAmount.value * 10^-unitCostAmount.scale 단위로 치환됩니다.

    supplyCostAmount?: number

    공급가액 (int64)

    taxAmount?: number

    세액 (int64)

    remark?: string

    비고