Tax Refund Inquiry Form
public final class TaxRefundInquiryForm implements Transaction, TaxRefundForm
Content copied to clipboard
환급전표조회 폼
환급 업종별 응답 포맷이 상이함
요청 예
TaxRefundInquiryForm(
taxRefundSerial = "12345678"
).also { submitForm(it) }
Content copied to clipboard
See also
Response
응답 예
tx Type
TX_TAX_REFUND_INQUIRY
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
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