RegisterStoreReceiptBodyItem

@Serializable
data class RegisterStoreReceiptBodyItem(val storeBusinessRegistrationNumber: String, val storeName: String, val totalAmount: Long, val taxFreeAmount: Long? = null, val vatAmount: Long? = null, val supplyAmount: Long? = null, val currency: Currency)

하위 상점 거래 정보

Constructors

Link copied to clipboard
constructor(storeBusinessRegistrationNumber: String, storeName: String, totalAmount: Long, taxFreeAmount: Long? = null, vatAmount: Long? = null, supplyAmount: Long? = null, currency: Currency)

Properties

Link copied to clipboard

통화

Link copied to clipboard

하위 상점 사업자등록번호

Link copied to clipboard

하위 상점명

Link copied to clipboard

공급가액

Link copied to clipboard

면세액

Link copied to clipboard

결제 총 금액

Link copied to clipboard

부가세액