Cash Receipt Approval Form
public final class CashReceiptApprovalForm implements Transaction, CashForm
Content copied to clipboard
현금영수증발행 폼
요청 예
CashReceiptApprovalForm(
approvalAmt = 10000,
taxAmt = 1000,
cashReceiptType = CashReceiptType.CUSTOMER,
cashTrackData = "01012345678"
).also { submitForm(it) }
Content copied to clipboard
See also
현금영수증 발급 타입
Response
응답 데이터 예시
tx Type
CASH_RECEIPT_APPROVAL
data
{
"approvalAmt": 3000,
"approvalDateTime": "231114184407",
"approvalSerial": "098000072",
"canceled": false,
"cashReceiptType": "1",
"ptxId": "cash12345",
"receiptTitle": "현금(소득공제) / 현금취소(거래취소)",
"resCode": "0000",
"resMessage": "결제 성공/결제 취소",
"salesSerial": "331800000035",
"taxAmt": 200,
"taxFreeAmt": 0,
"tipAmt": 0,
"trackDataForReceipt": "010****5678"
}
Content copied to clipboard
Constructors
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, Integer cashReceiptType, String cashTrackData)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, Integer cashReceiptType, String cashTrackData, String ptxId)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, String cashReceiptType, String cashTrackData)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, String cashReceiptType, String cashTrackData, String ptxId)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, CashReceiptType cashReceiptType, String cashTrackData)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, CashReceiptType cashReceiptType, String cashTrackData, String ptxId)
Content copied to clipboard
Link copied to clipboard
CashReceiptApprovalForm CashReceiptApprovalForm(Number approvalAmt, Number taxAmt, Number tipAmt, Number taxFreeAmt, CashReceiptType cashReceiptType, String cashTrackData, String ptxId)
Content copied to clipboard
Functions
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard