CashReceiptInput

@Serializable
data class CashReceiptInput(val type: CashReceiptInputType, val customerIdentityNumber: String? = null)

현금영수증 입력 정보

Constructors

Link copied to clipboard
constructor(type: CashReceiptInputType, customerIdentityNumber: String? = null)

Properties

Link copied to clipboard

사용자 식별 번호

Link copied to clipboard

현금영수증 유형