関数
Log::jsonSerialize()
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,
];
}