PaymentReconciliationVatReportItem

@Serializable
data class PaymentReconciliationVatReportItem(val paymentMethod: SimplifiedPaymentMethodType, val supplyAmount: Long, val vatAmount: Long, val taxFreeAmount: Long, val totalAmount: Long)

Constructors

Link copied to clipboard
constructor(paymentMethod: SimplifiedPaymentMethodType, supplyAmount: Long, vatAmount: Long, taxFreeAmount: Long, totalAmount: Long)

Properties

Link copied to clipboard
Link copied to clipboard

공급가액

Link copied to clipboard

면세 금액

Link copied to clipboard

총 금액

Link copied to clipboard

부가세 금액