public class HTCashbill extends Object implements Serializable
| Constructor and Description |
|---|
HTCashbill() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardOwnerName()
카드소유자명 확인
|
String |
getCustomerName()
고객명 확인
|
Short |
getDeductionType()
공제유형 확인
|
String |
getFranchiseCorpName()
발행자 상호 확인
|
String |
getFranchiseCorpNum()
발행자 사업자번호 확인
|
Short |
getFranchiseCorpType()
발행자 사업자유형 확인
|
String |
getIdentityNum()
거래처 식별번호 확인
|
Short |
getIdentityNumType()
식별번호유형 확인
|
String |
getInvoiceType()
매출/매입 구분
- 2017/08/28 추가
|
String |
getNtsconfirmNum()
국세청승인번호 확인
|
String |
getServiceFee()
봉사료 확인
|
String |
getSupplyCost()
공급가액 확인
|
String |
getTax()
세액 확인
|
String |
getTotalAmount()
거래금액 확인
|
String |
getTradeDate()
거래일자
- 2018/09/17 추가
|
String |
getTradeDT()
거래일시 확인
|
String |
getTradeType()
현금영수증 형태 확인
|
String |
getTradeUsage()
거래구분 확인
|
public String getInvoiceType()
public String getNtsconfirmNum()
public String getTradeDate()
public String getTradeDT()
public String getTradeUsage()
public String getTradeType()
public String getSupplyCost()
public String getTax()
public String getServiceFee()
public String getTotalAmount()
public String getFranchiseCorpNum()
public String getFranchiseCorpName()
public Short getFranchiseCorpType()
public Short getIdentityNumType()
public String getIdentityNum()
public String getCustomerName()
public String getCardOwnerName()
public Short getDeductionType()
Copyright © 2023. All rights reserved.