Tax Refund Cancel Form
public final class TaxRefundCancelForm implements Transaction, TaxRefundForm
Content copied to clipboard
환급전표취소 폼
환급 업종별 응답 포맷이 상이함
요청 예
TaxRefundCancelForm(
taxRefundSerial = "12345678",
ptxId = ptxId
).also { submitForm(it) }
Content copied to clipboard
See also
Response
응답 예
tx Type
TX_TAX_REFUND_CANCEL
data
[글로벌 인사이트(GI) - 물품 & 호텔]
{
"buyerCountry": "SOUTH KOREA",
"buyerName": "Kim",
"dutyFreeStoreNumber": "1234456777",
"message0": "",
"message1": "",
"message2": "",
"message3": "물품|1\n",
"passportSerial": "",
"refundBalance": 1500,
"refundDate": "231114",
"refundSerial": "037502291775",
"refundTime": "183835",
"resCode": "0000",
"resMessage": "",
"taxrefundSerial": "80103750223111400003"
}
[글로벌 인사이트(GI) - 의료]
{
"buyerCountry": "USA",
"buyerName": "John Doe",
"cardAmount": 500,
"cashAmount": 800,
"etcAmount": 0,
"facilitatorBusinessSerial": "456789",
"facilitatorMedicalSerial": "789012",
"facilitatorName": "Medical Services Inc.",
"facilitatorSerial": "987654",
"passportSerial": "ABC123",
"price": 1500,
"refundBalance": 1300,
"refundDate": "231114",
"refundSerial": "123456",
"refundTime": "183835",
"resCode": "0000",
"resMessage": "Success",
"resMessageTaxrefund": "Tax refund successful",
"tax": 200,
"taxrefundSerial": "80123111400003"
}
Content copied to clipboard
Constructors
Link copied to clipboard
TaxRefundCancelForm TaxRefundCancelForm(String taxRefundSerial, 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
Unit checkQrPayment(PaymentType paymentType, QrServiceCode qrServiceCode)
Content copied to clipboard
checkQrPayment QR 결제시 조건 확인
Link copied to clipboard
Link copied to clipboard