Skip to content

Commit

Permalink
fix rest schema info in inicis guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJiGyu committed Apr 8, 2024
1 parent c927dfb commit 06faf08
Showing 1 changed file with 41 additions and 23 deletions.
64 changes: 41 additions & 23 deletions src/content/docs/ko/v2-payment/pg/inicis-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";

**총 결제 금액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.

- `taxFree` <mark style="color:purple;">**number**</mark>

**면세액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.
</ParamTree>

Expand All @@ -793,7 +799,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**결제수단 정보**

<ParamTree>
- `virtualAccount` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>
- `virtualAccount` <mark style="color:blue;">**object**</mark>

**가상계좌 결제 시 파라미터**

Expand Down Expand Up @@ -850,12 +856,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
</ParamTree>
</ParamTree>

- `cashReceipt` <mark style="color:red;">**\***</mark><mark style="color:blue;">**object**</mark>
- `cashReceipt` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>

**현금영수증 정보**

<ParamTree>
- `type` <mark style="color:red;">**\***</mark><mark style="color:green;">**string**</mark>
- `type` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**발급 유형**

Expand All @@ -865,7 +871,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
- 지출증빙용 : `CORPORATE`
- 미발행 : `NO_RECEIPT`

- `customerIdentityNumber` <mark style="color:red;">**\***</mark><mark style="color:green;">**string**</mark>
- `customerIdentityNumber` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**현금영수증 식별 번호**

Expand All @@ -878,23 +884,23 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**예금주명**
</ParamTree>

- `card` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>
- `card` <mark style="color:blue;">**object**</mark>

<ParamTree>
- `credential` <mark style="color:green;">**string**</mark>
- `credential` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**인증 관련 정보**

<ParamTree>
- `number` <mark style="color:blue;">**object**</mark>
- `number` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>

**카드 번호**

- `expiryYear` <mark style="color:blue;">**object**</mark>
- `expiryYear` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>

**유효 기간 만료 연도 (YY 형식 ex. 24)**

- `expiryMonth` <mark style="color:green;">**string**</mark>
- `expiryMonth` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**유효기간 만료 월 (MM 형식 ex. 05)**

Expand Down Expand Up @@ -929,11 +935,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**분리된 이름**

<ParamTree>
- `first` <mark style="color:green;">**string**</mark>
- `first` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**이름**

- `last` <mark style="color:green;">**string**</mark>
- `last` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

****
</ParamTree>
Expand Down Expand Up @@ -1016,15 +1022,15 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**인증 관련 정보**

<ParamTree>
- `number` <mark style="color:blue;">**object**</mark>
- `number` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>

**카드 번호**

- `expiryYear` <mark style="color:blue;">**object**</mark>
- `expiryYear` <mark style="color:red;">**\***</mark> <mark style="color:blue;">**object**</mark>

**유효 기간 만료 연도 (YY 형식 ex. 24)**

- `expiryMonth` <mark style="color:green;">**string**</mark>
- `expiryMonth` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**유효기간 만료 월 (MM 형식 ex. 05)**

Expand Down Expand Up @@ -1059,11 +1065,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**분리된 이름**

<ParamTree>
- `first` <mark style="color:green;">**string**</mark>
- `first` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**이름**

- `last` <mark style="color:green;">**string**</mark>
- `last` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

****
</ParamTree>
Expand Down Expand Up @@ -1144,6 +1150,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";

**총 결제 금액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.

- `taxFree` <mark style="color:purple;">**number**</mark>

**면세액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.
</ParamTree>

Expand Down Expand Up @@ -1174,11 +1186,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**분리된 이름**

<ParamTree>
- `first` <mark style="color:green;">**string**</mark>
- `first` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**이름**

- `last` <mark style="color:green;">**string**</mark>
- `last` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

****
</ParamTree>
Expand Down Expand Up @@ -1266,6 +1278,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";

**총 결제 금액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.

- `taxFree` <mark style="color:purple;">**number**</mark>

**면세액**

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.
</ParamTree>

Expand Down Expand Up @@ -1301,11 +1319,11 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**분리된 이름**

<ParamTree>
- `first` <mark style="color:green;">**string**</mark>
- `first` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

**이름**

- `last` <mark style="color:green;">**string**</mark>
- `last` <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>

****
</ParamTree>
Expand Down Expand Up @@ -1396,19 +1414,19 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";

결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.

- `taxFreeAmount` <mark style="color:green;">**number**</mark>
- `taxFreeAmount` <mark style="color:red;">**\***</mark> <mark style="color:green;">**number**</mark>

**면세액**

- 이니시스의 경우 필수로 입력해야 합니다.

- `vatAmount` <mark style="color:green;">**number**</mark>
- `vatAmount` <mark style="color:red;">**\***</mark> <mark style="color:green;">**number**</mark>

**부가세**

- 이니시스의 경우 필수로 입력해야 합니다.

- `supplyAmount` <mark style="color:green;">**number**</mark>
- `supplyAmount` <mark style="color:red;">**\***</mark> <mark style="color:green;">**number**</mark>

**공급가액**

Expand Down

0 comments on commit 06faf08

Please sign in to comment.