Appearance
토스페이 결제창을 띄울 때 필요한 옵션이에요.
interface CheckoutPaymentOptions { /** * 결제 토큰이에요. */ payToken: string; }
결제 토큰이에요.