| Package | Description |
|---|---|
| com.popbill.api | |
| com.popbill.api.cashbill |
| Modifier and Type | Method and Description |
|---|---|
Cashbill |
CashbillService.getDetailInfo(String CorpNum,
String MgtKey)
현금영수증 상세내역 조회
|
| Modifier and Type | Method and Description |
|---|---|
Response |
CashbillService.register(String CorpNum,
Cashbill cashbill)
현금영수증 1건 임시저장
|
Response |
CashbillService.register(String CorpNum,
Cashbill cashbill,
String UserID)
현금영수증 1건 임시저장
|
CBIssueResponse |
CashbillService.registIssue(String CorpNum,
Cashbill cashbill)
현금영수증 즉시발행
|
CBIssueResponse |
CashbillService.registIssue(String CorpNum,
Cashbill cashbill,
String Memo)
현금영수증 즉시발행
|
CBIssueResponse |
CashbillService.registIssue(String CorpNum,
Cashbill cashbill,
String Memo,
String UserID)
현금영수증 즉시발행
|
CBIssueResponse |
CashbillService.registIssue(String CorpNum,
Cashbill cashbill,
String memo,
String UserID,
String emailSubject)
현금영수증 즉시발행
|
Response |
CashbillService.update(String CorpNum,
String MgtKey,
Cashbill cashbill)
임시저장된 현금영수증 수정
|
Response |
CashbillService.update(String CorpNum,
String MgtKey,
Cashbill cashbill,
String UserID)
임시저장된 현금영수증 수정
|
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
CashbillService.bulkSubmit(String CorpNum,
String SubmitID,
List<Cashbill> cashbillList) |
BulkResponse |
CashbillService.bulkSubmit(String CorpNum,
String SubmitID,
List<Cashbill> cashbillList,
String UserID) |
| Modifier and Type | Method and Description |
|---|---|
Cashbill |
CashbillServiceImp.getDetailInfo(String CorpNum,
String MgtKey) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CashbillServiceImp.register(String CorpNum,
Cashbill cashbill) |
Response |
CashbillServiceImp.register(String CorpNum,
Cashbill cashbill,
String UserID) |
CBIssueResponse |
CashbillServiceImp.registIssue(String CorpNum,
Cashbill cashbill) |
CBIssueResponse |
CashbillServiceImp.registIssue(String CorpNum,
Cashbill cashbill,
String memo) |
CBIssueResponse |
CashbillServiceImp.registIssue(String CorpNum,
Cashbill cashbill,
String memo,
String UserID) |
CBIssueResponse |
CashbillServiceImp.registIssue(String CorpNum,
Cashbill cashbill,
String memo,
String UserID,
String emailSubject) |
Response |
CashbillServiceImp.update(String CorpNum,
String MgtKey,
Cashbill cashbill) |
Response |
CashbillServiceImp.update(String CorpNum,
String MgtKey,
Cashbill cashbill,
String UserID) |
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
CashbillServiceImp.bulkSubmit(String CorpNum,
String SubmitID,
List<Cashbill> cashbillList) |
BulkResponse |
CashbillServiceImp.bulkSubmit(String CorpNum,
String SubmitID,
List<Cashbill> cashbillList,
String UserID) |
void |
BulkCashbillSubmit.setCashList(List<Cashbill> cashList) |
Copyright © 2023. All rights reserved.