UNPKG

@yuju/tosspayments-sdk

Version:

Toss Payments SDK for Node.js

15 lines (14 loc) 338 B
export type Billing = { mId: string; customerKey: string; authenticatedAt: string; method: '카드'; billingKey: string; card: { issuerCode: string; acquirerCode: string; number: string; cardType: '신용' | '체크' | '기프트'; ownerType: '개인' | '법인'; }; };