Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.47 KB

File metadata and controls

18 lines (15 loc) · 1.47 KB

# PaymentRefundResponse

Properties

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=&quot;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=&quot;_blank&quot;>返金ステータスの詳細についてはこちらを参照してください。</a>
reason \PAYJPV2\Model\PaymentRefundReason
metadata array<string,mixed> メタデータ
createdAt \DateTime 作成日時 (UTC, ISO 8601 形式)
updatedAt \DateTime 更新日時 (UTC, ISO 8601 形式)

[Back to Model list] [Back to API list] [Back to README]