Skip to content
On this page

stage.ref.payee

ステージに関連する支払先に関する操作です。

プロパティ

admin

要認証エリアへのアクセスです。

メソッド

getStripeId()

type
Promise<string>

Stripe account uuidからStripe idを取得します。

使用方法

ts
const id = await Hedgehog.stage
  .ref("ステージのUUID")
  .payee.getStripeId("stripeAccoutnUuid");