Skip to content

IapCreateOneTimePurchaseOrderOptions

인앱 결제 결제창을 띄울 때 필요한 옵션이에요.

시그니처

typescript
interface IapCreateOneTimePurchaseOrderOptions {
    /**
     * 주문할 상품의 Id예요.
     */
    productId: string;
}

프로퍼티

  • productId필수 · string

    상품 Id에요.