StripeCustomer constructor

StripeCustomer({
  1. StripePurchaseMasamuneAdapter? adapter,
})

Create a stripe customer (payment account).

Basically, the payment account and payment information are created together.

You can make payments within Stripe by creating a payment account.

ストライプのカスタマー(支払いアカウント)を作成します。

基本的には支払いアカウントと支払い情報を一緒に作成します。

支払いアカウントを作成することでStripe内で決済を行うことが可能です。

Implementation

StripeCustomer({super.adapter});