| Name | Type | Description | Notes |
|---|---|---|---|
| object | string | [optional] [default to 'payment_refund'] | |
| id | string | 返金 ID | |
| livemode | bool | 本番環境かどうか | |
| paymentFlowId | string | 返金対象となる PaymentFlow の ID | |
| amount | int | 返金金額 | |
| status | \PAYJPV2\Model\PaymentRefundStatus | 返金ステータス <a href="https://docs.pay.jp/v2/guide/status-management/refund#%E8%BF%94%E9%87%91%E3%82%B9%E3%83%86%E3%83%BC%E3%82%BF%E3%82%B9%E3%81%AE%E7%9B%A3%E8%A6%96\" target="_blank">返金ステータスの詳細についてはこちらを参照してください。</a> | 値 |
| reason | \PAYJPV2\Model\PaymentRefundReason | ||
| metadata | array<string,mixed> | メタデータ | |
| createdAt | \DateTime | 作成日時 (UTC, ISO 8601 形式) | |
| updatedAt | \DateTime | 更新日時 (UTC, ISO 8601 形式) |