関数
Log::jsonSerialize()
Object shape for json_encode
戻り値 戻り値
ファイル: src/Models/Log.php
public function jsonSerialize() { return [ 'chargePermissionId' => $this->chargePermissionId, 'actionType' => $this->actionType, 'responseCode' => $this->responseCode, 'amount' => $this->amount, 'error' => $this->error, 'timestamp' => $this->timestamp, ]; }