> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/payment-bo-api/models.md).

# Models

## The Response object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ValidationError object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RefundProcRslt object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundProcRslt":{"type":"object","properties":{"rfdNo":{"type":"string","description":"Refund No.","minLength":1},"rfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code (OM049) 10: Unprocessed, 20: Success, 30: Failure","minLength":1}},"required":["rfdNo","rfdProcRsltCd"]}}}}
```

## The RefundProcRsltUpdateRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundProcRsltUpdateRequest":{"type":"object","properties":{"dataList":{"type":"array","description":"Refund Processing Result List","items":{"$ref":"#/components/schemas/RefundProcRslt"},"minItems":1}},"required":["dataList"]},"RefundProcRslt":{"type":"object","properties":{"rfdNo":{"type":"string","description":"Refund No.","minLength":1},"rfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code (OM049) 10: Unprocessed, 20: Success, 30: Failure","minLength":1}},"required":["rfdNo","rfdProcRsltCd"]}}}}
```

## The RefundBundleApproMgmtCUDSaveRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundBundleApproMgmtCUDSaveRequest":{"type":"object","description":"Original Order Refund Completion Processing Request DTO","properties":{"claimBusinessType":{"type":"string","description":"Claim Business Type","enum":["ORDER_CANCEL","RETURN_ACCEPT","RETURN_WITHDRAWAL","EXCHANGE_ACCEPT","EXCHANGE_WITHDRAWAL","RETURN_COMPLETE","RETURN_REJECT","RETURN_TRANSFORM"]},"ordNo":{"type":"string","description":"Order No."},"ordMediaCd":{"type":"string","description":"Order Channel Code"},"systemType":{"type":"string","description":"System Type","enum":["FO","BO"]},"claimNo":{"type":"string","description":"Claim No."}},"required":["claimBusinessType","ordMediaCd","ordNo","systemType"]}}}}
```

## The RefundBundleApproMgmtCUDResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundBundleApproMgmtCUDResponse":{"type":"object","description":"Original Order Refund Completion Processing Response DTO","properties":{"claimNo":{"type":"string","description":"Claim No."},"resultCode":{"type":"string","description":"Result Code"}}}}}}
```

## The ResponseListRefundBundleApproMgmtCUDResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListRefundBundleApproMgmtCUDResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/RefundBundleApproMgmtCUDResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RefundBundleApproMgmtCUDResponse":{"type":"object","description":"Original Order Refund Completion Processing Response DTO","properties":{"claimNo":{"type":"string","description":"Claim No."},"resultCode":{"type":"string","description":"Result Code"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RefundExcelRow object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundExcelRow":{"type":"object","properties":{"rfdNo":{"type":"string","description":"Refund No."},"ordNo":{"type":"string","description":"Order No."},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"rfdTypNm":{"type":"string","description":"Refund Type (OM023) Order Refund, Compensation Refund"},"rfdPrgsStatNm":{"type":"string","description":"Refund Progress Status (OM024). Refund Requested, Refund Completed, Refund Request Cancelled"},"rfdBankNm":{"type":"string","description":"Refund Bank (OM026)"},"rfdActnNo":{"type":"string","description":"Refund Account No."},"rfdActnDepositorNm":{"type":"string","description":"Refund Account Holder Name"},"rfdCausNm":{"type":"string","description":"Refund Reason (OM025). Order Cancellation, Exchange, Return, Compensation Refund, Other"},"rfdAmt":{"type":"number","description":"Refund Amount"},"acptmnId":{"type":"string","description":"Receiver ID"},"acptmnNm":{"type":"string","description":"Receiver Name"},"accpDtm":{"type":"string","description":"Receipt Date/Time"},"rfdProcRsltNm":{"type":"string","description":"Refund Processing Result (OM049). Unprocessed, Success, Failure"}}}}}}
```

## The RefundExcelUploadRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundExcelUploadRequest":{"type":"object","properties":{"excelDataList":{"type":"array","items":{"$ref":"#/components/schemas/RefundExcelRow"}}}},"RefundExcelRow":{"type":"object","properties":{"rfdNo":{"type":"string","description":"Refund No."},"ordNo":{"type":"string","description":"Order No."},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"rfdTypNm":{"type":"string","description":"Refund Type (OM023) Order Refund, Compensation Refund"},"rfdPrgsStatNm":{"type":"string","description":"Refund Progress Status (OM024). Refund Requested, Refund Completed, Refund Request Cancelled"},"rfdBankNm":{"type":"string","description":"Refund Bank (OM026)"},"rfdActnNo":{"type":"string","description":"Refund Account No."},"rfdActnDepositorNm":{"type":"string","description":"Refund Account Holder Name"},"rfdCausNm":{"type":"string","description":"Refund Reason (OM025). Order Cancellation, Exchange, Return, Compensation Refund, Other"},"rfdAmt":{"type":"number","description":"Refund Amount"},"acptmnId":{"type":"string","description":"Receiver ID"},"acptmnNm":{"type":"string","description":"Receiver Name"},"accpDtm":{"type":"string","description":"Receipt Date/Time"},"rfdProcRsltNm":{"type":"string","description":"Refund Processing Result (OM049). Unprocessed, Success, Failure"}}}}}}
```

## The RefundAcceptCancelRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundAcceptCancelRequest":{"type":"object","properties":{"rfdNoList":{"type":"array","description":"Refund No. List","items":{"type":"string","minLength":1},"minItems":1}},"required":["rfdNoList"]}}}}
```

## The StStdCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StStdCd":{"type":"object","description":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## The OpPgByPayMean object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OpPgByPayMean":{"type":"object","description":"Payment Method Table by PG Company Entity","properties":{"pgGbCd":{"type":"string","description":"PG Type Code (OM030) 10: INICIS"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013) 11: Credit Card, 12: Real-time Account Transfer, 32: Mileage"},"linkYn":{"type":"string","description":"Linked Status"}}}}}}
```

## The PaymentMethodListRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PaymentMethodListRequest":{"type":"object","description":"Payment Method Management DTO","properties":{"createList":{"type":"array","description":"Payment Method New Registration List","items":{"$ref":"#/components/schemas/OpPgByPayMean"}},"updateList":{"type":"array","description":"Payment Method Modification List","items":{"$ref":"#/components/schemas/OpPgByPayMean"}}}},"OpPgByPayMean":{"type":"object","description":"Payment Method Table by PG Company Entity","properties":{"pgGbCd":{"type":"string","description":"PG Type Code (OM030) 10: INICIS"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013) 11: Credit Card, 12: Real-time Account Transfer, 32: Mileage"},"linkYn":{"type":"string","description":"Linked Status"}}}}}}
```

## The MileagePaymentRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MileagePaymentRequest":{"type":"object","description":"Search Mileage Payment History Request","properties":{"searchStartDt":{"type":"string","format":"date","description":"Payment Date (Start)"},"searchEndDt":{"type":"string","format":"date","description":"Payment Date (End)"},"ordNo":{"type":"string","description":"Order No."},"payGbCd":{"type":"string","description":"Payment Type Code (OM012) 10: Payment, 20: Refund"},"payStatCd":{"type":"string","description":"Payment Status Code (OM014) 11: Payment Pending, 12: Payment Completed, 13: Payment Cancelled, 21: Refund Received, 22: Refund Completed, 23: Refund Receipt Cancelled"},"payStatCdList":{"type":"array","description":"Payment Status Code (OM014) 11: Payment Pending, 12: Payment Completed, 13: Payment Cancelled, 21: Refund Received, 22: Refund Completed, 23: Refund Receipt Cancelled","items":{"type":"string"}},"ordMediaCd":{"type":"string","description":"Order Media Code (OM007) 10: Phone Consultation (CC), 20: PC, 30: Mobile Web, 40: Android App, 50: iOS App"},"payNo":{"type":"string","description":"Payment Number"},"uprPayNo":{"type":"string","description":"Parent Payment No."},"ordDtlGbCd":{"type":"string","description":"Order Detail Type Code (OM003) 10: General Order, 11: Order Cancellation, 20: General Return, 21: Return Cancellation, 30: Exchange Order, 31: Exchange Cancellation, 40: Exchange Return"},"claimNo":{"type":"string","description":"Claim No."},"rfdAmt":{"type":"number","description":"Refund Request Amount"},"payAmt":{"type":"number","description":"Payment Amount"},"mbrNo":{"type":"string","description":"Member No."},"payWayCd":{"type":"string","description":"Payment Method Code (OM013) 11: Credit Card, 12: Real-time Account Transfer, 32: Mileage"},"dateSelect":{"type":"string","description":"Period Type"}}}}}}
```

## The InstallmentMonthInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InstallmentMonthInfo":{"type":"object","properties":{"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Info No."},"tgtAmt":{"type":"number","description":"Target Amount"},"nint1MonYn":{"type":"string","description":"Interest-Free 1-Month Status"},"nint2MonYn":{"type":"string","description":"Interest-Free 2-Month Status"},"nint3MonYn":{"type":"string","description":"Interest-Free 3-Month Status"},"nint4MonYn":{"type":"string","description":"Interest-Free 4-Month Status"},"nint5MonYn":{"type":"string","description":"Interest-Free 5-Month Status"},"nint6MonYn":{"type":"string","description":"Interest-Free 6-Month Status"},"nint7MonYn":{"type":"string","description":"Interest-Free 7-Month Status"},"nint8MonYn":{"type":"string","description":"Interest-Free 8-Month Status"},"nint9MonYn":{"type":"string","description":"Interest-Free 9-Month Status"},"nint10MonYn":{"type":"string","description":"Interest-Free 10-Month Status"},"nint11MonYn":{"type":"string","description":"Interest-Free 11-Month Status"},"nint12MonYn":{"type":"string","description":"Interest-Free 12-Month Status"}}}}}}
```

## The SaveNoInterestInstallmentGuideRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveNoInterestInstallmentGuideRequest":{"type":"object","description":"Interest-Free Installment Registration/Modification DTO","properties":{"acqrCd":{"type":"string","description":"Acquirer"},"argInsertUpdate":{"type":"string","description":"Register/Modify Type Code"},"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Guide No."},"aplyStrDtm":{"type":"string","format":"date-time","description":"Application Start Date/Time"},"aplyEndDtm":{"type":"string","format":"date-time","description":"Application End Date/Time"},"nintInstNm":{"type":"string","description":"Interest-Free Installment Name"},"sctnNintYn":{"type":"string","description":"Partial Interest-Free Status"},"useYn":{"type":"string","description":"Usage Status"},"nintAplyTgtCont":{"type":"string","description":"Interest-Free Installment Eligible Details"},"nintExcpTgtCont":{"type":"string","description":"Interest-Free Installment Excluded Details"},"installmentMonthInfos":{"type":"array","description":"Interest-Free Installment Detail Info List","items":{"$ref":"#/components/schemas/InstallmentMonthInfo"}}}},"InstallmentMonthInfo":{"type":"object","properties":{"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Info No."},"tgtAmt":{"type":"number","description":"Target Amount"},"nint1MonYn":{"type":"string","description":"Interest-Free 1-Month Status"},"nint2MonYn":{"type":"string","description":"Interest-Free 2-Month Status"},"nint3MonYn":{"type":"string","description":"Interest-Free 3-Month Status"},"nint4MonYn":{"type":"string","description":"Interest-Free 4-Month Status"},"nint5MonYn":{"type":"string","description":"Interest-Free 5-Month Status"},"nint6MonYn":{"type":"string","description":"Interest-Free 6-Month Status"},"nint7MonYn":{"type":"string","description":"Interest-Free 7-Month Status"},"nint8MonYn":{"type":"string","description":"Interest-Free 8-Month Status"},"nint9MonYn":{"type":"string","description":"Interest-Free 9-Month Status"},"nint10MonYn":{"type":"string","description":"Interest-Free 10-Month Status"},"nint11MonYn":{"type":"string","description":"Interest-Free 11-Month Status"},"nint12MonYn":{"type":"string","description":"Interest-Free 12-Month Status"}}}}}}
```

## The OpMersInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OpMersInfo":{"type":"object","description":"Merchant Info Entity","properties":{"mersNo":{"type":"string","description":"Merchant Number"},"pgGbCd":{"type":"string","description":"PG Type Code (OM030) 10: INICIS"},"mersEtcGbCd":{"type":"string","description":"Merchant Other Classification Code (OM052) 99: Not Applicable"},"sysGbCd":{"type":"string","description":"System Classification Code (OM051) 10: PC, 20: Mobile Web, 30: APP, 99: All"},"pointUseYn":{"type":"string","description":"Point Usage Status"},"nintUseYn":{"type":"string","description":"Interest-Free Installment Status"},"termlId":{"type":"string","description":"Terminal ID"},"useYn":{"type":"string","description":"Usage Status"}}}}}}
```

## The RefundMgmtRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundMgmtRequest":{"type":"object","properties":{"from":{"type":"string","description":"Request Screen. Accepted: ACCEPT, Completed: COMPLETE","enum":["ACCEPT","COMPLETE"],"minLength":1},"rfdDtmOption":{"type":"string","description":"Refund Period Condition Value. Accepted Date/Time: ACCEPT, Completed Date/Time: COMPLETE","enum":["ACCEPT","COMPLETE"],"minLength":1},"startDtm":{"type":"string","format":"date","description":"Search Start Date"},"endDtm":{"type":"string","format":"date","description":"Search End Date"},"condKdOption":{"type":"string","description":"Search Condition. Order No.: ordAmt, Refund Request Amount: refundAmount)","enum":["ordNo","refundAmount"]},"condKdVl":{"type":"string","description":"Search Condition Value"},"rfdCausCd":{"type":"string","description":"Refund Reason Code (OM025) 10: Order Cancellation, 11: Exchange, 12: Return, 31: Compensation Refund, 99: Other"},"rfdPrgsStatCd":{"type":"string","description":"Refund Progress Status Code (OM024) 10: Refund Requested, 30: Refund Completed, 99: Refund Request Cancelled"},"mbrNo":{"type":"string","description":"Member No."},"rfdProcRsltCd":{"type":"string","description":"Refund Status Code (OM049) 10: Unprocessed, 20: Success, 30: Failure"},"ordNo":{"type":"string","description":"Order No."},"dateSelect":{"type":"string","description":"Search Period Full Type Value"}},"required":["endDtm","from","rfdDtmOption","startDtm"]}}}}
```

## The RealGridListResponseRefundMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseRefundMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/RefundMgmtResponse"}}}},"RefundMgmtResponse":{"type":"object","properties":{"accpDtm":{"type":"string","format":"date-time","description":"Search Start Date"},"fnshDtm":{"type":"string","format":"date-time","description":"Search End Date"},"rfdPrgsStatCd":{"type":"string","description":"Refund Progress Status Code (OM024)"},"rfdPrgsStatCdNm":{"type":"string","description":"Refund Progress Status Code Name (OM024)"},"ordNo":{"type":"string","description":"Order No."},"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"Login ID"},"mbrNm":{"type":"string","description":"Member Name"},"rfdBankCd":{"type":"string","description":"Bank Code (OM026)"},"rfdBankCdNm":{"type":"string","description":"Bank Code Name (OM026)"},"rfdActnNo":{"type":"string","description":"Refund Account No."},"rfdActnDepositorNm":{"type":"string","description":"Account Holder"},"rfdAmt":{"type":"number","description":"Refund Amount"},"rfdCausCd":{"type":"string","description":"Refund Reason Code (OM025)"},"rfdCausCdNm":{"type":"string","description":"Refund Reason Code Name (OM025)"},"fnshmnId":{"type":"string","description":"Completer ID"},"fnshmnNm":{"type":"string","description":"Completer Name"},"acptmnId":{"type":"string","description":"Receiver ID"},"acptmnNm":{"type":"string","description":"Receiver Name"},"rfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code (OM049)"},"rfdProcRsltCdNm":{"type":"string","description":"Refund Processing Result Code Name (OM049)"},"rfdNo":{"type":"string","description":"Refund No."},"originRfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code for Grid Selectbox Control"}}}}}}
```

## The RefundMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundMgmtResponse":{"type":"object","properties":{"accpDtm":{"type":"string","format":"date-time","description":"Search Start Date"},"fnshDtm":{"type":"string","format":"date-time","description":"Search End Date"},"rfdPrgsStatCd":{"type":"string","description":"Refund Progress Status Code (OM024)"},"rfdPrgsStatCdNm":{"type":"string","description":"Refund Progress Status Code Name (OM024)"},"ordNo":{"type":"string","description":"Order No."},"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"Login ID"},"mbrNm":{"type":"string","description":"Member Name"},"rfdBankCd":{"type":"string","description":"Bank Code (OM026)"},"rfdBankCdNm":{"type":"string","description":"Bank Code Name (OM026)"},"rfdActnNo":{"type":"string","description":"Refund Account No."},"rfdActnDepositorNm":{"type":"string","description":"Account Holder"},"rfdAmt":{"type":"number","description":"Refund Amount"},"rfdCausCd":{"type":"string","description":"Refund Reason Code (OM025)"},"rfdCausCdNm":{"type":"string","description":"Refund Reason Code Name (OM025)"},"fnshmnId":{"type":"string","description":"Completer ID"},"fnshmnNm":{"type":"string","description":"Completer Name"},"acptmnId":{"type":"string","description":"Receiver ID"},"acptmnNm":{"type":"string","description":"Receiver Name"},"rfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code (OM049)"},"rfdProcRsltCdNm":{"type":"string","description":"Refund Processing Result Code Name (OM049)"},"rfdNo":{"type":"string","description":"Refund No."},"originRfdProcRsltCd":{"type":"string","description":"Refund Processing Result Code for Grid Selectbox Control"}}}}}}
```

## The IndInfoLogCommonEntity object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"IndInfoLogCommonEntity":{"type":"object","properties":{"qryGbCd":{"type":"string","description":"Personal Information Access Type Code (UR014) 10: View, 20: Excel Download, 30: Modify"},"indInfoQryCaus":{"type":"string","description":"Access Reason Content"}}}}}}
```

## The ResponseString object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RefundBundleApproMgmtRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundBundleApproMgmtRequest":{"type":"object","description":"Search Original Order Refund Completion Processing Targets Request DTO","properties":{"entrNo":{"type":"string","description":"Vendor No."},"ordNo":{"type":"string","description":"Order No."},"comboRfndDtm":{"type":"string","description":"Return Registration Date/Refund Processing Completion Date","minLength":1},"startDate":{"type":"string","format":"date","description":"Period (Start)"},"endDate":{"type":"string","format":"date","description":"Period (End)"},"ordManInfoGb":{"type":"string","description":"(Orderer Info) Name/Mobile Phone"},"ordManInfo":{"type":"string","description":"(Orderer Info) Name/Mobile Phone Search Content"},"ordStatCd":{"type":"string","description":"Order Progress Status (OM005)"},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"pgApprRslt":{"type":"string","description":"PG Approval Result"},"dateSelect":{"type":"string","description":"Period Type"}},"required":["comboRfndDtm","endDate","startDate"]}}}}
```

## The RealGridListResponseRefundBundleApproMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseRefundBundleApproMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/RefundBundleApproMgmtResponse"}}}},"RefundBundleApproMgmtResponse":{"type":"object","description":"Search Original Order Refund Completion Processing Targets Response DTO","properties":{"ordNo":{"type":"string","description":"Order No."},"loginId":{"type":"string","description":"Login ID"},"ordManNm":{"type":"string","description":"Orderer Name"},"cellNo":{"type":"string","description":"Mobile Phone No."},"ordMediaCd":{"type":"string","description":"Order Channel Code (OM007)"},"returnAccpDtm":{"type":"string","format":"date-time","description":"Return Reception Date/Time"},"claimNo":{"type":"string","description":"Claim No."},"ordPrc":{"type":"number","description":"Order Amount"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatCdNm":{"type":"string","description":"Order Detail Status Code Name"},"pgAprvCd":{"type":"string","description":"PG Approval Result"},"pgAprvCdNm":{"type":"string","description":"PG Approval Result Name"},"rfdFnshDtm":{"type":"string","format":"date-time","description":"Refund Completion Date/Time"},"rfdPayStatCd":{"type":"string","description":"Refund Payment Status Code (OM014)"},"rfdPayStatCdNm":{"type":"string","description":"Refund Payment Status Code Name"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayCdNm":{"type":"string","description":"Payment Method Code Name"},"cancelAmt":{"type":"number","description":"Cancellation Amount"},"mainCancelAmt":{"type":"number","description":"Primary Payment Cancellation Amount"},"milgCancelAmt":{"type":"number","description":"Mileage Cancellation Amount"},"rfdAmt":{"type":"number","description":"Refund Amount"},"errorConts":{"type":"string","description":"Refund Error Details"}}}}}}
```

## The RefundBundleApproMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RefundBundleApproMgmtResponse":{"type":"object","description":"Search Original Order Refund Completion Processing Targets Response DTO","properties":{"ordNo":{"type":"string","description":"Order No."},"loginId":{"type":"string","description":"Login ID"},"ordManNm":{"type":"string","description":"Orderer Name"},"cellNo":{"type":"string","description":"Mobile Phone No."},"ordMediaCd":{"type":"string","description":"Order Channel Code (OM007)"},"returnAccpDtm":{"type":"string","format":"date-time","description":"Return Reception Date/Time"},"claimNo":{"type":"string","description":"Claim No."},"ordPrc":{"type":"number","description":"Order Amount"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatCdNm":{"type":"string","description":"Order Detail Status Code Name"},"pgAprvCd":{"type":"string","description":"PG Approval Result"},"pgAprvCdNm":{"type":"string","description":"PG Approval Result Name"},"rfdFnshDtm":{"type":"string","format":"date-time","description":"Refund Completion Date/Time"},"rfdPayStatCd":{"type":"string","description":"Refund Payment Status Code (OM014)"},"rfdPayStatCdNm":{"type":"string","description":"Refund Payment Status Code Name"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayCdNm":{"type":"string","description":"Payment Method Code Name"},"cancelAmt":{"type":"number","description":"Cancellation Amount"},"mainCancelAmt":{"type":"number","description":"Primary Payment Cancellation Amount"},"milgCancelAmt":{"type":"number","description":"Mileage Cancellation Amount"},"rfdAmt":{"type":"number","description":"Refund Amount"},"errorConts":{"type":"string","description":"Refund Error Details"}}}}}}
```

## The BaseCommonEntity object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BaseCommonEntity":{}}}}
```

## The PaymentMethodResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PaymentMethodResponse":{"type":"object","description":"Payment Method DTO","properties":{"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"useYn":{"type":"string","description":"Usage Status"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayCdNm":{"type":"string","description":"Payment Method Code Name"},"linkYn":{"type":"string","description":"Linked Status"}}}}}}
```

## The RealGridListResponsePaymentMethodResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePaymentMethodResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PaymentMethodResponse"}}}},"PaymentMethodResponse":{"type":"object","description":"Payment Method DTO","properties":{"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"useYn":{"type":"string","description":"Usage Status"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayCdNm":{"type":"string","description":"Payment Method Code Name"},"linkYn":{"type":"string","description":"Linked Status"}}}}}}
```

## The PaymentMethodRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PaymentMethodRequest":{"type":"object","description":"Payment Method Management DTO","properties":{"pgGbCd":{"type":"string","description":"PG Type Code (OM030) 10: INICIS"}}}}}}
```

## The MileagePaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MileagePaymentResponse":{"type":"object","description":"Mileage Payment History Inquiry Response","properties":{"payGbCd":{"type":"string","description":"Payment Classification Code (OM012)"},"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatCd":{"type":"string","description":"Payment Status Code (OM014)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaCd":{"type":"string","description":"Order Channel Code (OM007)"},"ordMediaNm":{"type":"string","description":"Order Media Code Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Member Name"},"mbrNo":{"type":"string","description":"Member No."},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"rfdPsbAmt":{"type":"integer","format":"int64","description":"Refundable Amount"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"rfdAmt":{"type":"integer","format":"int64","description":"Refund Request Amount"},"sctnCnclPsbYn":{"type":"string","description":"Partial Cancellation Availability Status"},"payNo":{"type":"string","description":"Payment Number"},"uprPayNo":{"type":"string","description":"Parent Payment No."},"ordDtlGbCd":{"type":"string","description":"Order Detail Type Code (OM003)"},"claimNo":{"type":"string","description":"Claim No."},"loginId":{"type":"string","description":"plateerId"}}}}}}
```

## The RealGridListResponseMileagePaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMileagePaymentResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MileagePaymentResponse"}}}},"MileagePaymentResponse":{"type":"object","description":"Mileage Payment History Inquiry Response","properties":{"payGbCd":{"type":"string","description":"Payment Classification Code (OM012)"},"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatCd":{"type":"string","description":"Payment Status Code (OM014)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaCd":{"type":"string","description":"Order Channel Code (OM007)"},"ordMediaNm":{"type":"string","description":"Order Media Code Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Member Name"},"mbrNo":{"type":"string","description":"Member No."},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"rfdPsbAmt":{"type":"integer","format":"int64","description":"Refundable Amount"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"rfdAmt":{"type":"integer","format":"int64","description":"Refund Request Amount"},"sctnCnclPsbYn":{"type":"string","description":"Partial Cancellation Availability Status"},"payNo":{"type":"string","description":"Payment Number"},"uprPayNo":{"type":"string","description":"Parent Payment No."},"ordDtlGbCd":{"type":"string","description":"Order Detail Type Code (OM003)"},"claimNo":{"type":"string","description":"Claim No."},"loginId":{"type":"string","description":"plateerId"}}}}}}
```

## The CashPaymentRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CashPaymentRequest":{"type":"object","properties":{"searchStartDt":{"type":"string","format":"date","description":"Search Start Date (Payment Date)"},"searchEndDt":{"type":"string","format":"date","description":"Search End Date (Payment Date)"},"ordNo":{"type":"string","description":"Order No."},"pgCd":{"type":"string","description":"PG Classification Code (OM030)"},"bankCd":{"type":"string","description":"Bank Code (OM026)"},"payGbCd":{"type":"string","description":"Payment Classification Code (OM012) 10: Payment, 20: Refund"},"payStatCd":{"type":"string","description":"Payment Status Code (OM014) 11: Payment Pending, 12: Payment Completed, 13: Payment Cancelled, 21: Refund Received, 22: Refund Completed, 23: Refund Receipt Cancelled"},"ordMediaCd":{"type":"string","description":"Order Media Code (OM007) 20: PC, 30: Mobile Web, 40: Android App, 50: iOS App"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013) 12: Real-time Account Transfer, 13: Virtual Account"},"dateSelect":{"type":"string","description":"Period Type"}}}}}}
```

## The CashPaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CashPaymentResponse":{"type":"object","properties":{"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaNm":{"type":"string","description":"Order Media Code Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Orderer Name"},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"bankNm":{"type":"string","description":"Bank Name (OM026)"},"pgGbNm":{"type":"string","description":"PG Company Name (OM030)"},"payNo":{"type":"string","description":"Payment Number"},"dptFcstDt":{"type":"string","description":"Payment Due Date"},"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"plateerId"}}}}}}
```

## The RealGridListResponseCashPaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCashPaymentResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CashPaymentResponse"}}}},"CashPaymentResponse":{"type":"object","properties":{"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaNm":{"type":"string","description":"Order Media Code Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Orderer Name"},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"bankNm":{"type":"string","description":"Bank Name (OM026)"},"pgGbNm":{"type":"string","description":"PG Company Name (OM030)"},"payNo":{"type":"string","description":"Payment Number"},"dptFcstDt":{"type":"string","description":"Payment Due Date"},"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"plateerId"}}}}}}
```

## The CardPaymentRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CardPaymentRequest":{"type":"object","properties":{"searchStartDt":{"type":"string","format":"date","description":"Search Start Date (Payment Date)"},"searchEndDt":{"type":"string","format":"date","description":"Search End Date (Payment Date)"},"ordNo":{"type":"string","description":"Order No."},"aprvNo":{"type":"string","description":"Approval No."},"payGbCd":{"type":"string","description":"Payment Classification Code (OM012) 10: Payment, 20: Refund"},"payStatCd":{"type":"string","description":"Payment Status Code (OM014) 11: Payment Pending, 12: Payment Completed, 13: Payment Cancelled, 21: Refund Received, 22: Refund Completed, 23: Refund Receipt Cancelled"},"ordMediaCd":{"type":"string","description":"Order Media Code (OM007) 20: PC, 30: Mobile Web, 40: Android App, 50: iOS App"},"payWayCd":{"type":"string","description":"Payment Method Code (OM013) 11: Credit Card, 12: Real-time Account Transfer, 32: Mileage"},"dateSelect":{"type":"string","description":"Period Type"}}}}}}
```

## The CardPaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CardPaymentResponse":{"type":"object","properties":{"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaNm":{"type":"string","description":"Order Medium Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Orderer Name"},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"acqrCd":{"type":"string","description":"Purchasing Company Code (OM028)"},"acqrNm":{"type":"string","description":"Acquirer Code Name (OM028)"},"divMonCnt":{"type":"integer","format":"int32","description":"Installment Months"},"aprvNo":{"type":"string","description":"Approval No."},"aprvDtm":{"type":"string","format":"date","description":"Approval Date/Time"},"pgGbNm":{"type":"string","description":"PG Company Name"},"payNo":{"type":"string","description":"Payment Number"},"loginId":{"type":"string","description":"plateerId"},"mbrNo":{"type":"string","description":"Member No."}}}}}}
```

## The RealGridListResponseCardPaymentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCardPaymentResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CardPaymentResponse"}}}},"CardPaymentResponse":{"type":"object","properties":{"payGbNm":{"type":"string","description":"Payment Classification Code Name (OM012)"},"payWayNm":{"type":"string","description":"Payment Method Code Name (OM013)"},"payStatNm":{"type":"string","description":"Payment Status Code Name (OM014)"},"ordMediaNm":{"type":"string","description":"Order Medium Name (OM007)"},"ordNo":{"type":"string","description":"Order No."},"siteNm":{"type":"string","description":"Site Name"},"ordManNm":{"type":"string","description":"Orderer Name"},"payFnshDtm":{"type":"string","format":"date-time","description":"Payment/Refund Completion Date"},"payAmt":{"type":"integer","format":"int64","description":"Payment Amount"},"acqrCd":{"type":"string","description":"Purchasing Company Code (OM028)"},"acqrNm":{"type":"string","description":"Acquirer Code Name (OM028)"},"divMonCnt":{"type":"integer","format":"int32","description":"Installment Months"},"aprvNo":{"type":"string","description":"Approval No."},"aprvDtm":{"type":"string","format":"date","description":"Approval Date/Time"},"pgGbNm":{"type":"string","description":"PG Company Name"},"payNo":{"type":"string","description":"Payment Number"},"loginId":{"type":"string","description":"plateerId"},"mbrNo":{"type":"string","description":"Member No."}}}}}}
```

## The NoInterestInstallmentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"NoInterestInstallmentResponse":{"type":"object","properties":{"sysModDtm":{"type":"string","format":"date-time","description":"Modification Date/Time"},"sysModId":{"type":"string","description":"Modifier"},"state":{"type":"string","description":"Progress Status"},"argInsertUpdate":{"type":"string","description":"Register/Modify Type Code"},"acqrCd":{"type":"string","description":"Purchasing Company (OM028)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"Application Start Date"},"aplyEndDtm":{"type":"string","format":"date-time","description":"Application End Date"},"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Guide No."},"nintInstNm":{"type":"string","description":"Interest-Free Installment Name"},"sctnNintYn":{"type":"string","description":"Partial Interest-Free Status"},"useYn":{"type":"string","description":"Usage Status"},"nintAplyTgtCont":{"type":"string","description":"Interest-Free Installment Eligible Details"},"nintExcpTgtCont":{"type":"string","description":"Interest-Free Installment Excluded Details"},"monthResponseList":{"type":"array","description":"Interest-Free Installment Guide Detail Information List","items":{"$ref":"#/components/schemas/InstallmentMonthInfo"}}}},"InstallmentMonthInfo":{"type":"object","properties":{"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Info No."},"tgtAmt":{"type":"number","description":"Target Amount"},"nint1MonYn":{"type":"string","description":"Interest-Free 1-Month Status"},"nint2MonYn":{"type":"string","description":"Interest-Free 2-Month Status"},"nint3MonYn":{"type":"string","description":"Interest-Free 3-Month Status"},"nint4MonYn":{"type":"string","description":"Interest-Free 4-Month Status"},"nint5MonYn":{"type":"string","description":"Interest-Free 5-Month Status"},"nint6MonYn":{"type":"string","description":"Interest-Free 6-Month Status"},"nint7MonYn":{"type":"string","description":"Interest-Free 7-Month Status"},"nint8MonYn":{"type":"string","description":"Interest-Free 8-Month Status"},"nint9MonYn":{"type":"string","description":"Interest-Free 9-Month Status"},"nint10MonYn":{"type":"string","description":"Interest-Free 10-Month Status"},"nint11MonYn":{"type":"string","description":"Interest-Free 11-Month Status"},"nint12MonYn":{"type":"string","description":"Interest-Free 12-Month Status"}}}}}}
```

## The OpNintInstGdBaseRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OpNintInstGdBaseRequest":{"type":"object","description":"Interest-Free Installment Guide Management List Inquiry DTO","properties":{"state":{"type":"string","description":"Progress Status"},"acqrCd":{"type":"string","description":"Purchasing Company (OM028)"},"startDate":{"type":"string","format":"date","description":"Search Start Date"},"endDate":{"type":"string","format":"date","description":"Search End Date"},"aplyStrTotal":{"type":"string","description":"Full Date Range Retrieval Status"},"sctnNintYn":{"type":"string","description":"Partial Interest-Free Status"},"aplyStrDtm":{"type":"string","format":"date-time","description":"Application Start Date"},"aplyEndDtm":{"type":"string","format":"date-time","description":"Application End Date"},"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Guide No."}}}}}}
```

## The OpNintInstGdBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OpNintInstGdBaseResponse":{"type":"object","properties":{"state":{"type":"string","description":"Progress Status"},"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Guide No."},"acqrCd":{"type":"string","description":"Acquirer"},"nintInstNm":{"type":"string","description":"Interest-Free Installment Name"},"aplyStrDtm":{"type":"string","description":"Application Start Date/Time"},"aplyEndDtm":{"type":"string","description":"Application End Date/Time"}}}}}}
```

## The RealGridListResponseOpNintInstGdBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseOpNintInstGdBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OpNintInstGdBaseResponse"}}}},"OpNintInstGdBaseResponse":{"type":"object","properties":{"state":{"type":"string","description":"Progress Status"},"nintInstGdNo":{"type":"string","description":"Interest-Free Installment Guide No."},"acqrCd":{"type":"string","description":"Acquirer"},"nintInstNm":{"type":"string","description":"Interest-Free Installment Name"},"aplyStrDtm":{"type":"string","description":"Application Start Date/Time"},"aplyEndDtm":{"type":"string","description":"Application End Date/Time"}}}}}}
```

## The FranchiseeRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"FranchiseeRequest":{"type":"object","description":"Merchant Management DTO","properties":{"mersNo":{"type":"string","description":"Merchant Number"},"useYn":{"type":"string","description":"Usage Status"},"nintUseYn":{"type":"string","description":"Interest-Free Installment Status"},"pointUseYn":{"type":"string","description":"Point Usage Status"},"pgGbCd":{"type":"string","description":"PG Type Code (OM030) 10: INICIS"},"sysGbCd":{"type":"string","description":"System Classification Code (OM051) 10: PC, 20: Mobile Web, 30: APP, 99: All"},"mersEtcGbCd":{"type":"string","description":"Merchant Other Classification Code (OM052) 99: Not Applicable"},"mid":{"type":"string","description":"Terminal ID"}}}}}}
```

## The FranchiseeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"FranchiseeResponse":{"type":"object","properties":{"sysModDtm":{"type":"string","format":"date-time","description":"System Modification Date/Time"},"mersNo":{"type":"string","description":"Merchant Number"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"sysGbCd":{"type":"string","description":"System Type Code (OM051)"},"sysGbCdNm":{"type":"string","description":"System Type Code Name"},"mersEtcGbCd":{"type":"string","description":"Merchant Other Type Code (OM052)"},"mersEtcGbCdNm":{"type":"string","description":"Merchant Additional Classification Code Name"},"nintUseYn":{"type":"string","description":"Interest-Free Installment Usage Status"},"pointUseYn":{"type":"string","description":"Point Usage Status"},"termlId":{"type":"string","description":"Terminal ID"},"useYn":{"type":"string","description":"Usage Status"},"siteNm":{"type":"string","description":"Site Name"},"mid":{"type":"string","description":"Terminal ID"}}}}}}
```

## The RealGridListResponseFranchiseeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseFranchiseeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/FranchiseeResponse"}}}},"FranchiseeResponse":{"type":"object","properties":{"sysModDtm":{"type":"string","format":"date-time","description":"System Modification Date/Time"},"mersNo":{"type":"string","description":"Merchant Number"},"pgGbCd":{"type":"string","description":"PG Classification Code (OM030)"},"pgGbCdNm":{"type":"string","description":"PG Type Code Name"},"sysGbCd":{"type":"string","description":"System Type Code (OM051)"},"sysGbCdNm":{"type":"string","description":"System Type Code Name"},"mersEtcGbCd":{"type":"string","description":"Merchant Other Type Code (OM052)"},"mersEtcGbCdNm":{"type":"string","description":"Merchant Additional Classification Code Name"},"nintUseYn":{"type":"string","description":"Interest-Free Installment Usage Status"},"pointUseYn":{"type":"string","description":"Point Usage Status"},"termlId":{"type":"string","description":"Terminal ID"},"useYn":{"type":"string","description":"Usage Status"},"siteNm":{"type":"string","description":"Site Name"},"mid":{"type":"string","description":"Terminal ID"}}}}}}
```
