Appearance
인앱 결제 결제창을 띄울 때 필요한 옵션이에요.
interface IapCreateOneTimePurchaseOrderOptions { /** * 주문할 상품의 Id예요. */ productId: string; }
상품 Id에요.