| Name | Type | Description | Notes |
|---|---|---|---|
| object | string | [optional] [default to 'payment_flow'] | |
| id | string | 支払いフロー ID | |
| livemode | bool | 本番環境かどうか | |
| amount | int | 支払い予定の金額 | |
| currency | \PAYJPV2\Model\Currency | 価格の通貨。現在は `jpy` のみサポートしています。 | |
| amountCapturable | int | ||
| amountReceived | int | ||
| clientSecret | string | この PaymentFlow のクライアントシークレットです。フロントエンドで公開 API キーと合わせて使用し PaymentFlow の情報を取得や支払い処理を行います。**この値はこの PaymentFlow の支払いを行う顧客以外へ公開しないでください。**また保存やログへの記録なども行わないでください。 | |
| customerId | string | ||
| description | string | ||
| paymentMethodId | string | ||
| paymentMethodOptions | array<string,mixed> | ||
| paymentMethodTypes | \PAYJPV2\Model\PaymentMethodTypes[] | この PaymentFlow で使用できる支払い方法の種類のリスト | |
| status | \PAYJPV2\Model\PaymentFlowStatus | この PaymentFlow のステータス。 | 値 |
| nextAction | array<string,mixed> | ||
| returnUrl | string | ||
| captureMethod | \PAYJPV2\Model\CaptureMethod | 支払いの確定方法 | 値 |
| lastPaymentError | array<string,mixed> | ||
| cancellationReason | \PAYJPV2\Model\PaymentFlowCancellationReason | ||
| canceledAt | \DateTime | ||
| expiredAt | \DateTime | [optional] | |
| metadata | array<string,mixed> | メタデータ | |
| createdAt | \DateTime | 作成日時 (UTC, ISO 8601 形式) | |
| updatedAt | \DateTime | 更新日時 (UTC, ISO 8601 形式) |