RegisterStoreReceiptBodyItem

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

하위 상점 거래 정보

Constructors

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

Properties

Link copied to clipboard

통화

Link copied to clipboard

하위 상점 사업자등록번호

Link copied to clipboard

하위 상점명

Link copied to clipboard
val supplyAmount: Long? = null

공급가액

Link copied to clipboard
val taxFreeAmount: Long? = null

면세액

Link copied to clipboard

결제 총 금액

Link copied to clipboard
val vatAmount: Long? = null

부가세액