@bootpay/backend-js
Advanced tools
+11
-7
@@ -26,2 +26,4 @@ export interface AccessTokenResponseParameters { | ||
| status: number; | ||
| status_locale: string; | ||
| receipt_url?: string; | ||
| card_data?: CardData; | ||
@@ -71,3 +73,3 @@ phone_data?: PhoneData; | ||
| card_interest: string; | ||
| receipt_url: string; | ||
| receipt_url?: string; | ||
| card_type?: string; | ||
@@ -81,2 +83,3 @@ card_owner_type?: string; | ||
| phone?: string; | ||
| receipt_url?: string; | ||
| } | ||
@@ -94,2 +97,3 @@ export interface BankData { | ||
| cash_receipt_no?: string; | ||
| receipt_url?: string; | ||
| } | ||
@@ -142,7 +146,7 @@ export interface EscrowData { | ||
| card_expire_month: string; | ||
| price: number; | ||
| tax_free: number; | ||
| price?: number; | ||
| tax_free?: number; | ||
| extra: ExtraModel; | ||
| user: UserModel; | ||
| metadata: object; | ||
| metadata?: object; | ||
| } | ||
@@ -171,3 +175,3 @@ export interface SubscriptionBillingResponseParameters { | ||
| price: number; | ||
| tax_free: number; | ||
| tax_free?: number; | ||
| card_quota?: string; | ||
@@ -223,5 +227,5 @@ card_interest?: string; | ||
| receipt_id: string; | ||
| username: string; | ||
| username?: string; | ||
| email?: string; | ||
| phone: string; | ||
| phone?: string; | ||
| identity_no: string; | ||
@@ -228,0 +232,0 @@ cash_receipt_type: '소득공제' | '지출증빙'; |
+1
-2
| { | ||
| "name": "@bootpay/backend-js", | ||
| "version": "2.0.6", | ||
| "version": "2.0.7", | ||
| "description": "Bootpay Server Side Package for Node.js", | ||
| "main": "dist/bootpay.js", | ||
| "types": "dist/bootpay.d.ts", | ||
@@ -7,0 +6,0 @@ "scripts": { |
44870
0.19%897
0.45%